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;
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue