GNOME Bugzilla – Bug 763774
[HighContrast(|Inverse)] GtkPlacesSidebar row need more top&bottom padding
Last modified: 2016-03-20 21:09:21 UTC
Created attachment 324126 [details] Screenshot. When using HighContrast/HighContrastInverse themes, the GtkPlacesSidebar looks “compressed” vertically; the rows probably need more top&bottom padding.
I think the main problem here is the big eject buttons
yup, the button is the problem there, it gets shrinked in adwaita indeed, relevant code from adwaita: button.sidebar-button { @extend %button_basic.flat; @extend %button_selected.flat; min-height: 26px; min-width: 26px; margin-top: 3px; margin-bottom: 3px; padding: 0; border-radius: 100%; -gtk-outline-radius: 100%; &:not(:hover):not(:active), &:backdrop { > image { opacity: $_placesidebar_icons_opacity; }} }
Created attachment 324389 [details] [review] High Contrast: sidebar round buttons
Attachment 324389 [details] pushed as 7224dd7 - High Contrast: sidebar round buttons