[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.
This commit is contained in:
Addison Beck 2022-01-20 07:44:20 -05:00 committed by GitHub
parent a684c102d7
commit 032d2be990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View File

@ -1,6 +1,5 @@
<div id="sends" class="vault">
<div class="groupings">
<div class="mac-bar"></div>
<div class="content">
<div class="inner-content">
<h2 class="sr-only">{{ "filters" | i18n }}</h2>

View File

@ -1,4 +1,3 @@
<div class="mac-bar"></div>
<div class="content">
<div class="inner-content">
<h2 class="sr-only">{{ "filters" | i18n }}</h2>

View File

@ -59,11 +59,6 @@ html.os_macos {
}
}
.vault .mac-bar {
height: 48px;
-webkit-app-region: drag;
}
.vault > .groupings > .content > .inner-content {
padding-top: 0;
}