chore(client):🎨 Make font-size of note-preview em (#6414)

This commit is contained in:
tamaina 2020-05-31 14:46:50 +09:00 committed by GitHub
parent 8d48e4c76e
commit 83d9a4b6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -50,15 +50,7 @@ export default Vue.extend({
margin: 0;
padding: 0;
overflow: hidden;
font-size: 10px;
@media (min-width: 350px) {
font-size: 12px;
}
@media (min-width: 500px) {
font-size: 14px;
}
font-size: 0.95em;
> .avatar {