aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/manga.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-12 08:48:35 +0530
committerreal-zephex <[email protected]>2024-04-12 08:48:35 +0530
commitaa6ee5cf96542132c4fea66a4bfc111621f4f049 (patch)
tree2e2f0bf00eaf2822a5c77c1176d252b0e4d0835b /src/app/manga/manga.module.css
parentadded sharp npm package (diff)
downloaddramalama-aa6ee5cf96542132c4fea66a4bfc111621f4f049.tar.xz
dramalama-aa6ee5cf96542132c4fea66a4bfc111621f4f049.zip
fixes: manga search is now fixed. removed the netlify card from the homepage because the vercel one is stable enough.
Diffstat (limited to 'src/app/manga/manga.module.css')
-rw-r--r--src/app/manga/manga.module.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css
index e88b6ea..d321533 100644
--- a/src/app/manga/manga.module.css
+++ b/src/app/manga/manga.module.css
@@ -20,6 +20,7 @@
border-style: dotted;
border-color: rgb(63, 63, 63);
border-width: 2px;
+ width: 20dvw
}
.SearchBar input {
@@ -38,4 +39,8 @@
.MangaSVG {
width: 100%;
}
+
+ .SearchBar {
+ width: 50dvw;
+ }
} \ No newline at end of file