Skip to content

Commit

Permalink
fix: title bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hammad committed May 22, 2020
1 parent 4178a5d commit 28fced3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/XP/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.window {
box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee,
inset -3px -3px #001ea0, inset 3px 3px #0855dd;
inset -3px -3px #003bda, inset 3px 3px #0855dd;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding: 0 0 3px 0;
Expand All @@ -30,7 +30,6 @@
border-top-left-radius: 8px;
border-top-right-radius: 7px;
font-size: 13px;
min-height: 30px;
text-shadow: 1px 1px #0f1089;
}

Expand Down

0 comments on commit 28fced3

Please sign in to comment.