diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:17:53 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:17:53 +0500 |
| commit | ce3c26779a291c4095ca0c23e2330c01e7c5c72f (patch) | |
| tree | 66cbbbeace9b4106dc99339a1f34f5f3252046a8 /static/index.css | |
| parent | 6d2398cd226c55ec7606f9615046cb55f9774638 (diff) | |
Front
Diffstat (limited to 'static/index.css')
| -rw-r--r-- | static/index.css | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/static/index.css b/static/index.css index a630212..df30726 100644 --- a/static/index.css +++ b/static/index.css @@ -14,20 +14,25 @@ body { margin: 0px; } + +.footer { + position: relative; +} + .controls { + position: absolute; + bottom: 0; background-color: rgb(0%, 0%, 0%, 0.5); - height: 5%; - padding: 3px; - padding-left: 10px; - padding-right: 10px; + height: 10vh; + width: 100%; + padding: 5px 10px 5px 10px; border-radius: 10px 10px 0px 0px; margin: 0px; display: flex; flex-direction: row; - justify-items: center; + justify-content: center; + align-items: center; gap: 5px; - - border-radius: 10px 10px 0px 0px; } .controlBtn { @@ -37,10 +42,14 @@ body { background-color: lightgray; padding-left: 5px; padding-right: 5px; - margin: 0px; + margin: 10px; +} + +input { + width: 12vw; } .controlElem { - margin: 0px; - padding: 0px; + margin: 5px 2px; + padding: 1vh; } |
