Fix CSS display issue

This commit is contained in:
Glitchii 2021-09-06 17:23:48 +01:00
parent ed0f9bb114
commit f4f542a6c4

View file

@ -67,7 +67,7 @@ body {
color: #fff; color: #fff;
} }
body.no-user .msgEmbed>.contents, .botTagVerified, .embedGrid>* { body.no-user .msgEmbed>.contents {
display: none; display: none;
} }
@ -154,7 +154,6 @@ body.gui .side1 .item.top {
.main .side2 { .main .side2 {
height: 100%; height: 100%;
/* background-color: var(--fullEmbedBackground); */
justify-content: center; justify-content: center;
vertical-align: center; vertical-align: center;
overflow: auto; overflow: auto;
@ -285,6 +284,10 @@ body.no-user .msgEmbed {
line-height: 1.375rem; line-height: 1.375rem;
} }
.botTagVerified {
display: none;
}
.contents { .contents {
position: static; position: static;
margin-left: 0px; margin-left: 0px;
@ -589,6 +592,10 @@ body.no-user .msgEmbed {
color: #fff; color: #fff;
} }
.embedGrid>* {
display: none;
}
.messageContent { .messageContent {
user-select: text; user-select: text;
margin-left: -72px; margin-left: -72px;