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 78b0a33624
commit 326b0a9112

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 {