From 53a6c01222257dc5eca14d61e86c3c93572ac28b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 13 Nov 2024 22:12:44 -0500 Subject: [PATCH] Match the curve of the top of the screen on the laptop with the top left and right button hovers --- gnome-shell-sass/widgets/_panel.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss index 80e93f9..9bfae4f 100644 --- a/gnome-shell-sass/widgets/_panel.scss +++ b/gnome-shell-sass/widgets/_panel.scss @@ -108,6 +108,16 @@ $panel_transition_duration: 250ms; // same as the overview transition duration } } + @if $laptop { + #panelActivities { + border-radius: 18px 3px 3px 3px; + } + + #panelRight > *:last-child > * { + border-radius: 3px 18px 3px 3px; + } + } + // transparent panel on overview, lock & login screens &:overview, &.unlock-screen,