From 4d73318e12f792637ccac3aceb43d4ab63bbe40b Mon Sep 17 00:00:00 2001 From: Lioncat6 <95449321+Lioncat6@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:16:46 -0500 Subject: [PATCH] Made the top bar look normal again :3 --- src/theme/app/_toolbar.scss | 16 ++++++++++++++++ src/theme/chat/_call.scss | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/src/theme/app/_toolbar.scss b/src/theme/app/_toolbar.scss index 32c4d9b..7b8506a 100644 --- a/src/theme/app/_toolbar.scss +++ b/src/theme/app/_toolbar.scss @@ -160,3 +160,19 @@ top: 0; } } + +//fixed the shit -lion +.platform-win .winButton_a934d8 { + height: 74px +} +.toolbar_fc4f04 { + margin-right: 150px; +} +.theme-dark .themed_fc4f04 { + background: var(--bg-secondary); + height: 74px; + border-bottom: 1px solid var(--border); +} +.theme-dark .children_fc4f04:after { + background: transparent; +} \ No newline at end of file diff --git a/src/theme/chat/_call.scss b/src/theme/chat/_call.scss index 395a29c..9030c87 100644 --- a/src/theme/chat/_call.scss +++ b/src/theme/chat/_call.scss @@ -9,4 +9,10 @@ top: 25px; right: 187px; } + .children_fc4f04 { + height: 60px; + } + .disabledButtonWrapper_dd4f85 .button_dd4f85.grow_dd4f85 { + margin-left: 18px; + } }