From a2b7e34d4876222bd13402620c37b71fc3344b2a Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 18 Oct 2021 16:16:56 -0400 Subject: [PATCH] fix: #533, closes #534, taskbar rejigger --- less/modules/taskbar.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index a732c4d..8b8dc28 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -6,12 +6,10 @@ .taskbar { display: none; - z-index: @zindex-popover; left: auto; // Bootswatch fix &.navbar-fixed-bottom { - z-index: @zindex-popover; left: auto; } @@ -35,11 +33,14 @@ } .navbar-nav { + float: unset; + display: flex; + flex-direction: column; padding-right: 15px; padding-bottom: 15px; li { - float: left; + margin-top: 1rem; &.new a { -webkit-animation-name: bounceIn; @@ -150,7 +151,6 @@ &.taskbar-composer, &.taskbar-chat { a { text-align: center; - margin-left: 15px; i { font-size: 18px;