mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Fixed folder list styles
This commit is contained in:
parent
2038acc14a
commit
f3bae2f324
2 changed files with 4 additions and 2 deletions
|
|
@ -166,13 +166,15 @@
|
|||
padding-left: @subPadding * 3 + @folderItemPadding;
|
||||
}
|
||||
|
||||
/**
|
||||
&.single-root-inbox .i-am-inbox.e-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.single-root-inbox .i-am-inbox-wrapper > .b-sub-folders .e-item .e-link {
|
||||
&.single-root-inbox .i-am-inbox-wrapper + .b-sub-folders .e-item .e-link {
|
||||
padding-left: @folderItemPadding;
|
||||
}
|
||||
/**/
|
||||
}
|
||||
|
||||
html.rl-left-panel-disabled {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.8.1",
|
||||
"release": "262",
|
||||
"release": "263",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue