mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 08:42:48 +00:00
titbar size fixed
This commit is contained in:
parent
b6621b0620
commit
a6f95967b3
1 changed files with 17 additions and 1 deletions
|
|
@ -77,6 +77,10 @@
|
|||
width: var(--poster-relative-size);
|
||||
height: var(--poster-relative-size);
|
||||
}
|
||||
|
||||
.title-bar-container {
|
||||
width: var(--poster-relative-size);
|
||||
}
|
||||
}
|
||||
|
||||
&.poster-shape-landscape {
|
||||
|
|
@ -84,6 +88,10 @@
|
|||
width: calc(var(--poster-relative-size) / var(--landscape-shape-ratio));
|
||||
height: var(--poster-relative-size);
|
||||
}
|
||||
|
||||
.title-bar-container {
|
||||
width: calc(var(--poster-relative-size) / var(--landscape-shape-ratio));
|
||||
}
|
||||
}
|
||||
|
||||
&.poster-shape-poster {
|
||||
|
|
@ -92,6 +100,10 @@
|
|||
width: var(--poster-relative-size);
|
||||
height: calc(var(--poster-relative-size) * var(--poster-shape-ratio));
|
||||
}
|
||||
|
||||
.title-bar-container {
|
||||
width: var(--poster-relative-size);
|
||||
}
|
||||
}
|
||||
|
||||
&.relative-size-height {
|
||||
|
|
@ -99,13 +111,17 @@
|
|||
width: calc(var(--poster-relative-size) / var(--poster-shape-ratio));
|
||||
height: var(--poster-relative-size);
|
||||
}
|
||||
|
||||
.title-bar-container {
|
||||
width: calc(var(--poster-relative-size) / var(--poster-shape-ratio));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menu-items-container {
|
||||
background-color: var(--color-surfacelighter);
|
||||
min-width: calc(var(--poster-relative-size) * 0.3);
|
||||
min-width: calc(var(--poster-relative-size) * 0.6);
|
||||
max-width: var(--poster-relative-size);
|
||||
|
||||
.menu-item {
|
||||
|
|
|
|||
Loading…
Reference in a new issue