diff --git a/pinry/static/css/lightbox.css b/pinry/static/css/lightbox.css index 528eaa4..03a43c8 100644 --- a/pinry/static/css/lightbox.css +++ b/pinry/static/css/lightbox.css @@ -1,6 +1,5 @@ .lightbox-background { background: rgba(0, 0, 0, 0.7); - display: none; left: 0; right: 0; top: 0; @@ -23,7 +22,6 @@ .lightbox-wrapper img { max-width: 600px; - display: none; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; diff --git a/pinry/templates/includes/lightbox-vue.html b/pinry/templates/includes/lightbox-vue.html index db97856..64858ce 100644 --- a/pinry/templates/includes/lightbox-vue.html +++ b/pinry/templates/includes/lightbox-vue.html @@ -1,9 +1,10 @@ {% verbatim %} {% endverbatim %}