mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 11:15:12 +00:00
Tag list layout
This commit is contained in:
@@ -45,63 +45,18 @@
|
|||||||
margin-left 5px
|
margin-left 5px
|
||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
|
|
||||||
|
.tag-title
|
||||||
|
height 65px
|
||||||
|
position relative
|
||||||
|
left 15px
|
||||||
|
p
|
||||||
|
color $ui-text-color
|
||||||
|
|
||||||
.tagList
|
.tagList
|
||||||
absolute left right
|
absolute left right
|
||||||
bottom 37px
|
bottom 37px
|
||||||
top 80px
|
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
|
position relative
|
||||||
.root--folded
|
|
||||||
@extend .root
|
|
||||||
width 44px
|
|
||||||
.top-menu
|
|
||||||
width 44px - 1
|
|
||||||
text-align center
|
|
||||||
&:hover .top-menu-label
|
|
||||||
transition opacity 0.15s
|
|
||||||
opacity 1
|
|
||||||
.top-menu-label
|
|
||||||
position fixed
|
|
||||||
display inline-block
|
|
||||||
height 30px
|
|
||||||
left 32px
|
|
||||||
padding 0 10px
|
|
||||||
margin-top -8px
|
|
||||||
opacity 0
|
|
||||||
margin-left 0
|
|
||||||
overflow hidden
|
|
||||||
background-color $ui-tooltip-backgroundColor
|
|
||||||
z-index 10
|
|
||||||
color white
|
|
||||||
line-height 30px
|
|
||||||
border-top-right-radius 2px
|
|
||||||
border-bottom-right-radius 2px
|
|
||||||
pointer-events none
|
|
||||||
font-size 12px
|
|
||||||
.menu-button, .menu-button--active
|
|
||||||
text-align center
|
|
||||||
&:hover .menu-button-label
|
|
||||||
transition opacity 0.15s
|
|
||||||
opacity 1
|
|
||||||
|
|
||||||
.menu-button-label
|
|
||||||
position fixed
|
|
||||||
display inline-block
|
|
||||||
height 32px
|
|
||||||
left 44px
|
|
||||||
padding 0 10px
|
|
||||||
margin-top -8px
|
|
||||||
margin-left 0
|
|
||||||
overflow ellipsis
|
|
||||||
background-color $ui-tooltip-backgroundColor
|
|
||||||
z-index 10
|
|
||||||
color white
|
|
||||||
line-height 32px
|
|
||||||
border-top-right-radius 2px
|
|
||||||
border-bottom-right-radius 2px
|
|
||||||
pointer-events none
|
|
||||||
opacity 0
|
|
||||||
font-size 12px
|
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.root, .root--folded
|
.root, .root--folded
|
||||||
@@ -118,3 +73,23 @@ body[data-theme="dark"]
|
|||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
&:hover
|
&:hover
|
||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
|
|
||||||
|
.switch-buttons
|
||||||
|
border-color $ui-dark-borderColor
|
||||||
|
|
||||||
|
.non-active-button
|
||||||
|
navDarkButtonColor()
|
||||||
|
|
||||||
|
.active-button
|
||||||
|
@extend .non-active-button
|
||||||
|
background-color $ui-dark-button--active-backgroundColor
|
||||||
|
color $ui-dark-text-color
|
||||||
|
&:hover
|
||||||
|
background-color alpha($ui-dark-button--active-backgroundColor, 70%)
|
||||||
|
color alpha($ui-dark-text-color, 70%)
|
||||||
|
&:active, &:active:hover
|
||||||
|
background-color $$ui-dark-button--active-backgroundColor
|
||||||
|
|
||||||
|
.tag-title
|
||||||
|
p
|
||||||
|
color alpha($ui-dark-text-color, 60%)
|
||||||
Reference in New Issue
Block a user