diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-12 12:17:14 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-12 12:17:14 +0900 |
| commit | 51b5d740f6c177108c8ace0fb8104c93e2373ab9 (patch) | |
| tree | 7998b43571276d30ebe624e718bbbf53bcc25b10 | |
| parent | Bump version to 2025.5.1-alpha.2 (diff) | |
| download | misskey-51b5d740f6c177108c8ace0fb8104c93e2373ab9.tar.gz misskey-51b5d740f6c177108c8ace0fb8104c93e2373ab9.tar.bz2 misskey-51b5d740f6c177108c8ace0fb8104c93e2373ab9.zip | |
🎨
Fix #16018
| -rw-r--r-- | packages/frontend/src/ui/_common_/navbar.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue index 7cfedc939f..07baba8c71 100644 --- a/packages/frontend/src/ui/_common_/navbar.vue +++ b/packages/frontend/src/ui/_common_/navbar.vue @@ -407,6 +407,7 @@ function menuEdit() { z-index: 1; display: flex; height: var(--top-height); + padding-left: 6px; } .instance { |