diff options
Diffstat (limited to 'src/app/anime/styles')
| -rw-r--r-- | src/app/anime/styles/buttons.module.css | 11 | ||||
| -rw-r--r-- | src/app/anime/styles/pop_recent_top.module.css | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/src/app/anime/styles/buttons.module.css b/src/app/anime/styles/buttons.module.css index d092a7f..d0b8e78 100644 --- a/src/app/anime/styles/buttons.module.css +++ b/src/app/anime/styles/buttons.module.css @@ -84,4 +84,15 @@ .VideoPlayer { width: 100%; +} + +@media screen and (max-width: 1024px) { + + .dramaButton { + font-size: 14px; + } + + .video { + width: 100%; + } }
\ No newline at end of file diff --git a/src/app/anime/styles/pop_recent_top.module.css b/src/app/anime/styles/pop_recent_top.module.css index 0bfe682..0feda13 100644 --- a/src/app/anime/styles/pop_recent_top.module.css +++ b/src/app/anime/styles/pop_recent_top.module.css @@ -39,11 +39,7 @@ padding-top: 0.2rem; } .AnimeContainer::-webkit-scrollbar { - height: 0.2rem; -} - -.AnimeContainer::-webkit-scrollbar-track { - background-color: var(--soft-purple); + height: 0.3rem; } .AnimeContainer::-webkit-scrollbar-thumb { |