mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gnome-shell: Fix unstyled search results on v3.36
This commit is contained in:
@@ -1381,7 +1381,14 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing
|
.search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing
|
||||||
.search-section-content { spacing: 32px; } // This is the space between the provider icon and the results container
|
.search-section-content {
|
||||||
|
background-color: transparent;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
// This is the space between the provider icon and the results container
|
||||||
|
spacing: 32px;
|
||||||
|
}
|
||||||
.search-statustext { // "no results"
|
.search-statustext { // "no results"
|
||||||
@extend %status_text;
|
@extend %status_text;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1261,6 +1261,10 @@ StScrollBar {
|
|||||||
spacing: 16px; }
|
spacing: 16px; }
|
||||||
|
|
||||||
.search-section-content {
|
.search-section-content {
|
||||||
|
background-color: transparent;
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
spacing: 32px; }
|
spacing: 32px; }
|
||||||
|
|
||||||
.list-search-results {
|
.list-search-results {
|
||||||
|
|||||||
Reference in New Issue
Block a user