mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 10px;
|
font-size: 0.95em;
|
||||||
|
|
||||||
@media (min-width: 350px) {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 500px) {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .avatar {
|
> .avatar {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue