Browse Source

Fix Wekan logo positioning.

Thanks to iwkse and xet7 !

Closes #1583, closes #1378
Lauri Ojansivu 7 years ago
parent
commit
e9bb7e0041
2 changed files with 5 additions and 5 deletions
  1. 3 2
      CHANGELOG.md
  2. 2 3
      client/components/main/header.styl

+ 3 - 2
CHANGELOG.md

@@ -2,9 +2,10 @@
 
 This release fixes the following bugs:
 
-- [Fix Switch List/swimlane view only working with admin privileges](https://github.com/wekan/wekan/issues/1567).
+- [Fix Switch List/swimlane view only working with admin privileges](https://github.com/wekan/wekan/issues/1567);
+- [Fix Wekan logo positioning](https://github.com/wekan/wekan/issues/1378).
 
-Thanks to GitHub user andresmanelli for contributions.
+Thanks to GitHub users andresmanelli, iwkse and xet for their contributions.
 
 # v0.84 2018-04-16 Wekan release
 

+ 2 - 3
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