mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix sizes & compatibility for mobile
This commit is contained in:
parent
75d97c204d
commit
eefd188c95
@ -1,24 +1,3 @@
|
|||||||
html {
|
|
||||||
&.mobile {
|
|
||||||
.embbededMediaPlayerWrapper {
|
|
||||||
.player {
|
|
||||||
.player-controls {
|
|
||||||
svg {
|
|
||||||
font-size: 1.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.likeButton {
|
|
||||||
svg {
|
|
||||||
width: 3rem;
|
|
||||||
height: 1.2rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-controls {
|
.player-controls {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -36,8 +15,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
height: 32px;
|
height: 32px!important;
|
||||||
width: 32px;
|
max-height: 32px!important;
|
||||||
|
min-height: 32px!important;
|
||||||
|
|
||||||
|
width: 32px!important;
|
||||||
|
max-width: 32px!important;
|
||||||
|
min-width: 32px!important;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user