Rounded drawer menu

This commit is contained in:
alistair3149 2020-06-30 14:37:33 -04:00
parent 925c3f8152
commit 41197bcea8
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

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