Try to show more of title of collapsed list.

Thanks to C0rn3j and xet7 !

Related #5428
This commit is contained in:
Lauri Ojansivu 2024-06-06 01:39:57 +03:00
parent cac28fde4d
commit ec0e88ad2e

View file

@ -84,13 +84,17 @@
}
.list-rotated {
width: 10px;
margin-top: 10px;
margin-left: 0;
height: 250px;
margin-top: -90px;
margin-left: -110px;
margin-right: 0;
transform: rotate(90deg);
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
.list-header .list-rotated {
}
.list-header .list-header-watch-icon {
padding-left: 10px;