1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-20 22:42:24 +00:00

add note mode tab

This commit is contained in:
Yutaka Ishii
2017-11-30 18:36:41 +09:00
parent a6c7dde194
commit 07b395c24a
7 changed files with 121 additions and 0 deletions

View File

@@ -34,6 +34,28 @@
.body-noteEditor
absolute top bottom left right
.mode-tab
border 1px solid #eee
height 34px
display flex
align-items center
div
width 100px
height 100%
background-color #f9f9f9
display flex
align-items center
justify-content center
cursor pointer
&:first-child
border-right 1px solid #eee
img
transform scale(0.7)
.active
background-color #fff
box-shadow 2px 0px 7px #eee
z-index 1
body[data-theme="white"]
.root
box-shadow $note-detail-box-shadow