1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

added fullscreen button for notes and snippets

allows user to hide the sidebars for fullscreen editing
This commit is contained in:
Kevin Nadro
2017-05-27 20:22:51 -05:00
committed by asmsuechan
parent 48ca13f82c
commit 5d0cb0302e
4 changed files with 97 additions and 2 deletions

View File

@@ -70,6 +70,10 @@
float right
topBarButtonLight()
.control-fullScreenButton
float right
topBarButtonLight()
body[data-theme="dark"]
.root
border-color $ui-dark-borderColor
@@ -102,3 +106,6 @@ body[data-theme="dark"]
.control-trashButton
topBarButtonDark()
.control-fullScreenButton
topBarButtonDark()