mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
message for empty content like placeholder
This commit is contained in:
@@ -50,6 +50,7 @@ button, input
|
||||
width 250px
|
||||
overflow-y auto
|
||||
z-index 0
|
||||
user-select none
|
||||
&>ul>li
|
||||
.articleItem
|
||||
padding 10px
|
||||
@@ -119,5 +120,9 @@ button, input
|
||||
overflow-y auto
|
||||
.MarkdownPreview
|
||||
marked()
|
||||
&.empty
|
||||
color lighten(inactiveTextColor, 10%)
|
||||
user-select none
|
||||
font-size 14px
|
||||
.CodeEditor
|
||||
absolute top bottom left right
|
||||
|
||||
@@ -257,6 +257,10 @@ infoButton()
|
||||
border-top solid 1px borderColor
|
||||
overflow-y auto
|
||||
user-select all
|
||||
&.empty
|
||||
color lighten(inactiveTextColor, 10%)
|
||||
user-select none
|
||||
font-size 14px
|
||||
.CodeEditor
|
||||
absolute left right bottom
|
||||
top 60px
|
||||
|
||||
Reference in New Issue
Block a user