summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-28 05:14:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-28 05:14:04 +0900
commitb498072f9dba683fcc15629e348797e39abdda23 (patch)
tree2b7504cd256a9d4ec5eaf0c691b94c19dc435be8 /src/client
parent通知の管理を強化 (diff)
downloadmisskey-b498072f9dba683fcc15629e348797e39abdda23.tar.gz
misskey-b498072f9dba683fcc15629e348797e39abdda23.tar.bz2
misskey-b498072f9dba683fcc15629e348797e39abdda23.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/components/ui.header.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/ui.header.vue b/src/client/app/mobile/views/components/ui.header.vue
index d2914b5764..6bdb24030a 100644
--- a/src/client/app/mobile/views/components/ui.header.vue
+++ b/src/client/app/mobile/views/components/ui.header.vue
@@ -79,8 +79,10 @@ export default Vue.extend({
position fixed
top 0
+ left -8px
z-index 1024
- width 100%
+ width calc(100% + 16px)
+ padding 0 8px
box-shadow 0 0px 8px rgba(0, 0, 0, 0.25)
&, *