diff --git a/style.css b/style.css index b0c590b43a0cffa682fc4a9577d77b36b66a324a..67f729c03a2650264f70cc898235617258eaa794 100644 --- a/style.css +++ b/style.css @@ -4617,8 +4617,15 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app .b-folders li ul.collapsed{ - display: block; + display: unset; } - #rl-app .b-folders li{ + #rl-app .b-folders-user ul > li{ overflow: unset; + margin-left: 10px; + } + #rl-app .b-folders-user{ + overflow: auto; + } + #rl-app .b-folders li{ + width: fit-content; } \ No newline at end of file