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;
|
grid-auto-rows: 1fr;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
/* height: 160px; */
|
/* height: 160px; */
|
||||||
min-height: 44px;
|
min-height: 88px;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: max(160px, 33vh);
|
max-height: max(160px, 33vh);
|
||||||
}
|
}
|
||||||
|
@ -645,9 +645,9 @@
|
||||||
.status .media-container.media-eq1 .media {
|
.status .media-container.media-eq1 .media {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
min-width: 44px;
|
min-width: 88px;
|
||||||
/* width: auto; */
|
/* width: auto; */
|
||||||
min-height: 44px;
|
min-height: 88px;
|
||||||
/* --maxAspectHeight: max(160px, 33vh);
|
/* --maxAspectHeight: max(160px, 33vh);
|
||||||
--aspectWidth: calc(--width / --height * var(--maxAspectHeight)); */
|
--aspectWidth: calc(--width / --height * var(--maxAspectHeight)); */
|
||||||
width: min(var(--aspectWidth), var(--width), 100%);
|
width: min(var(--aspectWidth), var(--width), 100%);
|
||||||
|
|
Loading…
Add table
Reference in a new issue