Skip to content

Commit

Permalink
Fixed #129
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Jul 26, 2020
1 parent feae474 commit 9051543
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 44 deletions.
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-aliz.css
Original file line number Diff line number Diff line change
Expand Up @@ -2475,12 +2475,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-azul.css
Original file line number Diff line number Diff line change
Expand Up @@ -2475,12 +2475,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-dark-aliz.css
Original file line number Diff line number Diff line change
Expand Up @@ -2471,12 +2471,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-dark-azul.css
Original file line number Diff line number Diff line change
Expand Up @@ -2471,12 +2471,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-dark-sea.css
Original file line number Diff line number Diff line change
Expand Up @@ -2471,12 +2471,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
6 changes: 0 additions & 6 deletions src/gnome-shell/gnome-shell-sea.css
Original file line number Diff line number Diff line change
Expand Up @@ -2475,12 +2475,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
padding: 0px 88px 10px 88px;
}

.workspace-thumbnails {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
Expand Down
8 changes: 0 additions & 8 deletions src/gnome-shell/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2205,14 +2205,6 @@ StWidget.focused .app-well-app-running-dot {
border-radius: 0;
}

//Some hacks I don't even
.search-display > StBoxLayout,
.all-apps,
.frequent-apps > StBoxLayout {
// horizontal padding to make sure scrollbars or dash don't overlap content
padding: 0px 88px 10px 88px;
}

%overview-panel {
color: $selected_fg_color;
background-color: $overview_bg_color;
Expand Down

0 comments on commit 9051543

Please sign in to comment.