aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-16 20:07:35 +0530
committerBobby <[email protected]>2025-07-16 20:07:35 +0530
commit84681514bb5a15b6a4a08a6ea21dbbc7969d4202 (patch)
tree1abea3ecf5e9e6f024c97d8c039b1b77ce9af59d
parent2255bbed94e1459788203a92b5f0eec5370abcab (diff)
downloadimageboard-84681514bb5a15b6a4a08a6ea21dbbc7969d4202.tar.xz
imageboard-84681514bb5a15b6a4a08a6ea21dbbc7969d4202.zip
upload ui for images; registered users can upload
-rw-r--r--static/css/main.css5
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;
}