diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-04-17 21:36:15 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-04-17 21:36:15 +0300 |
commit | e9bb7e00414f495900bce570afa5219584f1d858 (patch) | |
tree | ae047960c195f1bd0a54345e854872ea23a4670f /client | |
parent | 61538ab577a0c3684b7f3778822c000868627e5e (diff) | |
download | wekan-e9bb7e00414f495900bce570afa5219584f1d858.tar.gz wekan-e9bb7e00414f495900bce570afa5219584f1d858.tar.bz2 wekan-e9bb7e00414f495900bce570afa5219584f1d858.zip |
Fix Wekan logo positioning.
Thanks to iwkse and xet7 !
Closes #1583, closes #1378
Diffstat (limited to 'client')
-rw-r--r-- | client/components/main/header.styl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/components/main/header.styl b/client/components/main/header.styl index 7993ce6a..f9455f8e 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -29,13 +29,12 @@ font-size: 0.9em margin-right: 10px - .wekan-logo - display: block - margin: 3px auto 0 + margin: 3px auto auto width: 97px opacity: 0.6 transition: opacity 0.15s + float: right &:hover opacity: 0.9 |