[gnome-shell-sass] search: Remove unnecessary containers
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] search: Remove unnecessary containers
- Date: Thu, 18 Jul 2019 10:23:07 +0000 (UTC)
commit c118a542e2b89fc5cc992e6afa6b0c0885219a67
Author: Jonas Dreßler <verdre v0yd nl>
Date: Sat Nov 24 22:33:05 2018 +0100
search: Remove unnecessary containers
The functionality the searchResultsBin container provides can easily be
moved into a subclass of St.BoxLayout, no need for an additional StBin.
The "searchResultsBin" css class isn't used in the stylesheets either.
Same with the scrollChild container.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110
_common.scss | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index f910a5b..0750651 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1364,11 +1364,8 @@ StScrollBar {
//search results
- #searchResultsBin {
- max-width: 1000px;
- }
-
#searchResultsContent {
+ max-width: 1000px;
padding-left: 20px;
padding-right: 20px;
spacing: 16px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]