Skip to content

Commit

Permalink
patch: header drag
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidg3 committed Mar 31, 2024
1 parent 6852dd1 commit e5bbbbc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ $cl-header-bar-primary: black;

header#page-header {
grid-area: header;

#page-header-top {
-webkit-app-region: drag;
display: flex;
justify-content: space-between;
font-size: 18px;
padding: 24px $sz-mobile-hor-padding 20px;

* {
-webkit-app-region: no-drag;
}

a {
text-decoration: none;
}
Expand Down Expand Up @@ -60,7 +65,7 @@ header#page-header {
border-bottom-color: $cl-brand-purple;
}
}

&:hover {
a {
border-bottom-color: $cl-brand-green;
Expand Down

0 comments on commit e5bbbbc

Please sign in to comment.