diff options
| author | zephex-alt <[email protected]> | 2024-04-30 04:08:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-30 04:08:49 +0000 |
| commit | b9059d978d2b86e15aa7c3846ef71fc62f711486 (patch) | |
| tree | 0833f1e05968f8f42ad2e736605af734e6bab30d /src/app/anime/search | |
| parent | late night fuckery (diff) | |
| download | dramalama-b9059d978d2b86e15aa7c3846ef71fc62f711486.tar.xz dramalama-b9059d978d2b86e15aa7c3846ef71fc62f711486.zip | |
small fixes
Diffstat (limited to 'src/app/anime/search')
| -rw-r--r-- | src/app/anime/search/search.module.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index a1acc27..7f0ef67 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -79,7 +79,6 @@ .animeEntry::-webkit-scrollbar-thumb {
background-color: rgba(196, 196, 196, 0.692);
border-radius: 5px;
-
}
.anime {
@@ -91,7 +90,6 @@ border-radius: 0.5rem;
transition: opacity 200ms ease-in, background-color 200ms linear;
background-color: #242424d0;
-
}
.anime p {
@@ -113,4 +111,4 @@ .anime p {
width: 50dvw;
}
-}
\ No newline at end of file +}
|