mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Ratings): mobile styles
This commit is contained in:
parent
40907e9448
commit
1297a2926b
2 changed files with 21 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue