theme: Change app picker bottom padding
Increase the bottom padding between the views and the control buttons of the AppDisplay to be more eye pleasant https://bugzilla.gnome.org/show_bug.cgi?id=706081
This commit is contained in:
parent
ae263bb4db
commit
e8b35f4623
@ -938,7 +938,7 @@ StScrollBar StButton#vhandle:active {
|
||||
.all-apps,
|
||||
.frequent-apps > StBoxLayout {
|
||||
/* horizontal padding to make sure scrollbars or dash don't overlap content */
|
||||
padding: 0px 88px;
|
||||
padding: 0px 88px 10px 88px;
|
||||
}
|
||||
|
||||
.app-folder-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user