diff options
author | Haocen Xu <haocen.xu@gmail.com> | 2018-07-06 12:48:46 -0400 |
---|---|---|
committer | Haocen Xu <haocen.xu@gmail.com> | 2018-07-06 12:48:46 -0400 |
commit | 43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060 (patch) | |
tree | 53a76eabbc909075bb4ad8f514aa6d67d2eee5ad /client/components/main | |
parent | 6c7eab4456f8608ae3893d2200b759d426863cd2 (diff) | |
download | wekan-43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060.tar.gz wekan-43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060.tar.bz2 wekan-43d86d7d5d3f3b34b0500f6d5d3afe7bd86b0060.zip |
Hotfix for mobile device
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/header.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/header.styl b/client/components/main/header.styl index f9455f8e..495716e1 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -218,7 +218,7 @@ position: absolute right: 0px padding: 10px - margin: -10px + margin: -10px 0 -10px -10px .announcement, .offline-warning |