diff --git a/frontend/src/styles/core.scss b/frontend/src/styles/core.scss index c74afcb7c..500208b8c 100644 --- a/frontend/src/styles/core.scss +++ b/frontend/src/styles/core.scss @@ -351,7 +351,7 @@ key { color: var(--sub-color); cursor: pointer; transition: background 0.125s, color 0.125s; - padding: 0.5rem; + padding: 0.5em; border-radius: var(--roundness); text-align: center; user-select: none; @@ -359,16 +359,16 @@ key { align-content: center; height: min-content; height: -moz-min-content; - line-height: 1.25rem; + line-height: 1.25em; appearance: none; border: none; font-family: inherit; - font-size: 1rem; + font-size: 1em; width: max-content; width: -moz-max-content; display: grid; grid-auto-flow: column; - gap: 0.25rem; + gap: 0.25em; text-decoration: none; .fas, diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 1152c79b0..b6dff1d9b 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -982,6 +982,41 @@ } } +.newTestConfig { + display: grid; + font-size: 0.75rem; + gap: 0.5rem; + grid-auto-flow: column; + height: max-content; + width: 100%; + justify-content: space-around; + .row { + display: flex; + padding: 0.25rem 1rem; + background: var(--sub-alt-color); + border-radius: var(--roundness); + // width: max-content; + } + .spacer { + height: 75%; + width: 0.25rem; + border-radius: calc(var(--roundness) / 2); + background: var(--bg-color); + margin: auto 1rem; + } +} + +.pageTest { + height: 100%; + display: grid; + grid-template-rows: 1fr auto 1fr; +} + +#menu { + width: 100%; + grid-template-columns: auto auto auto 1fr auto; +} + .pageTest { #wordsWrapper { position: relative; diff --git a/frontend/static/html/pages/test.html b/frontend/static/html/pages/test.html index 03a332515..8cdf4769c 100644 --- a/frontend/static/html/pages/test.html +++ b/frontend/static/html/pages/test.html @@ -1,4 +1,118 @@
diff --git a/frontend/static/html/top.html b/frontend/static/html/top.html index 84c963d03..b58da10b3 100644 --- a/frontend/static/html/top.html +++ b/frontend/static/html/top.html @@ -99,6 +99,7 @@ + + +