h
This commit is contained in:
parent
c6d1d7fa33
commit
77fe36eefa
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue