git ssb

2+

mixmix / ticktack



Commit 8866dc47d75af015c0d06c5c724748855c54459a

wip draggable header

mix irving committed on 5/20/2018, 11:42:13 PM
Parent: c0dd626b0d708d6baff34a5f1e8fb399bc0119cd

Files changed

app/html/header.mcsschanged
app/html/header.mcssView
@@ -1,6 +1,21 @@
11 Header {
2 + $colorPrimary
3 + padding: 1rem 0
4 +
5 + width: 100%
6 + height: 1.5rem
7 + position: fixed
8 + top: 0
9 + z-index: 99
10 +
11 + display: grid
12 + grid-template-rows: 3rem auto 3rem
13 + grid-template-columns: auto
14 +
215 div.window-controls {
16 + -webkit-app-region: no-drag
17 +
318 position: fixed
419 right: 0
520 z-index: 100
621
@@ -15,22 +30,18 @@
1530 }
1631 }
1732
1833 nav {
19- $colorPrimary
20- padding: 1rem 0
34 + -webkit-app-region: drag
2135
22- width: 100%
23- height: 1.5rem
24- position: fixed
25- top: 0
26- z-index: 99
2736
2837 display: flex
2938 align-items: center
3039 justify-content: center
3140
3241 i {
42 + -webkit-app-region: no-drag
43 +
3344 cursor: pointer
3445 text-decoration: none
3546 font-size: 1.4rem
3647

Built with git-ssb-web