aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/search/search.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-05 10:46:20 +0530
committerGitHub <[email protected]>2024-05-05 10:46:20 +0530
commitc9627848bba0fbc611b18116f621fde7468a8772 (patch)
tree8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/search/search.module.css
parentMerge pull request #15 from zephex-alt/master (diff)
parentUI enhancement (diff)
downloaddramalama-c9627848bba0fbc611b18116f621fde7468a8772.tar.xz
dramalama-c9627848bba0fbc611b18116f621fde7468a8772.zip
Merge pull request #16 from zephex-alt/master
UI enhancement
Diffstat (limited to 'src/app/anime/search/search.module.css')
-rw-r--r--src/app/anime/search/search.module.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css
index 55e29d8..185f6d5 100644
--- a/src/app/anime/search/search.module.css
+++ b/src/app/anime/search/search.module.css
@@ -56,9 +56,10 @@
display: flex;
overflow-x: auto;
margin-bottom: 1rem;
+ margin-left: 0.5rem;
}
-.animeEntry .anime {
+.animeEntry:hover .anime {
opacity: 0.5;
}