Browse Source

Add fixed size for star to fix visual glitch

master
Kenneth Bruen 1 year ago
parent
commit
90d1435fb8
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 2
      config-route.css

2
config-route.css

@ -129,6 +129,8 @@ div.checkbox input {
.suggestion .star { .suggestion .star {
flex: 0; flex: 0;
pointer-events: none; pointer-events: none;
width: 24px;
height: 24px;
} }
.suggestion .star.checked { .suggestion .star.checked {

Loading…
Cancel
Save