summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-06-01 13:50:13 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-06-01 13:50:13 +0900
commit6c09361ec6ea50d816fc37cb2b5bbd00dc94ebbf (patch)
tree57ca6fc6a988d55146d0939c02d579d112a75720
parentfix: テーマにプロパティ 'fgOnWhite' を追加してフォローボ... (diff)
downloadsharkey-6c09361ec6ea50d816fc37cb2b5bbd00dc94ebbf.tar.gz
sharkey-6c09361ec6ea50d816fc37cb2b5bbd00dc94ebbf.tar.bz2
sharkey-6c09361ec6ea50d816fc37cb2b5bbd00dc94ebbf.zip
:art:
-rw-r--r--packages/frontend/src/ui/_common_/navbar.vue2
-rw-r--r--packages/frontend/src/ui/universal.vue1
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue
index e9f0624a2e..a184f1d2f0 100644
--- a/packages/frontend/src/ui/_common_/navbar.vue
+++ b/packages/frontend/src/ui/_common_/navbar.vue
@@ -101,7 +101,7 @@ function more(ev: MouseEvent) {
<style lang="scss" module>
.root {
--nav-width: 250px;
- --nav-icon-only-width: 80px;
+ --nav-icon-only-width: 72px;
flex: 0 0 var(--nav-width);
width: var(--nav-width);
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue
index c9a4945762..c0da59a57d 100644
--- a/packages/frontend/src/ui/universal.vue
+++ b/packages/frontend/src/ui/universal.vue
@@ -266,6 +266,7 @@ $widgets-hide-threshold: 1090px;
.root {
height: 100dvh;
overflow: clip;
+ contain: strict;
box-sizing: border-box;
display: flex;
}