Skip to content

Commit

Permalink
gnome-shell: Add more space to the bottom of overview window-picker (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Dec 13, 2017
1 parent 2d72823 commit 7e0009f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-dark-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-light-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;
}

.window-picker.external-monitor {
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ StScrollBar {
.window-picker { //container around window thumbnails
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
padding: 0 16px 32px;

&.external-monitor { padding: 16px; }
}
Expand Down

0 comments on commit 7e0009f

Please sign in to comment.