mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
improve sizes for mobile
This commit is contained in:
parent
5f2a532a1a
commit
ad574fff37
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user