diff --git a/frontend/src/styles/commandline.scss b/frontend/src/styles/commandline.scss index f726ba3d1..63cc4e70b 100644 --- a/frontend/src/styles/commandline.scss +++ b/frontend/src/styles/commandline.scss @@ -1,26 +1,11 @@ #commandLine { - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.75); - position: fixed; - left: 0; - top: 0; - z-index: 1000; - display: grid; - justify-items: center; align-items: start; padding: 6rem 2rem; - grid-template-columns: 1fr; transition: background 0.125s; - overflow: hidden; .modal { overflow: hidden; max-width: 600px; - width: 100%; - background: var(--bg-color); - border-radius: var(--roundness); - // outline: 0.25rem solid transparent; box-shadow: 0 0 0 0.2em transparent; transition: outline 0.125s; padding: 0; diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index b3a3a34c7..0877b1fc8 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -5,7 +5,7 @@ max-width: 100%; max-height: 100%; margin: 0; - background: rgba(0, 0, 0, 0.75); + background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 0; @@ -35,6 +35,7 @@ color: var(--text-color); overflow-y: auto; @extend .ffscroll; + box-shadow: 0 0 0 0.2em var(--sub-alt-color); & > .title { font-size: 1.5rem;