View layer0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
{ | |
"a": 6 | |
}, | |
"Esc", | |
{ | |
"x": 0.25 | |
}, | |
"F1", |
View gist:1c76e2a03fa61b9dd34ed8c727a67f32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*sidebar (expanded)*/ | |
.wT, .aeN {min-width: 320px !important;} | |
.wT { /*label list*/ | |
background: rgba(0,0,0,0); | |
color: white; | |
} | |
.bsU { /*unread counter*/ | |
background: red; | |
color: white; | |
padding: 0 0.5em; |