mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:33:26 +02:00
Fix overflow & underflow issues in compact mode.
Minor cleanup. Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
cf4339215e
commit
a883ec3c96
2 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue