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:
parent
bab131456d
commit
53a6c01222
1 changed files with 10 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue