diff --git a/projects/frontend/src/styles/embed.sass b/projects/frontend/src/styles/embed.sass index dba2971..861dc9d 100644 --- a/projects/frontend/src/styles/embed.sass +++ b/projects/frontend/src/styles/embed.sass @@ -1,6 +1,9 @@ @import './mixins.scss' @import './tag.sass' +button + cursor: pointer + .modal-outlet .embed img diff --git a/projects/frontend/src/views/gallery/gallery-view.vue b/projects/frontend/src/views/gallery/gallery-view.vue index 680e9c5..0566a51 100644 --- a/projects/frontend/src/views/gallery/gallery-view.vue +++ b/projects/frontend/src/views/gallery/gallery-view.vue @@ -1,5 +1,5 @@