Fix settings menu displaying errors
This commit is contained in:
11
style.css
11
style.css
@@ -45,12 +45,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#menu-content {
|
#menu-content {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
font-size: .6em;
|
font-size: .6em;
|
||||||
width: 20%;
|
width: 375px;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 90%;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-content > * {
|
#menu-content > * {
|
||||||
@@ -58,6 +61,10 @@ body {
|
|||||||
border-bottom: 1px solid #444;
|
border-bottom: 1px solid #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu-content > *:last-child {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#menu-content h3 {
|
#menu-content h3 {
|
||||||
margin: 0 0 15px;
|
margin: 0 0 15px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user