Fix CSS display issue
This commit is contained in:
parent
ed0f9bb114
commit
f4f542a6c4
1 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue