aboutsummaryrefslogtreecommitdiff
path: root/hg.css
diff options
context:
space:
mode:
authorIndrajith K L2025-06-30 02:58:28 +0530
committerIndrajith K L2025-06-30 02:58:28 +0530
commit1fac2fd8af708b5c85d27f859b1c7c64494443d6 (patch)
tree038c5c30529a4427616a60fa5ddcc128a77cef3f /hg.css
parentae44e79a15b2257c3034b272ccdf2d69b01c6455 (diff)
downloadretrowave-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.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/hg.css b/hg.css
index 015a3e3..578d6a4 100644
--- a/hg.css
+++ b/hg.css
@@ -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;
+}