Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contents of ibus candidate box are not vertically aligned #612

Open
loichyan opened this issue Feb 7, 2022 · 0 comments
Open

Contents of ibus candidate box are not vertically aligned #612

loichyan opened this issue Feb 7, 2022 · 0 comments

Comments

@loichyan
Copy link

loichyan commented Feb 7, 2022

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 loichyan changed the title contents of ibus candidate box are not vertically aligned Contents of ibus candidate box are not vertically aligned Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant