From 8dbb40e8902b9655ac491bc9e56c39f84e1c5e95 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 6 Mar 2021 07:36:18 +0200 Subject: [PATCH] compactify tab close icon --- chrome/compact_proton.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index 7de2cd2..926233c 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -17,4 +17,11 @@ menupopup > menu{ padding-block: 0.3em !important; } /* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */ #nav-bar{ box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important; +} + +.tab-close-button{ + margin-inline-start: 2px !important; + width: 16px !important; + height: 16px !important; + padding: 1px !important; } \ No newline at end of file