diff --git a/src/_sass/gnome-shell/_common-3-28.scss b/src/_sass/gnome-shell/_common-3-28.scss index 7634c9c..f91b970 100644 --- a/src/_sass/gnome-shell/_common-3-28.scss +++ b/src/_sass/gnome-shell/_common-3-28.scss @@ -2092,10 +2092,10 @@ Gjs_ui_panel_ActivitiesButton.panel-button { -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px; - row-spacing: $space-size * 6; - column-spacing: $space-size * 6; - max-row-spacing: $space-size * 12; - max-column-spacing: $space-size * 12; + row-spacing: 36px; + column-spacing: 36px; + max-row-spacing: 72px; + max-column-spacing: 72px; .overview-icon { icon-size: 96px; } } diff --git a/src/_sass/gnome-shell/widgets/_app-grid.scss b/src/_sass/gnome-shell/widgets/_app-grid.scss index 99a5824..af4c670 100644 --- a/src/_sass/gnome-shell/widgets/_app-grid.scss +++ b/src/_sass/gnome-shell/widgets/_app-grid.scss @@ -3,7 +3,7 @@ %icon_tile { color: on(dark); border-radius: $material-radius * 1.5; - padding: $space-size; + padding: $space-size * 2; border: none; transition-duration: $longer-duration; text-align: center; diff --git a/src/gnome-shell/shell-3-28/gnome-shell-Compact.css b/src/gnome-shell/shell-3-28/gnome-shell-Compact.css index 5ce1ceb..684aef1 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-Compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-Compact.css @@ -2439,10 +2439,10 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton spacing: 30px; -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px; - row-spacing: 24px; - column-spacing: 24px; - max-row-spacing: 48px; - max-column-spacing: 48px; + row-spacing: 36px; + column-spacing: 36px; + max-row-spacing: 72px; + max-column-spacing: 72px; } .icon-grid .overview-icon { diff --git a/src/gnome-shell/shell-3-28/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-3-28/gnome-shell-Dark-Compact.css index 147dd6e..1084b11 100644 --- a/src/gnome-shell/shell-3-28/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-3-28/gnome-shell-Dark-Compact.css @@ -2439,10 +2439,10 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton spacing: 30px; -shell-grid-horizontal-item-size: 136px; -shell-grid-vertical-item-size: 136px; - row-spacing: 24px; - column-spacing: 24px; - max-row-spacing: 48px; - max-column-spacing: 48px; + row-spacing: 36px; + column-spacing: 36px; + max-row-spacing: 72px; + max-column-spacing: 72px; } .icon-grid .overview-icon { diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Compact.css b/src/gnome-shell/shell-40-0/gnome-shell-Compact.css index 0bc5031..f99faa9 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Compact.css @@ -2387,7 +2387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 4px; + padding: 8px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css index 02d1435..a21d2b4 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css @@ -2387,7 +2387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 4px; + padding: 8px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css index ab45896..ce31a64 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-40-0/gnome-shell-Dark.css @@ -2387,7 +2387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 6px; + padding: 12px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-40-0/gnome-shell.css b/src/gnome-shell/shell-40-0/gnome-shell.css index d47d74c..c28175d 100644 --- a/src/gnome-shell/shell-40-0/gnome-shell.css +++ b/src/gnome-shell/shell-40-0/gnome-shell.css @@ -2387,7 +2387,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 6px; + padding: 12px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Compact.css b/src/gnome-shell/shell-42-0/gnome-shell-Compact.css index b6a94d7..0af4917 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Compact.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Compact.css @@ -2751,7 +2751,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 4px; + padding: 8px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css index b44a501..7b038ff 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css @@ -2755,7 +2755,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 4px; + padding: 8px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css index 2737d93..c7a76b3 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell-Dark.css +++ b/src/gnome-shell/shell-42-0/gnome-shell-Dark.css @@ -2755,7 +2755,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 6px; + padding: 12px; border: none; transition-duration: 150ms; text-align: center; diff --git a/src/gnome-shell/shell-42-0/gnome-shell.css b/src/gnome-shell/shell-42-0/gnome-shell.css index 86d92a3..a20e7bf 100644 --- a/src/gnome-shell/shell-42-0/gnome-shell.css +++ b/src/gnome-shell/shell-42-0/gnome-shell.css @@ -2751,7 +2751,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .app-well-app .overview-icon, .search-provider-icon, .list-search-result { color: white; border-radius: 15px; - padding: 6px; + padding: 12px; border: none; transition-duration: 150ms; text-align: center;