Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,12 @@ StScrollBar {

/* OVERVIEW */

#overview {
spacing: 24px; //
.controls-manager, .secondary-monitor-workspaces {
spacing: 24px;
}

#overviewGroup {
background-color: $_bubble_bg_color;
}

.overview-controls {
Expand Down Expand Up @@ -1477,7 +1481,6 @@ StScrollBar {
color: $topbar_color;
background-color: $topbar_bg_color;
padding: 6px 0;
border: 1px solid $borders_color;
border-left: 0px;
border-radius: 0px 5px 5px 0px;

Expand All @@ -1497,9 +1500,9 @@ StScrollBar {
}

}

.dash-item-container > StWidget {
padding: 4px 8px;
.dash-background {
background-color: darken($topbar_bg_color, 5);
}

.dash-label { //osd tooltip
Expand Down
10 changes: 6 additions & 4 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1236,9 +1236,12 @@ StScrollBar {
spacing: 12px; }

/* OVERVIEW */
#overview {
.controls-manager, .secondary-monitor-workspaces {
spacing: 24px; }

#overviewGroup {
background-color: rgba(40, 42, 54, 0.95); }

.overview-controls {
padding-bottom: 32px; }

Expand Down Expand Up @@ -1335,7 +1338,6 @@ StScrollBar {
color: #f8f8f2;
background-color: rgba(40, 42, 54, 0.95);
padding: 6px 0;
border: 1px solid #21232d;
border-left: 0px;
border-radius: 0px 5px 5px 0px; }
#dash:rtl {
Expand All @@ -1348,8 +1350,8 @@ StScrollBar {
width: 24px;
height: 24px; }

.dash-item-container > StWidget {
padding: 4px 8px; }
.dash-background {
background-color: rgba(29, 31, 39, 0.95); }

.dash-label {
border-radius: 7px;
Expand Down