diff --git a/src/components/MetaPreview/Ratings/Ratings.less b/src/components/MetaPreview/Ratings/Ratings.less index 0413fc8a2..199fb1b82 100644 --- a/src/components/MetaPreview/Ratings/Ratings.less +++ b/src/components/MetaPreview/Ratings/Ratings.less @@ -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; + } + } + } } \ No newline at end of file diff --git a/src/components/MetaPreview/styles.less b/src/components/MetaPreview/styles.less index 4c04cce79..a614acf25 100644 --- a/src/components/MetaPreview/styles.less +++ b/src/components/MetaPreview/styles.less @@ -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;