From 407aa299e0e02bc8722c5dadc6174b157aa5122b Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 16 Dec 2023 18:09:48 +0200 Subject: [PATCH] Make navigation arrow in app list squared --- theme/gnome-shell_css/apps.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/gnome-shell_css/apps.css b/theme/gnome-shell_css/apps.css index 259a213..3bdda4b 100644 --- a/theme/gnome-shell_css/apps.css +++ b/theme/gnome-shell_css/apps.css @@ -104,9 +104,9 @@ /* Page arrow */ - .page-navigation-arrow { - border-radius: 99px; + border-radius: 15px; + padding: 12px; transition-duration: 100ms; }