mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
improve selectable area
This commit is contained in:
@@ -34,12 +34,11 @@ infoButton()
|
|||||||
text-align center
|
text-align center
|
||||||
width 100%
|
width 100%
|
||||||
color inactiveTextColor
|
color inactiveTextColor
|
||||||
*
|
|
||||||
-webkit-user-select none
|
|
||||||
.ArticleDetail-info
|
.ArticleDetail-info
|
||||||
height 70px
|
height 70px
|
||||||
width 100%
|
width 100%
|
||||||
font-size 12px
|
font-size 12px
|
||||||
|
user-select none
|
||||||
&>.tutorial
|
&>.tutorial
|
||||||
position fixed
|
position fixed
|
||||||
z-index 35
|
z-index 35
|
||||||
@@ -197,6 +196,7 @@ infoButton()
|
|||||||
border solid 1px borderColor
|
border solid 1px borderColor
|
||||||
border-radius 5px
|
border-radius 5px
|
||||||
transition width 0.15s
|
transition width 0.15s
|
||||||
|
user-select none
|
||||||
&.idle
|
&.idle
|
||||||
cursor pointer
|
cursor pointer
|
||||||
&:hover
|
&:hover
|
||||||
@@ -239,7 +239,7 @@ infoButton()
|
|||||||
background-color darken(white, 10%)
|
background-color darken(white, 10%)
|
||||||
.ArticleDetail-panel-header-title
|
.ArticleDetail-panel-header-title
|
||||||
absolute left top
|
absolute left top
|
||||||
right 120px
|
right 145px
|
||||||
padding 0 15px
|
padding 0 15px
|
||||||
background-color transparent
|
background-color transparent
|
||||||
input
|
input
|
||||||
@@ -256,6 +256,7 @@ infoButton()
|
|||||||
padding 5px 15px
|
padding 5px 15px
|
||||||
border-top solid 1px borderColor
|
border-top solid 1px borderColor
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
|
user-select all
|
||||||
.CodeEditor
|
.CodeEditor
|
||||||
absolute left right bottom
|
absolute left right bottom
|
||||||
top 60px
|
top 60px
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ articleCount = #999
|
|||||||
width 200px
|
width 200px
|
||||||
border-right 1px solid borderColor
|
border-right 1px solid borderColor
|
||||||
color white
|
color white
|
||||||
|
user-select none
|
||||||
.userInfo
|
.userInfo
|
||||||
height 60px
|
height 60px
|
||||||
display block
|
display block
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ infoBtnActiveBgColor = #3A3A3A
|
|||||||
left 200px
|
left 200px
|
||||||
height 60px
|
height 60px
|
||||||
background-color bgColor
|
background-color bgColor
|
||||||
|
user-select none
|
||||||
&>.tutorial
|
&>.tutorial
|
||||||
.clickJammer
|
.clickJammer
|
||||||
fixed top left bottom right
|
fixed top left bottom right
|
||||||
|
|||||||
@@ -9,10 +9,6 @@ global-reset()
|
|||||||
|
|
||||||
DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif
|
DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif
|
||||||
|
|
||||||
*
|
|
||||||
-webkit-app-region no-drag
|
|
||||||
-webkit-user-select none
|
|
||||||
|
|
||||||
html, body
|
html, body
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
|
|||||||
Reference in New Issue
Block a user