[MM-24587] Added margin at top of draggable tab bar to facilitate resizing (#1312)

This commit is contained in:
Devin Binnie 2020-06-05 13:12:42 -04:00 committed by GitHub
parent 9eca54daf4
commit 1a217853d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,8 @@
display: flex !important;
flex-wrap: nowrap;
justify-content: flex-start;
-webkit-app-region: drag;
margin-top: 4px;
}
.TabBar.darkMode {
@ -31,7 +33,6 @@
max-height: 32px;
line-height: 16px;
margin-right: -1px;
margin-top: 4px;
padding: 6px 0;
color: rgba(61,60,64,0.7);
font-family: Arial;

View file

@ -79,13 +79,11 @@ body {
.topBar {
height: 40px;
-webkit-app-region: drag;
}
.topBar>.topBar-bg {
display: flex;
overflow: hidden;
-webkit-app-region: drag;
height: 36px;
background-color: rgba(0,0,0,0.1);
}
@ -246,6 +244,7 @@ body {
z-index: 9;
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #e5e5e5 100%);
-webkit-app-region: drag;
margin-top: 4px;
}
.topBar.darkMode .overlay-gradient {