hidable menu content
This commit is contained in:
14
style.css
14
style.css
@ -15,9 +15,20 @@ canvas {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.menu-row h2 {
|
||||
font-size: medium;
|
||||
margin-left: 10px;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
border: 2px solid darkgrey;
|
||||
}
|
||||
|
||||
sidebar {
|
||||
@ -38,6 +49,7 @@ input[type="button"] {
|
||||
|
||||
.menu-row {
|
||||
flex: 1;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
label, .form-field label {
|
||||
|
||||
Reference in New Issue
Block a user