mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
use multiline title in metaitem
This commit is contained in:
parent
6ff114bb21
commit
e8d81f6835
1 changed files with 5 additions and 6 deletions
|
|
@ -122,13 +122,12 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
height: 2.5rem;
|
||||
height: 2.6rem;
|
||||
|
||||
.title {
|
||||
flex: 1;
|
||||
max-height: 2.4em;
|
||||
padding-left: 0.5rem;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--color-surfacelighter);
|
||||
|
||||
&:only-child {
|
||||
|
|
@ -138,9 +137,9 @@
|
|||
|
||||
.menu-label-container {
|
||||
flex: none;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
padding: 0.6rem;
|
||||
width: 2.6rem;
|
||||
height: 2.6rem;
|
||||
padding: 0.65rem;
|
||||
|
||||
&:hover, &:global(.active) {
|
||||
background-color: var(--color-surface80);
|
||||
|
|
|
|||
Loading…
Reference in a new issue