mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: Fix the tag layout at note list
This commit is contained in:
@@ -45,7 +45,7 @@ $control-height = 30px
|
|||||||
.item-title-icon
|
.item-title-icon
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color transparent
|
background-color alpha(white, 0.6)
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
.item-wrapper
|
.item-wrapper
|
||||||
border-color transparent
|
border-color transparent
|
||||||
@@ -93,9 +93,10 @@ $control-height = 30px
|
|||||||
padding 0
|
padding 0
|
||||||
height 20px
|
height 20px
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
border-radius 20px
|
border-radius 2px
|
||||||
|
padding 1px 2px
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
background-color transparent
|
background-color white
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
@@ -153,7 +154,7 @@ body[data-theme="dark"]
|
|||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color transparent
|
background-color alpha(white, 10%)
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|
||||||
.item-title
|
.item-title
|
||||||
@@ -166,7 +167,7 @@ body[data-theme="dark"]
|
|||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color transparent
|
background-color alpha($ui-dark-button--active-backgroundColor, 40%)
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-tagList-empty
|
.item-bottom-tagList-empty
|
||||||
|
|||||||
Reference in New Issue
Block a user