mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:13:09 +02:00
chore(client):🎨 Make font-size of note-preview em (#6414)
This commit is contained in:
parent
8d48e4c76e
commit
83d9a4b6d9
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