summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-10-25 11:06:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-10-25 11:06:55 +0900
commited09796e0d1af75896c90f8ca85538036755083b (patch)
tree5c3dee7b3612a2bf7f19a04bd13373d5db38adca /src/client
parentコンテキストメニューの位置計算を改善 (diff)
downloadsharkey-ed09796e0d1af75896c90f8ca85538036755083b.tar.gz
sharkey-ed09796e0d1af75896c90f8ca85538036755083b.tar.bz2
sharkey-ed09796e0d1af75896c90f8ca85538036755083b.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/ui/folder.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/folder.vue b/src/client/components/ui/folder.vue
index 1eaf881ffe..1cd67c2521 100644
--- a/src/client/components/ui/folder.vue
+++ b/src/client/components/ui/folder.vue
@@ -132,7 +132,7 @@ export default defineComponent({
&.max-width_500px {
> header {
> .title {
- padding: 8px 10px;
+ padding: 8px 10px 8px 0;
}
}
}