Browse Source

sidebar: 2px margin between rows

This avoids rows blending together when hovering a row next to the
active one.
merge-requests/1327/merge
Tobias Bernard 4 years ago committed by Kévin Commaille
parent
commit
feab9a5011
  1. 1
      data/resources/style.css

1
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 {

Loading…
Cancel
Save