From 598aac2588aae47ca4e2def7e57c9d847d9fbed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 25 Mar 2022 13:07:08 -0400 Subject: [PATCH] feat: move taskbar to left so it doesnt overlap navigator --- less/modules/taskbar.less | 7 +------ templates/modules/taskbar.tpl | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 8b8dc28..6013dda 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -6,12 +6,7 @@ .taskbar { display: none; - left: auto; - - // Bootswatch fix - &.navbar-fixed-bottom { - left: auto; - } + left: 15px; margin-top: 0; .transition(.15s ease-in opacity); diff --git a/templates/modules/taskbar.tpl b/templates/modules/taskbar.tpl index 5fa0089..d9a50e9 100644 --- a/templates/modules/taskbar.tpl +++ b/templates/modules/taskbar.tpl @@ -1,3 +1,3 @@ \ No newline at end of file