This commit is contained in:
syuilo 2018-05-28 14:54:16 +09:00
parent ceda2ca896
commit 0a7c0f30fd
7 changed files with 9 additions and 12 deletions

View File

@ -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]

View File

@ -126,7 +126,6 @@ root(isDark)
cursor default
margin 0
padding 0
font-size 1.1em
color isDark ? #959ba7 : #717171
pre

View File

@ -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

View File

@ -71,6 +71,6 @@ export default Vue.extend({
content ')'
.notePreview
margin 16px 22px
margin 16px 22px 0 22px
</style>

View File

@ -54,6 +54,11 @@ root(isDark)
height 48px
border-radius 8px
@media (max-width 500px)
margin 0 10px 0 0
width 44px
height 44px
> .main
float left
width calc(100% - 60px)
@ -114,7 +119,6 @@ root(isDark)
cursor default
margin 0
padding 0
font-size 1.1em
color isDark ? #959ba7 : #717171
.mk-note-preview[data-darkmode]

View File

@ -147,7 +147,6 @@ root(isDark)
cursor default
margin 0
padding 0
font-size 1.1em
color isDark ? #959ba7 : #717171
pre

View File

@ -429,7 +429,6 @@ root(isDark)
margin 0
padding 0
overflow-wrap break-word
font-size 1.1em
color isDark ? #fff : #717171
> .text
@ -455,7 +454,6 @@ root(isDark)
margin 0
padding 0
overflow-wrap break-word
font-size 1.1em
color isDark ? #fff : #717171
>>> .title