diff options
| author | Bobby <[email protected]> | 2024-11-03 19:00:29 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-11-03 19:00:29 -0500 |
| commit | c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (patch) | |
| tree | bf6f3e599df7b0e9053888b7f7dcbe9de6ac5aaf /static/css/sidebar.css | |
| parent | 609cc6264e8a9dfc69666b40f7452300ad22caef (diff) | |
| download | thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.tar.xz thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.zip | |
stuff still all over the place; added a music player and a resolution based scaler — now in a brainfucked stated - going to sleep
Diffstat (limited to 'static/css/sidebar.css')
| -rw-r--r-- | static/css/sidebar.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/sidebar.css b/static/css/sidebar.css index d9ac75ae..07d2c6ef 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -75,7 +75,7 @@ height: 150px; } -#user-area > h2 { +#user-area>h2 { margin: 0; padding: 0; border: none; @@ -84,7 +84,7 @@ top: 15px; } -#user-area > ul { +#user-area>ul { position: absolute; left: 110px; top: 58px; @@ -121,7 +121,7 @@ border-bottom-right-radius: 8px; } -#online-users div > ul { +#online-users div>ul { padding: 0 0 0 20px; } @@ -143,8 +143,8 @@ top: 0px; height: 100px; width: 200px; - mask: url("https://upload.wikimedia.org/wikipedia/commons/9/9b/DVD_logo.svg"); -webkit-mask: url("https://upload.wikimedia.org/wikipedia/commons/9/9b/DVD_logo.svg"); + mask: url("https://upload.wikimedia.org/wikipedia/commons/9/9b/DVD_logo.svg"); background-repeat: no-repeat; background-size: 150px; background-position: center; @@ -156,4 +156,4 @@ font-size: 16px; font-weight: bold; background: linear-gradient(0deg, #8663e570 60%, #8663e595 60%); -} +}
\ No newline at end of file |
