mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Fix: image attachments not having minimum width
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
max-width: min(480px, 100%, var(--width-px));
|
||||
|
||||
object-fit: contain;
|
||||
object-position: top left;
|
||||
}
|
||||
|
||||
&.image {
|
||||
@@ -37,6 +38,10 @@
|
||||
&.tall {
|
||||
height: min(100%, var(--height-px));
|
||||
width: 100%;
|
||||
|
||||
&.loaded {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user