diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-15 19:25:36 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-15 19:25:59 +0200 |
| commit | a977d4316d596ce89f1fec55d6962262a9405d12 (patch) | |
| tree | 1fee90ba06578bdece8dc3b20930392bdbf4e35b /packages/frontend/src/components/MkNoteSub.vue | |
| parent | upd: add locales for client settings (diff) | |
| download | sharkey-a977d4316d596ce89f1fec55d6962262a9405d12.tar.gz sharkey-a977d4316d596ce89f1fec55d6962262a9405d12.tar.bz2 sharkey-a977d4316d596ce89f1fec55d6962262a9405d12.zip | |
fix: wrong scaling in notifications container
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNoteSub.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue index 851be936cc..0e81f82968 100644 --- a/packages/frontend/src/components/MkNoteSub.vue +++ b/packages/frontend/src/components/MkNoteSub.vue @@ -448,6 +448,13 @@ if (props.detail) { color: var(--fgHighlighted); } } +@container (max-width: 400px) { + .noteFooterButton { + &:not(:last-child) { + margin-right: 0.7em; + } + } +} .noteFooterButtonCount { display: inline; |