mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: fix style for storage item
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
.root
|
.root
|
||||||
width 100%
|
width 100%
|
||||||
user-select none
|
user-select none
|
||||||
|
|
||||||
.header
|
.header
|
||||||
position relative
|
position relative
|
||||||
height 26px
|
height 26px
|
||||||
width 100%
|
width 100%
|
||||||
|
margin-bottom 5px
|
||||||
transition 0.15s
|
transition 0.15s
|
||||||
&:hover
|
&:hover
|
||||||
background-color $ui-button--hover-backgroundColor
|
background-color $ui-button--hover-backgroundColor
|
||||||
@@ -45,7 +47,7 @@
|
|||||||
.header-info
|
.header-info
|
||||||
display block
|
display block
|
||||||
width 100%
|
width 100%
|
||||||
height 26px
|
height 30px
|
||||||
padding-left 25px
|
padding-left 25px
|
||||||
padding-right 10px
|
padding-right 10px
|
||||||
line-height 26px
|
line-height 26px
|
||||||
@@ -85,7 +87,7 @@
|
|||||||
background-color transparent
|
background-color transparent
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
padding 0
|
padding 0
|
||||||
margin-bottom 2px
|
margin-bottom 5px
|
||||||
text-align left
|
text-align left
|
||||||
border none
|
border none
|
||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
@@ -112,7 +114,7 @@
|
|||||||
padding 0 10px
|
padding 0 10px
|
||||||
height 26px
|
height 26px
|
||||||
line-height 26px
|
line-height 26px
|
||||||
border-width 0 0 0 6px
|
border-width 0 0 0 3px
|
||||||
border-style solid
|
border-style solid
|
||||||
border-color transparent
|
border-color transparent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user