From f4f542a6c4e24ea2e0f1b163e7c1431f191f9909 Mon Sep 17 00:00:00 2001 From: Glitchii Date: Mon, 6 Sep 2021 17:23:48 +0100 Subject: [PATCH] Fix CSS display issue --- assets/css/index.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 8398184..a749f6c 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -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;