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 { html {
&.mobile { &.mobile {
.player-controls { .embbededMediaPlayerWrapper {
svg { .player {
font-size: 1rem; .player-controls {
svg {
font-size: 1.2rem;
}
.likeButton {
svg {
width: 3rem;
height: 1.2rem;
}
}
}
} }
} }
} }

View File

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