From 7c0efe92d5561e75e9678b1da208294e3ac34a6f Mon Sep 17 00:00:00 2001 From: GZod01 Date: Tue, 11 Jun 2024 08:02:31 +0200 Subject: [PATCH] hello --- assets/scss/layouts/photos.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/scss/layouts/photos.scss b/assets/scss/layouts/photos.scss index f7cc6ee..81b0825 100644 --- a/assets/scss/layouts/photos.scss +++ b/assets/scss/layouts/photos.scss @@ -46,7 +46,7 @@ display: block; transition: opacity 0.2s; span#caption{ - transition: widthvheight .5s ease; + transition: width,height .5s ease; display:none; background-color:rgba(27, 27,27, 0.7); color:white; @@ -68,8 +68,8 @@ transition: opacity 0.2s; span#caption{ display:block; - width:var(--width); - height:var(--height); + width: var(--width)!important; + height:var(--height)!important; overflow: auto; } }