Skip to content

Commit

Permalink
リプライの区別をつきやすく
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Apr 18, 2019
1 parent 00a0831 commit d39511a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/app/desktop/views/components/note.sub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default Vue.extend({
display flex
padding 16px 32px
font-size 0.9em
background var(--subNoteBg)
background linear-gradient(to bottom, var(--face), var(--subNoteBg) 10%, var(--subNoteBg) 90%, var(--face) 100%)
&.mini
padding 16px
Expand Down
2 changes: 1 addition & 1 deletion src/client/app/mobile/views/components/note.sub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default Vue.extend({
display flex
padding 16px
font-size 10px
background var(--subNoteBg)
background linear-gradient(to bottom, var(--face), var(--subNoteBg) 10%, var(--subNoteBg) 90%, var(--face) 100%)
&:not(.mini)
Expand Down

0 comments on commit d39511a

Please sign in to comment.