🎨
This commit is contained in:
parent
ceda2ca896
commit
0a7c0f30fd
7 changed files with 9 additions and 12 deletions
|
|
@ -42,9 +42,9 @@ root(isDark)
|
|||
> .avatar
|
||||
display block
|
||||
float left
|
||||
margin 0 16px 0 0
|
||||
width 52px
|
||||
height 52px
|
||||
margin 0 12px 0 0
|
||||
width 48px
|
||||
height 48px
|
||||
border-radius 8px
|
||||
|
||||
> .main
|
||||
|
|
@ -85,7 +85,6 @@ root(isDark)
|
|||
cursor default
|
||||
margin 0
|
||||
padding 0
|
||||
font-size 1.1em
|
||||
color isDark ? #959ba7 : #717171
|
||||
|
||||
.mk-note-preview[data-darkmode]
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@ root(isDark)
|
|||
cursor default
|
||||
margin 0
|
||||
padding 0
|
||||
font-size 1.1em
|
||||
color isDark ? #959ba7 : #717171
|
||||
|
||||
pre
|
||||
|
|
|
|||
|
|
@ -480,7 +480,6 @@ root(isDark)
|
|||
margin 0
|
||||
padding 0
|
||||
overflow-wrap break-word
|
||||
font-size 1.1em
|
||||
color isDark ? #fff : #717171
|
||||
|
||||
> .text
|
||||
|
|
@ -507,7 +506,6 @@ root(isDark)
|
|||
margin 0
|
||||
padding 0
|
||||
overflow-wrap break-word
|
||||
font-size 1.1em
|
||||
color isDark ? #fff : #717171
|
||||
|
||||
>>> .title
|
||||
|
|
|
|||
|
|
@ -71,6 +71,6 @@ export default Vue.extend({
|
|||
content ')'
|
||||
|
||||
.notePreview
|
||||
margin 16px 22px
|
||||
margin 16px 22px 0 22px
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue