panels: fixed map list and user menu

This commit is contained in:
muerwre 2018-12-07 13:09:58 +07:00
parent 43f4b5cda0
commit 45fd758c1d
3 changed files with 37 additions and 5 deletions

View file

@ -76,6 +76,24 @@
box-sizing: border-box;
z-index: -1
}
.user-panel-title {
font-size: 20px;
padding: 10px;
background: rgba(0,0,0, 0.5);
box-shadow: inset rgba(255,255,255,0.1) 0 -1px;
border-radius: @panel_radius @panel_radius 0 0;
user-select: none;
}
.user-panel-ver {
font-size: 12px;
vertical-align: text-top;
opacity: 0.5;
padding-left: 3px;
position: relative;
top: 3px;
}
.user-panel-item {
padding: 10px 10px;