From cef2539b5b649cbb3d12a249df67c2fcfb0db97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 26 Mar 2022 09:15:20 -0400 Subject: [PATCH] fix: don't expand tasbar to all viewport --- less/modules/taskbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 6013dda..1ebe60d 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -7,6 +7,7 @@ .taskbar { display: none; left: 15px; + right: auto; margin-top: 0; .transition(.15s ease-in opacity);