文字サイズを設定できるように

This commit is contained in:
syuilo 2019-03-01 08:08:08 +09:00
parent 9a9fb37a78
commit d83efecc94
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 50 additions and 0 deletions

View file

@ -115,6 +115,7 @@ export default Vue.extend({
margin 0
padding 0
color var(--subNoteText)
font-size calc(1em + var(--fontSize))
pre
max-height 120px

View file

@ -192,6 +192,7 @@ export default Vue.extend({
padding 0
overflow-wrap break-word
color var(--noteText)
font-size calc(1em + var(--fontSize))
> .reply
margin-right 8px