diff --git a/style.css b/style.css index cecc94bda89f1c87ddef1a59e390bbc5412881fb..b0c590b43a0cffa682fc4a9577d77b36b66a324a 100644 --- a/style.css +++ b/style.css @@ -4078,7 +4078,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { line-height: 20px; font-size: 0; color: transparent; - vertical-align: bottom; + vertical-align: middle; } #rl-app #messageItem .messageItemHeader { margin-top: 0; @@ -4615,3 +4615,10 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { display:inline-block; width:50px; } + + #rl-app .b-folders li ul.collapsed{ + display: block; + } + #rl-app .b-folders li{ + overflow: unset; + } \ No newline at end of file