This commit is contained in:
GZod01 2024-06-11 07:53:44 +02:00
parent c6d1d7fa33
commit 77fe36eefa

View file

@ -46,16 +46,15 @@
display: block; display: block;
transition: opacity 0.2s; transition: opacity 0.2s;
span#caption{ span#caption{
transition: width height .5s ease; transition: widthvheight .5s ease;
display:none; display:none;
background-color:rgba(27, 27,27, 0.7); background-color:rgba(27, 27,27, 0.7);
color:white; color:white;
--width:17.5em; --width:17.5em;
width: 0; width: 0px!important;
overflow:auto;
--height:17.5em; --height:17.5em;
height: 0; height: 0px!important;
overflow: none; overflow: hidden;
word-wrap:break-word; word-wrap:break-word;
word-break:break-word; word-break:break-word;
padding:10px; padding:10px;