vinceliuice / Canta-theme

Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
GNU General Public License v2.0
657 stars 54 forks source link

Gnome Shell popup menus are aligned incorrectly #72

Closed dslul closed 4 years ago

dslul commented 5 years ago

When using the gnome shell theme, popup menus are not always aligned correctly under the icon. Here is the same issue in the arc theme repo https://github.com/NicoHood/arc-theme/issues/108

Here are a couple of images: image image

Here is how it should be, with the menus right under the icon (using the adapta theme): image image

dslul commented 5 years ago

Changing these values seems to have fixed the issue: .popup-menu-boxpointer { -arrow-border-radius: 1px; .... -arrow-base: 48px; .candidate-popup-boxpointer { ... -arrow-base: 48px;

image

vinceliuice commented 5 years ago

Thanks I'll fix this

vinceliuice commented 4 years ago

Fixed