This commit is contained in:
GZod01 2024-06-11 08:10:05 +02:00
parent 7c0efe92d5
commit 1c3f117bf4

View file

@ -46,7 +46,7 @@
display: block;
transition: opacity 0.2s;
span#caption{
transition: width,height .5s ease;
transition: width .5s ease,height .5s ease;
display:none;
background-color:rgba(27, 27,27, 0.7);
color:white;
@ -57,7 +57,7 @@
overflow: hidden;
word-wrap:break-word;
word-break:break-word;
padding:10px;
padding:0px;
text-decoration:none!important;
}
@ -71,6 +71,7 @@
width: var(--width)!important;
height:var(--height)!important;
overflow: auto;
padding:10px
}
}