Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe647bfd authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/subfolder-issue' into 'main'

Added block in folder collapse

See merge request !38
parents 66734b8d 00d4a39a
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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