Add the rounded corners for the new laptop display

This commit is contained in:
Kevin MacMartin 2025-03-28 13:09:12 -04:00
parent 869751128d
commit 2d3ce46f3e

View file

@ -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,