added difficulty settings

This commit is contained in:
landgreen
2019-11-22 05:42:40 -08:00
parent 129fc555c3
commit 31d9ba7956
10 changed files with 203 additions and 138 deletions

View File

@@ -49,7 +49,15 @@ summary {
/* border-radius: 5px; */
}
#controls-div {
#settings {
position: absolute;
bottom: 0px;
right: 1px;
z-index: 12;
font-size: 1.3em;
}
#details-div {
padding: 10px;
border-radius: 8px;
background-color: #ddd;
@@ -258,8 +266,6 @@ em {
background: #149;
}
.box {
padding: 3px 8px 3px 8px;
border: 2px solid #444;
@@ -267,7 +273,6 @@ em {
background-color: rgba(255, 255, 255, 0.5);
}
.wrapper {
display: grid;
grid-template-columns: 360px 10px;