diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-28 11:42:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-28 11:42:41 +0900 |
| commit | 8028499d2b92aa4f4bafdc743d0e718f621dccc3 (patch) | |
| tree | e600891bb429aa9d8d46ce0badb125ed2c869551 /src | |
| parent | [Client] Use class selector to improve performance (diff) | |
| download | sharkey-8028499d2b92aa4f4bafdc743d0e718f621dccc3.tar.gz sharkey-8028499d2b92aa4f4bafdc743d0e718f621dccc3.tar.bz2 sharkey-8028499d2b92aa4f4bafdc743d0e718f621dccc3.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/components/ui.nav.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue index f1866871bf..e92c404a28 100644 --- a/src/client/app/mobile/views/components/ui.nav.vue +++ b/src/client/app/mobile/views/components/ui.nav.vue @@ -208,7 +208,7 @@ export default Vue.extend({ font-size 15px &.notifications - width 340px + width 330px > .notifications padding-top 42px @@ -218,7 +218,7 @@ export default Vue.extend({ top 0 left 0 z-index 1000 - width 340px + width 330px line-height 42px background var(--secondary) |