aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-16 15:28:11 +0530
committerBobby <[email protected]>2025-07-16 15:28:11 +0530
commitbb54eaf6623acdcfb2e9056eb803260dff2150a5 (patch)
tree3a7fb956911f8e40c4e86ca9fde48b4ebef1a217 /static
parentf13506cfba2da90764620dab2c624ac74767de62 (diff)
downloadimageboard-bb54eaf6623acdcfb2e9056eb803260dff2150a5.tar.xz
imageboard-bb54eaf6623acdcfb2e9056eb803260dff2150a5.zip
enhance requests queries for posts; integrate backend with search
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 55b4fa1..51d2206 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -167,7 +167,15 @@ main {
border: 1px solid #6666cc;
padding: 8px;
text-align: center;
- margin-top: 16px;
+}
+
+.search-container input[type="text"] {
+ width: 100%;
+ flex: 1;
+}
+
+.centered-main>.search-container {
+ width: 768px;
}
.search-container form {
@@ -183,8 +191,7 @@ input[type="number"] {
background-color: #1a0033;
border: 1px solid #9999ff;
color: #ccccff;
- padding: 2px 4px;
- width: 250px;
+ padding: 3px 5px;
}
input[type="text"]:focus,
@@ -228,8 +235,8 @@ input[type="submit"]:hover {
}
.checkbox-custom {
- width: 16px;
- height: 16px;
+ width: 24px;
+ height: 24px;
border: 2px solid #666;
background-color: #1a0033;
transition: all 0.2s ease;