diff options
author | Indrajith K L | 2022-11-27 16:09:01 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-27 16:09:01 +0530 |
commit | 521258c17f87373641a1401820c95315675bebcb (patch) | |
tree | ef83a45a39b58f36796f7a0f4d9a851ad1935de2 /hg.css | |
parent | 2604c2f88b58cdf439ede4346a8dd3941f18b676 (diff) | |
download | retrowave-player-521258c17f87373641a1401820c95315675bebcb.tar.gz retrowave-player-521258c17f87373641a1401820c95315675bebcb.tar.bz2 retrowave-player-521258c17f87373641a1401820c95315675bebcb.zip |
* Style Fixes
* Credits added
Diffstat (limited to 'hg.css')
-rw-r--r-- | hg.css | 37 |
1 files changed, 11 insertions, 26 deletions
@@ -142,26 +142,6 @@ hr { line-height: 18px; } -#upload-info { - bottom: 0px; - position: absolute; - right: 8px; - z-index: 999; - color: #ffffff; - margin-bottom: 5px; - cursor: pointer; -} - -#history { - bottom: 0px; - position: absolute; - left: 8px; - z-index: 999; - color: #ffffff; - margin-bottom: 5px; - cursor: pointer; -} - dialog { text-align: center; padding: 50px; @@ -254,14 +234,19 @@ dialog::backdrop { font-size: larger; } -#source { - bottom: 4px; +.footer { position: absolute; - text-align: center; - left: 138px; + bottom: 0px; + width: 350px; + display: flex; + color: #ffffff; z-index: 999; } -#source a { - color: white; +.footer .footer-items { + text-decoration: none; + cursor: pointer; + padding-left: 10px; + color: #ffffff; + justify-content: center; }
\ No newline at end of file |