From 844596f7217080a24fb72acc6cc0df2eb66b0022 Mon Sep 17 00:00:00 2001 From: Anna Dabrowska Date: Mon, 4 Sep 2023 13:23:46 +0200 Subject: [PATCH] Plugin starred: fix button height --- css/plugins/starred.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/plugins/starred.less b/css/plugins/starred.less index b417bd4..74003b5 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -16,6 +16,10 @@ } } + a { + max-height: @toggle-size; + } + a:hover, a:focus, a:active {