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;
|
||||
transition: opacity 0.2s;
|
||||
span#caption{
|
||||
transition: width height .5s ease;
|
||||
transition: widthvheight .5s ease;
|
||||
display:none;
|
||||
background-color:rgba(27, 27,27, 0.7);
|
||||
color:white;
|
||||
--width:17.5em;
|
||||
width: 0;
|
||||
overflow:auto;
|
||||
width: 0px!important;
|
||||
--height:17.5em;
|
||||
height: 0;
|
||||
overflow: none;
|
||||
height: 0px!important;
|
||||
overflow: hidden;
|
||||
word-wrap:break-word;
|
||||
word-break:break-word;
|
||||
padding:10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue