Fix overflow & underflow issues in compact mode.

Minor cleanup.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-03-17 02:01:41 -05:00
parent cf4339215e
commit a883ec3c96
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B
2 changed files with 4 additions and 5 deletions

View file

@ -99,6 +99,8 @@ body .page .content.message-list .message .body .image-container img {
}
body .page .content.message-list .message .embeds {
width: 100%;
word-wrap: anywhere;
overflow-x: hidden;
overflow-x: hidden;
}
body .page .content.message-list .message .embeds a {

View file

@ -107,15 +107,14 @@ body {
img {
width: auto;
height: 100%;
// max-width: 400px;
// max-height: 300px;
}
}
}
.embeds {
width: 100%;
word-wrap: anywhere;
overflow-x: hidden;
overflow-x: hidden;
a {
@ -128,8 +127,6 @@ body {
max-height: 300px;
img {
// width: auto;
// height: 100%;
max-width: 400px;
max-height: 300px;
}