aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 19:34:42 +0530
committerreal-zephex <[email protected]>2024-05-11 19:34:42 +0530
commit482185a71909123a0152d358c8fb90d427cc1c54 (patch)
tree2927b35be66656b3a0e7c895cdb34ad87a88f1f6 /src/app/anime/styles
parentadded anime history section (diff)
downloaddramalama-482185a71909123a0152d358c8fb90d427cc1c54.tar.xz
dramalama-482185a71909123a0152d358c8fb90d427cc1c54.zip
adjustments to the search bar on the anime page
Diffstat (limited to 'src/app/anime/styles')
-rw-r--r--src/app/anime/styles/search.module.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/anime/styles/search.module.css b/src/app/anime/styles/search.module.css
index d3564f7..b7e35ab 100644
--- a/src/app/anime/styles/search.module.css
+++ b/src/app/anime/styles/search.module.css
@@ -2,6 +2,7 @@
padding: 1rem 0 0.8rem 0;
display: flex;
align-items: center;
+ width: 100%;
}
.SearchInputContainer {
@@ -19,9 +20,10 @@
border: none;
background-color: #121212;
color: white;
- margin: 0 0 0 0.4rem;
+ margin: 0 0.1rem 0 0.2rem;
padding: 0.5rem;
cursor: pointer;
+ border-radius: 0.5rem;
}
.SearchInputContainer input {
@@ -74,7 +76,7 @@
}
@media screen and (max-width: 768px) {
- .SearchBarContainer {
+ .SearchInputContainer {
width: 100%;
}