fix(Ratings): mobile styles

This commit is contained in:
Timothy Z. 2025-06-05 20:06:21 +03:00
parent 40907e9448
commit 1297a2926b
2 changed files with 21 additions and 1 deletions

View file

@ -1,7 +1,12 @@
// Copyright (C) 2017-2025 Smart code 203358507
@import (reference) '~stremio/common/screen-sizes.less';
@height: 4rem;
@width: 4rem;
@height-mobile: 3rem;
@width-mobile: 3rem;
.ratings-container {
display: flex;
@ -34,4 +39,20 @@
}
}
}
}
@media @phone-landscape {
.ratings-container {
height: @height-mobile;
.icon-container {
height: @height-mobile;
width: @width-mobile;
.icon {
width: 1.75rem;
height: 1.75rem;
}
}
}
}

View file

@ -159,7 +159,6 @@
display: flex;
flex-direction: row;
align-items: flex-end;
max-height: 15rem;
flex-wrap: wrap;
padding-top: 3.5rem;
overflow: visible;