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,