From cdc81d89a397bd2e4ea1c1d3191dfe4b6ecfd7b0 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 15 Jul 2021 17:23:31 -0600 Subject: [PATCH] Make settings modal really big, adjust colors, add button size option --- src/css/main.css | 9 +++++++++ src/index.html | 5 +++-- src/js/main.js | 10 +++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/css/main.css b/src/css/main.css index f916f64..82ce5d3 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -94,11 +94,20 @@ html, body { max-width: 700px; } } +@media (min-width: 1600px) { + .modal-dialog.modal-xxl { + max-width: 90vw; + } +} select option { color: var(--bs-dark); } +.alert { + color: var(--bs-dark); +} + .theme-purple { background-image: linear-gradient(90deg,#33b7e2,#5e62b0,#dc307c); } diff --git a/src/index.html b/src/index.html index 9654574..0a23080 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.