diff options
| author | real-zephex <[email protected]> | 2024-05-11 19:35:35 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-11 19:35:35 +0530 |
| commit | cfa82a241232d7ec75044f6cc23f27ea570d7a75 (patch) | |
| tree | 6326da63608c1f66716f6401800c0d3a993e2e40 /src/app/anime/styles/search.module.css | |
| parent | Merge pull request #25 from real-zephex/improvement-2 (diff) | |
| parent | adjustments to the search bar on the anime page (diff) | |
| download | dramalama-cfa82a241232d7ec75044f6cc23f27ea570d7a75.tar.xz dramalama-cfa82a241232d7ec75044f6cc23f27ea570d7a75.zip | |
Merge pull request #26 from real-zephex/improvement-2
Improvement 2
Diffstat (limited to 'src/app/anime/styles/search.module.css')
| -rw-r--r-- | src/app/anime/styles/search.module.css | 6 |
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%; } |