From 41197bcea8e5f0f89ca32b881ec015d4dee71fc0 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Tue, 30 Jun 2020 14:37:33 -0400 Subject: [PATCH] Rounded drawer menu --- resources/skins.citizen.styles/Drawer.less | 9 +++++++++ 1 file changed, 9 insertions(+) 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