hello
This commit is contained in:
parent
77fe36eefa
commit
7c0efe92d5
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
span#caption{
|
span#caption{
|
||||||
transition: widthvheight .5s ease;
|
transition: width,height .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;
|
||||||
|
@ -68,8 +68,8 @@
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
span#caption{
|
span#caption{
|
||||||
display:block;
|
display:block;
|
||||||
width:var(--width);
|
width: var(--width)!important;
|
||||||
height:var(--height);
|
height:var(--height)!important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue