Use patched frameless-titlebar on Windows

This commit is contained in:
Fedor Indutny
2022-06-08 15:00:32 -07:00
committed by GitHub
parent 79c52847cd
commit 5634601554
54 changed files with 1343 additions and 323 deletions
+4
View File
@@ -5,6 +5,10 @@
height: 100%;
position: relative;
// TitleBar support
display: flex;
flex-direction: column;
&.light-theme {
background-color: $color-white;
color: $color-gray-90;