improve sizes for mobile

This commit is contained in:
SrGooglo 2023-07-13 16:08:49 +00:00
parent 5f2a532a1a
commit ad574fff37
2 changed files with 19 additions and 5 deletions

View File

@ -1,8 +1,19 @@
html {
&.mobile {
.player-controls {
svg {
font-size: 1rem;
.embbededMediaPlayerWrapper {
.player {
.player-controls {
svg {
font-size: 1.2rem;
}
.likeButton {
svg {
width: 3rem;
height: 1.2rem;
}
}
}
}
}
}

View File

@ -5,8 +5,11 @@ html {
.embbededMediaPlayerWrapper {
.player {
.cover {
min-height: 250px;
min-width: 250px;
width: 100%;
height: 100%;
min-height: 40vh;
min-width: 100%;
}
}
}