From 600ed1e3da108f6190d678cf18d151a63787a590 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 4 Oct 2019 09:05:48 -0500 Subject: [PATCH] CSD: fix titlebar buttons position, #85 --- theme/parts/csd.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/parts/csd.css b/theme/parts/csd.css index 9e135c2..98e3540 100644 --- a/theme/parts/csd.css +++ b/theme/parts/csd.css @@ -45,7 +45,8 @@ padding: 6px 3px; position: absolute !important; right: 0; - top: 0; + top: 0; + display: block !important; } :root[tabsintitlebar] #titlebar .titlebar-buttonbox { -moz-appearance: none !important;