diff options
| author | real-zephex <[email protected]> | 2024-05-13 21:23:36 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-13 21:23:36 +0530 |
| commit | 5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b (patch) | |
| tree | dfba994e9780532340f70c8178fbea34d205a071 /src/app/anime/styles/search.module.css | |
| parent | adjustments to the search bar on the anime page (diff) | |
| download | dramalama-5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b.tar.xz dramalama-5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b.zip | |
added loading.jsx file and it's css subpart
Diffstat (limited to 'src/app/anime/styles/search.module.css')
| -rw-r--r-- | src/app/anime/styles/search.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/anime/styles/search.module.css b/src/app/anime/styles/search.module.css index b7e35ab..25fa4d4 100644 --- a/src/app/anime/styles/search.module.css +++ b/src/app/anime/styles/search.module.css @@ -37,6 +37,11 @@ width: 100%; } +.SearchLoading { + color: white; + text-align: center; +} + /* Search Results */ .SearchResultsContainer { @@ -60,6 +65,7 @@ .AnimeEntry img { border-radius: 0.5rem; + margin-left: 0.2rem; } .SearchResultsContainer::-webkit-scrollbar { |