From 032d2be990ad94061eda0f7ffd0baab2164845c8 Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Thu, 20 Jan 2022 07:44:20 -0500 Subject: [PATCH] [bug] Remove old mac-bar styling (#1246) With the account switching work a header was added to the desktop app that new acts as a home for the mac window controls. Previously we needed a special home for these controls, but since moving them we are not just creating empty space. Removing this class and the divs that use it corrects the behavior. --- src/app/send/send.component.html | 1 - src/app/vault/groupings.component.html | 1 - src/scss/environment.scss | 5 ----- 3 files changed, 7 deletions(-) diff --git a/src/app/send/send.component.html b/src/app/send/send.component.html index ed20eae9..c5db1bb2 100644 --- a/src/app/send/send.component.html +++ b/src/app/send/send.component.html @@ -1,6 +1,5 @@
-

{{ "filters" | i18n }}

diff --git a/src/app/vault/groupings.component.html b/src/app/vault/groupings.component.html index 33e584f6..d220218c 100644 --- a/src/app/vault/groupings.component.html +++ b/src/app/vault/groupings.component.html @@ -1,4 +1,3 @@ -

{{ "filters" | i18n }}

diff --git a/src/scss/environment.scss b/src/scss/environment.scss index 0bbfa54d..c95c6bf2 100644 --- a/src/scss/environment.scss +++ b/src/scss/environment.scss @@ -59,11 +59,6 @@ html.os_macos { } } - .vault .mac-bar { - height: 48px; - -webkit-app-region: drag; - } - .vault > .groupings > .content > .inner-content { padding-top: 0; }