From e9bb7e00414f495900bce570afa5219584f1d858 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 17 Apr 2018 21:36:15 +0300 Subject: Fix Wekan logo positioning. Thanks to iwkse and xet7 ! Closes #1583, closes #1378 --- CHANGELOG.md | 5 +++-- client/components/main/header.styl | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab26e29..b6274ab4 100644 --- a/CHANGELOG.md +++ b/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 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 -- cgit v1.2.3-1-g7c22