diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-29 11:20:43 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-29 11:20:43 +0900 |
| commit | 813b57bbab93f5c6abbc190a0a1941c2b15ff9cb (patch) | |
| tree | 3b57613193cb4f7fb50f497f97e8717f704238dd /packages/frontend/src/ui | |
| parent | feat(frontend): タイトルバーを表示できるように (diff) | |
| download | misskey-813b57bbab93f5c6abbc190a0a1941c2b15ff9cb.tar.gz misskey-813b57bbab93f5c6abbc190a0a1941c2b15ff9cb.tar.bz2 misskey-813b57bbab93f5c6abbc190a0a1941c2b15ff9cb.zip | |
fix style
Diffstat (limited to 'packages/frontend/src/ui')
| -rw-r--r-- | packages/frontend/src/ui/deck.vue | 1 | ||||
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index f702e8ef44..aff7cdabbf 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -233,6 +233,7 @@ window.document.documentElement.style.scrollBehavior = 'auto'; .nonTitlebarArea { display: flex; flex: 1; + min-height: 0; } .main { diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index 4bf7e9262b..fa2343ba27 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -141,6 +141,7 @@ $widgets-hide-threshold: 1090px; .nonTitlebarArea { display: flex; flex: 1; + min-height: 0; } .sidebar { |