mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-03 12:09:23 +00:00
Fix: Design changed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.PlanetContainer
|
||||
absolute top bottom right
|
||||
left 50px
|
||||
left 55px
|
||||
.tags
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
@@ -15,13 +15,14 @@
|
||||
.PlanetHeader
|
||||
absolute left right top
|
||||
overflow-y hidden
|
||||
height 65px
|
||||
height 55px
|
||||
background-color white
|
||||
border-bottom solid 1px borderColor
|
||||
box-sizing border-box
|
||||
padding 5px 15px
|
||||
clearfix()
|
||||
.headerLabel
|
||||
noSelect()
|
||||
absolute top left bottom
|
||||
overflow hidden
|
||||
display inline-block
|
||||
@@ -29,7 +30,7 @@
|
||||
.userName
|
||||
position absolute
|
||||
left 15px
|
||||
top 40px
|
||||
top 30px
|
||||
width 140px
|
||||
font-size 1em
|
||||
color textColor
|
||||
@@ -42,14 +43,14 @@
|
||||
width 145px
|
||||
font-size 1.6em
|
||||
color brandColor
|
||||
overflow-x hidden
|
||||
overflow hidden
|
||||
text-overflow ellipsis
|
||||
white-space nowrap
|
||||
&:hover
|
||||
color darken(brandBorderColor, 30%)
|
||||
.menuBtn
|
||||
position absolute
|
||||
top 15px
|
||||
top 12px
|
||||
right 5px
|
||||
font-size 1em
|
||||
btnDefault()
|
||||
@@ -64,12 +65,13 @@
|
||||
&:focus, &.focus
|
||||
outline none
|
||||
.headerControl
|
||||
noSelect()
|
||||
absolute top bottom right
|
||||
left 200px
|
||||
.searchInput
|
||||
display block
|
||||
position absolute
|
||||
top 16px
|
||||
top 12px
|
||||
left 0
|
||||
input
|
||||
padding-left 32px
|
||||
@@ -79,19 +81,11 @@
|
||||
top 8px
|
||||
left 12px
|
||||
color inactiveTextColor
|
||||
.downloadButtton
|
||||
position absolute
|
||||
right 5px
|
||||
top 10px
|
||||
padding 7px 25px
|
||||
box-sizing border-box
|
||||
line-height 25px
|
||||
font-size 1em
|
||||
border-radius 22px
|
||||
|
||||
.PlanetNavigator
|
||||
absolute bottom left
|
||||
top 65px
|
||||
noSelect()
|
||||
top 55px
|
||||
width 200px
|
||||
border-right solid 1px highlightenBorderColor
|
||||
padding 10px
|
||||
@@ -149,7 +143,7 @@
|
||||
.PlanetArticleList
|
||||
absolute bottom right
|
||||
left 200px
|
||||
top 65px
|
||||
top 55px
|
||||
width 250px
|
||||
border-right solid 1px highlightenBorderColor
|
||||
|
||||
@@ -190,7 +184,7 @@
|
||||
|
||||
.PlanetArticleDetail
|
||||
absolute right bottom
|
||||
top 65px
|
||||
top 55px
|
||||
left 450px
|
||||
&>.viewer-header
|
||||
height 44px
|
||||
|
||||
Reference in New Issue
Block a user