mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 16:45:28 +00:00
Rounded drawer menu
This commit is contained in:
parent
925c3f8152
commit
41197bcea8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue