diff options
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) {
|