ge
This commit is contained in:
parent
7c0efe92d5
commit
1c3f117bf4
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue