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;
|
display: block;
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
span#caption{
|
span#caption{
|
||||||
transition: width,height .5s ease;
|
transition: width .5s ease,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;
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-wrap:break-word;
|
word-wrap:break-word;
|
||||||
word-break:break-word;
|
word-break:break-word;
|
||||||
padding:10px;
|
padding:0px;
|
||||||
text-decoration:none!important;
|
text-decoration:none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@
|
||||||
width: var(--width)!important;
|
width: var(--width)!important;
|
||||||
height:var(--height)!important;
|
height:var(--height)!important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding:10px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue