From 875e0cf9400dd15748a921a3153f13b7f1491e48 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Wed, 29 Apr 2020 12:25:08 -0400 Subject: [PATCH] Fix checkmarks affecting menu item height in eye gaze mode with modern theme --- styles/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/layout.css b/styles/layout.css index 6c0e75a..892da33 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -154,6 +154,9 @@ html, body, .jspaint { .menu-hotkey { display: inline !important; } +.menu-item-checkbox-area { + line-height: 1; +} .menu-item-checkbox-area, .menu-item-submenu-area { min-width: 16px;