aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles/search.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 09:15:12 +0530
committerreal-zephex <[email protected]>2024-05-11 09:15:12 +0530
commitb69507f771d09ac07f679c8eabf420e7558f9b7c (patch)
tree92d73713cc03b7bdf3e3f07c0f95b116b0aae121 /src/app/anime/styles/search.module.css
parentadjustments to the cache system (diff)
downloaddramalama-b69507f771d09ac07f679c8eabf420e7558f9b7c.tar.xz
dramalama-b69507f771d09ac07f679c8eabf420e7558f9b7c.zip
some minor fixes
Diffstat (limited to 'src/app/anime/styles/search.module.css')
-rw-r--r--src/app/anime/styles/search.module.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/app/anime/styles/search.module.css b/src/app/anime/styles/search.module.css
index 7c7957f..d3564f7 100644
--- a/src/app/anime/styles/search.module.css
+++ b/src/app/anime/styles/search.module.css
@@ -1,6 +1,7 @@
.SearchBarContainer {
padding: 1rem 0 0.8rem 0;
- width: 40%;
+ display: flex;
+ align-items: center;
}
.SearchInputContainer {
@@ -9,6 +10,18 @@
background-color: #121212;
padding: 0.5rem;
border-radius: 0.5rem;
+ width: 40%;
+}
+
+.animeHistoryButton {
+ font-family: "Lexend Deca", serif;
+ outline: none;
+ border: none;
+ background-color: #121212;
+ color: white;
+ margin: 0 0 0 0.4rem;
+ padding: 0.5rem;
+ cursor: pointer;
}
.SearchInputContainer input {