Skip to content

Commit

Permalink
gnome-shell: Add padding to OSD popups
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed May 21, 2022
1 parent 2570e8e commit f5e4a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ $_popup_submenu_border_color: if($variant!='dark', rgba(0, 0, 0, 0.1), rgba(0, 0
// OSD
//
.osd-window {
padding: 10px;
text-align: center;
font-weight: bold;
margin: 4em;
Expand Down Expand Up @@ -838,6 +839,7 @@ $ws_dot_inactive: $ws_indicator_height / 6;

.workspace-switcher {
@extend %shell_osd;
padding: 10px;
margin: 4em;
spacing: 8px;
}
Expand Down

0 comments on commit f5e4a2e

Please sign in to comment.