diff options
author | 0neGal <mail@0negal.com> | 2024-12-20 18:39:57 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-12-20 18:39:57 +0100 |
commit | 1be8c774251c3a1e1e3559f628aa24b465ab8685 (patch) | |
tree | 0660c8e634f9dd047975e6c8a8122275af3eec6f /src/app/main.css | |
parent | 554fe88942135583404ddf8c1a97f342287cea5a (diff) | |
download | Viper-1be8c774251c3a1e1e3559f628aa24b465ab8685.tar.gz Viper-1be8c774251c3a1e1e3559f628aa24b465ab8685.zip |
added offline indicator icon
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css index 9ade423..b6b0ac7 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -59,8 +59,14 @@ button:active {filter: brightness(90%)} margin-right: calc(var(--padding) / 2); } +#winbtns div.hidden { + width: 0px; + opacity: 0.0; + margin-right: 0px; + pointer-events: none; +} + #winbtns div img { - width: 100%; height: 100%; transition: transform 0.25s ease-in-out; } |