materia-theme icon indicating copy to clipboard operation
materia-theme copied to clipboard

Contents of ibus candidate box are not vertically aligned

Open loichyan opened this issue 3 years ago • 0 comments

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

2022-02-07 20-36-50

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;

2022-02-07 21-17-40

loichyan avatar Feb 07 '22 13:02 loichyan