diff options
| author | real-zephex <[email protected]> | 2024-04-26 23:52:18 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-26 23:52:18 +0530 |
| commit | 1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0 (patch) | |
| tree | f5068e60287800cfabf44bb71116a794d1759037 /src/app/kdrama/styles/info.module.css | |
| parent | UI tweaks for the manga page (diff) | |
| download | dramalama-1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0.tar.xz dramalama-1da0ad8fa76b9d66e30c7e784e2dcaac061d9bb0.zip | |
minor ui fix
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
| -rw-r--r-- | src/app/kdrama/styles/info.module.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css index 1857eb3..eb7d6e4 100644 --- a/src/app/kdrama/styles/info.module.css +++ b/src/app/kdrama/styles/info.module.css @@ -17,7 +17,7 @@ .TitleContainer img {
width: auto;
- /* height: auto; */
+ height: auto;
border-radius: 10px;
}
@@ -72,8 +72,6 @@ padding: 5px;
border: none;
outline: none;
- font-family: "Atkinson Hyperlegible";
- font-size: 16px;
border-radius: 5px;
background-color: #3d3d3d;
transition: background-color 0.2s linear;
@@ -82,6 +80,15 @@ width: 100px;
}
+.EpisodeButtons button p {
+ text-align: center;
+ font-family: "Atkinson Hyperlegible", serif;
+ margin: 0;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.EpisodeButtons button:hover {
background-color: #1f1f1f;
transition: background-color 0.2s linear
@@ -107,6 +114,8 @@ .VideoPlayer {
margin: 0px auto;
+ width: auto;
+ height: auto;
}
@media screen and (max-width: 768px) {
|