aboutsummaryrefslogtreecommitdiff
path: root/src/app/movies/styles/search.module.css
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-08 04:26:20 +0000
committerGitHub <[email protected]>2024-05-08 04:26:20 +0000
commitd4fdb4e3d6a3fbf042db8605d371605a64c8db4c (patch)
tree4c9e005c80a832be7a48975b97f15ace92be770d /src/app/movies/styles/search.module.css
parentchanged search bar width for smaller devices (diff)
downloaddramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.tar.xz
dramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.zip
minor css fixes and added a new source for movies
Diffstat (limited to 'src/app/movies/styles/search.module.css')
-rw-r--r--src/app/movies/styles/search.module.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/app/movies/styles/search.module.css b/src/app/movies/styles/search.module.css
index 1148ad0..ea81e3f 100644
--- a/src/app/movies/styles/search.module.css
+++ b/src/app/movies/styles/search.module.css
@@ -69,8 +69,13 @@
font-size: 18px;
}
+.NoResults {
+ color: white;
+ text-align: center;
+}
+
@media screen and (max-width: 768px) {
.InputContainer {
width: 100%;
}
-}
+} \ No newline at end of file