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 {
|
||||
&.mobile {
|
||||
.player-controls {
|
||||
svg {
|
||||
font-size: 1rem;
|
||||
.embbededMediaPlayerWrapper {
|
||||
.player {
|
||||
.player-controls {
|
||||
svg {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.likeButton {
|
||||
svg {
|
||||
width: 3rem;
|
||||
height: 1.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,11 @@ html {
|
||||
.embbededMediaPlayerWrapper {
|
||||
.player {
|
||||
.cover {
|
||||
min-height: 250px;
|
||||
min-width: 250px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
min-height: 40vh;
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user