diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-26 04:22:58 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-26 04:22:58 -0700 |
commit | 6da65a3818d164bfea4fcec48c8f694888ae356e (patch) | |
tree | b556d9649e0153fb714143ea1c0c32586aea8ecb /web/static | |
parent | 0d2fc32b01d90796ffee0fa3ac8fb6beb4fa3c1a (diff) | |
download | dartboat-6da65a3818d164bfea4fcec48c8f694888ae356e.tar.gz dartboat-6da65a3818d164bfea4fcec48c8f694888ae356e.tar.xz |
web: fix prompt not clearing before bot throw
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index e43a0c1..6a1b8c2 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -74,7 +74,6 @@ div#oi { div#info { position: relative; - grid-column: 1 / span 3; font-size: clamp(1.5vh, 2vw, 2vh); |