Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 26, 2024
1 parent d483cb3 commit 04c7b1a
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/sass/widgets/_dash-46.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ $dash_border_radius: $menu_radius + $dash_padding;
border: none;
box-shadow: none;
text-align: center;
-y-offset: $container_margin * 5; // distance from the dash edge
-y-offset: $container_margin; // distance from the dash edge
}
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell-Dark-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 10px;
-y-offset: 2px;
}

/* App Grid */
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 20px;
-y-offset: 4px;
}

/* App Grid */
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell-Light-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 10px;
-y-offset: 2px;
}

/* App Grid */
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell-Light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 20px;
-y-offset: 4px;
}

/* App Grid */
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 10px;
-y-offset: 2px;
}

/* App Grid */
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/shell-46-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
border: none;
box-shadow: none;
text-align: center;
-y-offset: 20px;
-y-offset: 4px;
}

/* App Grid */
Expand Down

0 comments on commit 04c7b1a

Please sign in to comment.