style: Prevent dash from overlapping content
In order to center the view selector, the dash has been moved to a separate layer, which means that it will overlap the app picker and search results if the available width is smaller than the maximum width that the content will request. Fix this by adding enough horizontal padding to account for the width the dash will have at its largest icon size. https://bugzilla.gnome.org/show_bug.cgi?id=695471
This commit is contained in:
parent
edc95b2cb7
commit
884af3c986
@ -887,8 +887,8 @@ StScrollBar StButton#vhandle:active {
|
||||
.search-display > StBoxLayout,
|
||||
.all-apps > StBoxLayout,
|
||||
.frequent-apps > StBoxLayout {
|
||||
/* horizontal padding to make sure the scrollbar doesn't overlap content */
|
||||
padding: 0px 18px;
|
||||
/* horizontal padding to make sure scrollbars or dash don't overlap content */
|
||||
padding: 0px 88px;
|
||||
}
|
||||
|
||||
.app-folder-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user