Fix gallery fit width in Firefox. zixaphir/appchan-x#824
This commit is contained in:
parent
f30323fa41
commit
ff8ddc347c
@ -1561,6 +1561,7 @@ div.boardTitle {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex: 1 1 auto;
|
-webkit-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.gal-thumbnails {
|
.gal-thumbnails {
|
||||||
-webkit-flex: 0 0 150px;
|
-webkit-flex: 0 0 150px;
|
||||||
@ -1659,6 +1660,7 @@ div.boardTitle {
|
|||||||
.gal-image a {
|
.gal-image a {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
:root.gal-pdf .gal-image a {
|
:root.gal-pdf .gal-image a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user