diff options
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; |