aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/style.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 20:49:06 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 20:49:06 -0800
commit819a39a21ac992b1393244a4c283bbb125208c69 (patch)
tree77aabc1465648de5fedf0900c97b593452747b80 /vanilla/style.css
parentd438ff62ad8ba890fbab5380785b723ed25afd34 (diff)
downloadneko-819a39a21ac992b1393244a4c283bbb125208c69.tar.gz
neko-819a39a21ac992b1393244a4c283bbb125208c69.tar.bz2
neko-819a39a21ac992b1393244a4c283bbb125208c69.zip
feat(vanilla): implement search (NK-2ypbgd)
Diffstat (limited to 'vanilla/style.css')
-rw-r--r--vanilla/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/vanilla/style.css b/vanilla/style.css
index 729787b..573248d 100644
--- a/vanilla/style.css
+++ b/vanilla/style.css
@@ -39,6 +39,19 @@ body {
font-size: 1.2rem;
}
+.search-container {
+ padding: 0.5rem;
+ border-bottom: 1px solid var(--border-color);
+}
+
+#search-input {
+ width: 100%;
+ padding: 0.5rem;
+ border: 1px solid var(--border-color);
+ border-radius: 4px;
+ box-sizing: border-box;
+}
+
#feeds-nav {
flex: 1;
overflow-y: auto;