From efd322737d2b683441568b7c588d8ef8c2d2fadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 13 Feb 2026 20:13:59 -0500 Subject: [PATCH] moved to harmony --- public/scss/skins.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/scss/skins.scss b/public/scss/skins.scss index c1a18b0a47..4a330c521f 100644 --- a/public/scss/skins.scss +++ b/public/scss/skins.scss @@ -2,11 +2,6 @@ // brite text-secondary is white :/ .skin-brite { - .btn { - // this removes the 3px left margin on buttons in brite skin - // without button in the sidebar ontopic.tpl aren't properly - margin-left: 0px; - } .text-secondary { color: var(--bs-secondary-color) !important; }