diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-28 05:14:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-28 05:14:04 +0900 |
| commit | b498072f9dba683fcc15629e348797e39abdda23 (patch) | |
| tree | 2b7504cd256a9d4ec5eaf0c691b94c19dc435be8 /src/client | |
| parent | 通知の管理を強化 (diff) | |
| download | misskey-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.vue | 4 |
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) &, * |