Fix #824. Thanks again, @ccd0.
This commit is contained in:
parent
5e7b5d66ae
commit
4b2ad15b26
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2540,6 +2540,7 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
<%= align %>-items: stretch;
|
<%= align %>-items: stretch;
|
||||||
<%= flex %>-direction: row;
|
<%= flex %>-direction: row;
|
||||||
<%= flex %>: 1 1 auto;
|
<%= flex %>: 1 1 auto;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.gal-thumbnails {
|
.gal-thumbnails {
|
||||||
<%= flex %>: 0 0 150px;
|
<%= flex %>: 0 0 150px;
|
||||||
@ -2620,10 +2621,13 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
.gal-image a {
|
.gal-image a {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.gal-fit-width .gal-image video,
|
||||||
.gal-fit-width .gal-image img {
|
.gal-fit-width .gal-image img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.gal-fit-height .gal-image video,
|
||||||
.gal-fit-height .gal-image img {
|
.gal-fit-height .gal-image img {
|
||||||
max-height: 95vh;
|
max-height: 95vh;
|
||||||
max-height: calc(100vh - 25px);
|
max-height: calc(100vh - 25px);
|
||||||
@ -2632,7 +2636,7 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
color: #ffffff;
|
color: #fff;
|
||||||
text-shadow: 0px 0px 1px #000;
|
text-shadow: 0px 0px 1px #000;
|
||||||
}
|
}
|
||||||
.gal-buttons,
|
.gal-buttons,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user