numixproject / elegance-colors

A highly customizable chameleon theme for Gnome Shell
117 stars 7 forks source link

IBus candidate popup padding issue #28

Open bjggzxb opened 10 years ago

bjggzxb commented 10 years ago

The original padding of .candidate-index and .candidate-box is

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

padding: 0 0.5em 0 0;

Maybe not the proper way, but it works well for me.