mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 00:01:55 +03:00
44px is too small, especially when there's labels inside like GIF or video timestamp
This commit is contained in:
parent
67fb1a9b19
commit
6e4110714c
1 changed files with 3 additions and 3 deletions
|
@ -601,7 +601,7 @@
|
|||
grid-auto-rows: 1fr;
|
||||
gap: 2px;
|
||||
/* height: 160px; */
|
||||
min-height: 44px;
|
||||
min-height: 88px;
|
||||
height: auto;
|
||||
max-height: max(160px, 33vh);
|
||||
}
|
||||
|
@ -645,9 +645,9 @@
|
|||
.status .media-container.media-eq1 .media {
|
||||
display: inline-block;
|
||||
max-width: 100% !important;
|
||||
min-width: 44px;
|
||||
min-width: 88px;
|
||||
/* width: auto; */
|
||||
min-height: 44px;
|
||||
min-height: 88px;
|
||||
/* --maxAspectHeight: max(160px, 33vh);
|
||||
--aspectWidth: calc(--width / --height * var(--maxAspectHeight)); */
|
||||
width: min(var(--aspectWidth), var(--width), 100%);
|
||||
|
|
Loading…
Add table
Reference in a new issue