diff --git a/resources/skins.citizen.styles/Drawer.less b/resources/skins.citizen.styles/Drawer.less index e83f6a04..2ca57ac6 100644 --- a/resources/skins.citizen.styles/Drawer.less +++ b/resources/skins.citizen.styles/Drawer.less @@ -78,6 +78,7 @@ max-width: 100vw; // in case if someone has super small screen height: ~'calc(100vh - @{header-height})'; .boxshadow(3); + border-radius: 0 @border-radius-large @border-radius-large 0; background: @menu-background; display: flex; flex-direction: column; @@ -230,6 +231,14 @@ } } } + + // Rounded edge for the last button + #pt-login, + #pt-logout { + a { + border-radius: 0 0 @border-radius-large 0; + } + } } // Only show title when screen height is less than 800px