1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 14:16:03 +02:00

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

This commit is contained in:
syuilo
2019-03-01 08:08:08 +09:00
parent 9a9fb37a78
commit d83efecc94
10 changed files with 50 additions and 0 deletions

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