diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-23 05:30:47 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-23 05:32:16 -0700 |
commit | 63d17a12c2a894944ab3760e9b5f3dbf6acb95b5 (patch) | |
tree | 35530ee42160e0b4dd8b0333630846501f88a4c6 /web/static/style.css | |
parent | 71b2f13214405ec43cb1d4e55d32bd7786758e16 (diff) | |
download | dartboat-63d17a12c2a894944ab3760e9b5f3dbf6acb95b5.tar.gz dartboat-63d17a12c2a894944ab3760e9b5f3dbf6acb95b5.tar.xz |
web: store user opts in browser storage
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index 70a0c70..e418ef7 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -44,6 +44,8 @@ div#oi { height: 1.2em; width: 3ch; + outline: #1a1a1a solid 4px; + position: absolute; left: 50%; right: 50%; @@ -312,7 +314,7 @@ div#visits .visit-col6 { color: #888; justify-content: left; font-family: monosp margin: 5vw auto; padding: 2em; outline: #7eab1e solid 2px; - overflow: scroll; + overflow: auto; } @media (max-width: 400px) { |