materia-theme
materia-theme copied to clipboard
Contents of ibus candidate box are not vertically aligned
Reporter Info
- Materia version: 20210322
- GTK3 version: 3.24.31
- Distribution (and version): Fedora Workstation 35
- Desktop environment (and version): Gnome 41.3
Actual Issue
As shown in the picture below, the contents of the ibus candidate box are not vertically aligned
I think this may be affected by candidate-box.min-height
, if you change it to 0 (or just remove this line) and then add some vertical padding
can improve this problem
.candidate-box {
transition-duration: theme.$state-duration;
- min-height: theme.$menu-item-height;
- padding: 0 8px;
+ padding: 8px;
border-radius: theme.$corner-radius;