From d8ae2dcba2d50f675a0a0cd7ebf527b3ad7fc8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 18 Jan 2021 22:39:23 +0100 Subject: [PATCH] window-list: Drop height override gnome-shell's top bar got taller, and is now just 1px smaller than our size override. We don't need that additional pixel to fit our UI, so remove the override to make the sizes of both bars consistent. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/271 Part-of: --- extensions/window-list/stylesheet.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css index 79d56bad..e01986a8 100644 --- a/extensions/window-list/stylesheet.css +++ b/extensions/window-list/stylesheet.css @@ -1,10 +1,3 @@ -.bottom-panel { - /* .window-button-icon height + - .window-button vertical padding + - .window-button > StWidget vertical padding) */ - height: 2.25em; -} - .window-list { spacing: 2px; font-size: 10pt;