appDisplay: Merge AllAppDisplay and ViewByCategories
With categories removed, the separation between AllAppDisplay and ViewByCategories no longer makes sense. Also use this opportunity to rename the outdated AllAppDisplay to AppDisplay; it will eventually be used to manage different views. https://bugzilla.gnome.org/show_bug.cgi?id=694192
This commit is contained in:
@ -847,12 +847,12 @@ StScrollBar StButton#vhandle:active {
|
||||
icon-size: 96px;
|
||||
}
|
||||
|
||||
.all-app {
|
||||
.app-display {
|
||||
padding: 0px 16px 32px 32px;
|
||||
spacing: 20px;
|
||||
}
|
||||
|
||||
.all-app:rtl {
|
||||
.app-display:rtl {
|
||||
padding-left: 16px;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user