diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-03 21:55:21 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-03 21:55:21 -0700 |
commit | 2709b070c5fde766c0e9fe98ade169a865e6c9ad (patch) | |
tree | 3e8c19cccfbd9fa88b21c8e44e9cd7f7e6d30b9f /web/static/style.css | |
parent | 1ab3c4995e44f44a845dce7b241554c0621527b9 (diff) | |
download | dartboat-2709b070c5fde766c0e9fe98ade169a865e6c9ad.tar.gz dartboat-2709b070c5fde766c0e9fe98ade169a865e6c9ad.tar.xz |
web: oi from c
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css index 43c5b8b..e770c85 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -95,6 +95,10 @@ div#oi { justify-content: center; } +div#oi.visible { + visibility: visible; +} + div#info { position: relative; |