Skip to content

Hide hidden scroll bars from layout and add proper margins to all scrollbars

Jonas Dreßler requested to merge verdre/gnome-shell:st-scrollbar-margins into main

If a scroll bar is hidden it should also not be included in the layout calculations, taking away precious space from the ScrollView.

Also add proper margins to the scroll bar itself instead of having to add them everywhere else. That allows for a small cleanup in messageList, too.

Edited by Jonas Dreßler

Merge request reports