fix sizes & compatibility for mobile

This commit is contained in:
SrGooglo 2023-10-12 19:56:45 +00:00
parent 75d97c204d
commit eefd188c95

View File

@ -1,24 +1,3 @@
html {
&.mobile {
.embbededMediaPlayerWrapper {
.player {
.player-controls {
svg {
font-size: 1.2rem;
}
.likeButton {
svg {
width: 3rem;
height: 1.2rem;
}
}
}
}
}
}
}
.player-controls {
display: inline-flex;
flex-direction: row;
@ -36,8 +15,13 @@ html {
}
.ant-btn {
height: 32px;
width: 32px;
height: 32px!important;
max-height: 32px!important;
min-height: 32px!important;
width: 32px!important;
max-width: 32px!important;
min-width: 32px!important;
padding: 0;
margin: 0;