diff options
| author | Bobby <[email protected]> | 2025-07-16 20:07:35 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-16 20:07:35 +0530 |
| commit | 84681514bb5a15b6a4a08a6ea21dbbc7969d4202 (patch) | |
| tree | 1abea3ecf5e9e6f024c97d8c039b1b77ce9af59d /static/css/main.css | |
| parent | 2255bbed94e1459788203a92b5f0eec5370abcab (diff) | |
| download | imageboard-84681514bb5a15b6a4a08a6ea21dbbc7969d4202.tar.xz imageboard-84681514bb5a15b6a4a08a6ea21dbbc7969d4202.zip | |
upload ui for images; registered users can upload
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css index f9e3b4e..42fc0ed 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -514,10 +514,7 @@ footer::before { display: flex; align-items: center; justify-content: center; - background: rgba(26, 0, 51, 0.85); - width: 100%; - height: 100%; - border-radius: 8px; + background: rgba(26, 0, 51, 0.55); z-index: 20; pointer-events: none; } |
