mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-05 22:49:32 -05:00
lint
This commit is contained in:
parent
460bc4692a
commit
327334dd77
1 changed files with 7 additions and 7 deletions
|
@ -1148,9 +1148,9 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
padding: 22px 24px;
|
||||
}
|
||||
|
||||
.collapsedLanguage {
|
||||
padding: 12px 16px;
|
||||
}
|
||||
.collapsedLanguage {
|
||||
padding: 12px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@container (max-width: 450px) {
|
||||
|
@ -1188,10 +1188,10 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
height: calc(100% - 12px);
|
||||
}
|
||||
|
||||
.collapsedLanguageAvatar {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.collapsedLanguageAvatar {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@container (max-width: 300px) {
|
||||
|
|
Loading…
Add table
Reference in a new issue