Skip to content

Commit

Permalink
Improvement: gnome-shell - running dot size improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Nov 21, 2022
1 parent 12cc249 commit 21ccc9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ StScrollBar {
}

.app-well-app-running-dot { //running apps indicator
width: 4px; height: 4px;
width: 12px; height: 4px;
background-color: $selected_bg_color;
border-radius: 10px !important;
box-shadow: 0px 0px 5px 4px transparentize($selected_bg_color,0.2);
Expand Down
2 changes: 1 addition & 1 deletion gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ StScrollBar {
border-radius: o 0.5em 0.5em 0.5em 0.5em; }

.app-well-app-running-dot {
width: 4px;
width: 12px;
height: 4px;
background-color: #ff6a00;
border-radius: 10px !important;
Expand Down

0 comments on commit 21ccc9a

Please sign in to comment.