mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 17:36:49 +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
|
max-width: 100vw; // in case if someone has super small screen
|
||||||
height: ~'calc(100vh - @{header-height})';
|
height: ~'calc(100vh - @{header-height})';
|
||||||
.boxshadow(3);
|
.boxshadow(3);
|
||||||
|
border-radius: 0 @border-radius-large @border-radius-large 0;
|
||||||
background: @menu-background;
|
background: @menu-background;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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
|
// Only show title when screen height is less than 800px
|
||||||
|
|
Loading…
Reference in a new issue