diff options
| author | real-zephex <[email protected]> | 2024-05-05 10:46:20 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-05 10:46:20 +0530 |
| commit | c9627848bba0fbc611b18116f621fde7468a8772 (patch) | |
| tree | 8970cdc8ecb8775cbdfc7782e00c9db151e5dff2 /src/app/anime/search | |
| parent | Merge pull request #15 from zephex-alt/master (diff) | |
| parent | UI enhancement (diff) | |
| download | dramalama-c9627848bba0fbc611b18116f621fde7468a8772.tar.xz dramalama-c9627848bba0fbc611b18116f621fde7468a8772.zip | |
Merge pull request #16 from zephex-alt/master
UI enhancement
Diffstat (limited to 'src/app/anime/search')
| -rw-r--r-- | src/app/anime/search/search.module.css | 3 |
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;
}
|