From feab9a501156aab9354c72a55a3eef9fa6413e93 Mon Sep 17 00:00:00 2001 From: Tobias Bernard Date: Sat, 14 May 2022 15:39:45 +0200 Subject: [PATCH] sidebar: 2px margin between rows This avoids rows blending together when hovering a row next to the active one. --- data/resources/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/resources/style.css b/data/resources/style.css index fdd16c97..2f88f277 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -265,6 +265,7 @@ login { animation-timing-function: ease-in-out; outline: 0 solid transparent; outline-offset: 2px; + margin-top: 2px; } .sidebar-list sidebar-row > * > box {