diff options
| author | real-zephex <[email protected]> | 2024-04-06 15:31:11 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-06 15:31:11 +0530 |
| commit | 0c7581bb601b748bdb54ba9496b32a34f30c1abe (patch) | |
| tree | e5ea8e64e27778ce468431138775bf9f6dc3874b /src/app/kdrama/styles/info.module.css | |
| parent | added caching and video player (diff) | |
| download | dramalama-0c7581bb601b748bdb54ba9496b32a34f30c1abe.tar.xz dramalama-0c7581bb601b748bdb54ba9496b32a34f30c1abe.zip | |
added search functionality
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
| -rw-r--r-- | src/app/kdrama/styles/info.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css index cc4ebe8..90a33b5 100644 --- a/src/app/kdrama/styles/info.module.css +++ b/src/app/kdrama/styles/info.module.css @@ -79,6 +79,7 @@ transition: background-color 0.2s linear; color: white; cursor: pointer; + width: 100px; } .EpisodeButtons button:hover { |