Open bjggzxb opened 10 years ago
The original padding of .candidate-index and .candidate-box is
.candidate-index
.candidate-box
padding: 0.5em 0.5em 0.5em 0.5em;
But on my computer, using gnome-shell 3.10, the padding of candidates looks like 1em, I fixed it by changing padding of .candidate-box to
1em
padding: 0 0.5em 0 0;
Maybe not the proper way, but it works well for me.
The original padding of
.candidate-index
and.candidate-box
isBut on my computer, using gnome-shell 3.10, the padding of candidates looks like
1em
, I fixed it by changing padding of.candidate-box
toMaybe not the proper way, but it works well for me.