mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Some images are just… too high
This commit is contained in:
parent
123d2469f6
commit
a409ff6712
1 changed files with 2 additions and 1 deletions
|
@ -291,7 +291,8 @@
|
||||||
}
|
}
|
||||||
.status.large :is(.media-container, .media-container.media-gt2) {
|
.status.large :is(.media-container, .media-container.media-gt2) {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 80vh;
|
min-height: 160px;
|
||||||
|
max-height: 50vh;
|
||||||
}
|
}
|
||||||
.status .media {
|
.status .media {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
Loading…
Reference in a new issue