diff --git a/css/main.css b/css/main.css index c38c201..d0466b5 100644 --- a/css/main.css +++ b/css/main.css @@ -101,12 +101,21 @@ body { display: none; position: fixed; z-index: 1; - width: 100%; - height: 100%; + width: 80vw; + height: 80vh; overflow: auto; - background: #fff; } + background: #fff; + color: #212121; + padding: 15px; } .settings-modal .modal-content { - border: 1px solid red; } + width: 100%; + height: 100%; } + .settings-modal .settings-container .row { + padding: 15px 10px; } + .settings-modal .settings-container .row .col { + vertical-align: top; + display: inline-block; + padding: 10px 15px; } .settings-modal .close { color: #aaa; float: right; diff --git a/index.html b/index.html index 45be030..8990e9a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,34 @@