diff options
author | Indrajith K L | 2025-06-30 02:58:28 +0530 |
---|---|---|
committer | Indrajith K L | 2025-06-30 02:58:28 +0530 |
commit | 1fac2fd8af708b5c85d27f859b1c7c64494443d6 (patch) | |
tree | 038c5c30529a4427616a60fa5ddcc128a77cef3f /hg.css | |
parent | ae44e79a15b2257c3034b272ccdf2d69b01c6455 (diff) | |
download | retrowave-player-1fac2fd8af708b5c85d27f859b1c7c64494443d6.tar.gz retrowave-player-1fac2fd8af708b5c85d27f859b1c7c64494443d6.tar.bz2 retrowave-player-1fac2fd8af708b5c85d27f859b1c7c64494443d6.zip |
Code Refactoring and Error Handling
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -326,3 +326,12 @@ canvas { right: 0; margin-right: 5px; } + +.ERRORS { + position: absolute; + bottom: 0; + z-index: 999; + color: #ffff; + left: 0; + margin-left: 5px; +} |