mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
chore(client):🎨 Make font-size of note-preview em (#6414)
This commit is contained in:
parent
78b0a33624
commit
326b0a9112
1 changed files with 1 additions and 9 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue