Add fixed size for star to fix visual glitch

This commit is contained in:
Kenneth Bruen 2023-11-02 04:38:58 +01:00
parent 7bfb8fceb9
commit 90d1435fb8
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

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