mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Readjust media sizes again
This commit is contained in:
parent
12957c8ea7
commit
6fb68d34c5
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@
|
|||
height: auto;
|
||||
max-height: 160px;
|
||||
} */
|
||||
.status:not(.large)
|
||||
.status:not(.large):not(.status-carousel .status)
|
||||
.media-container.media-eq1:has([data-orientation='portrait']) {
|
||||
width: 85%;
|
||||
min-width: 160px;
|
||||
|
@ -496,7 +496,7 @@
|
|||
}
|
||||
.status .media-container.media-gt2 {
|
||||
/* height: 200px; */
|
||||
max-height: max(200px, 50vh);
|
||||
max-height: max(200px, 40vh);
|
||||
}
|
||||
.status.large :is(.media-container, .media-container.media-gt2) {
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue