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