diff options
| author | real-zephex <[email protected]> | 2024-05-11 09:15:12 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 09:15:12 +0530 |
| commit | b69507f771d09ac07f679c8eabf420e7558f9b7c (patch) | |
| tree | 92d73713cc03b7bdf3e3f07c0f95b116b0aae121 /src/app/anime/styles/search.module.css | |
| parent | adjustments to the cache system (diff) | |
| download | dramalama-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.css | 15 |
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 { |