2
0
Эх сурвалжийг харах

Try to show more of title of collapsed list.

Thanks to C0rn3j and xet7 !

Related #5428
Lauri Ojansivu 1 жил өмнө
parent
commit
ec0e88ad2e

+ 6 - 2
client/components/lists/list.css

@@ -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;