Match the curve of the top of the screen on the laptop with the top left and right button hovers

This commit is contained in:
Kevin MacMartin 2024-11-13 22:12:44 -05:00
parent bab131456d
commit 53a6c01222

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 // transparent panel on overview, lock & login screens
&:overview, &:overview,
&.unlock-screen, &.unlock-screen,