aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles/search.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-13 21:24:07 +0530
committerGitHub <[email protected]>2024-05-13 21:24:07 +0530
commitbf9183d77462a709ec645c20bda12df97a81d26e (patch)
tree85f21c522d46f1f13e783275d7a77f0d6eecaaa1 /src/app/anime/styles/search.module.css
parentUpdate README.md (diff)
parentadded loading.jsx file and it's css subpart (diff)
downloaddramalama-bf9183d77462a709ec645c20bda12df97a81d26e.tar.xz
dramalama-bf9183d77462a709ec645c20bda12df97a81d26e.zip
Merge pull request #27 from real-zephex/improvement-2
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.css6
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 {