Improved sideways thumbnails
This commit is contained in:
@@ -320,18 +320,16 @@
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.align-end {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1499px) {
|
||||
@media screen and (max-width: 1800px) {
|
||||
.sideways-root .thumbnail {
|
||||
width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.align-end {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sideways-root .thumbnail-details {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user