Skip to content

Commit 76103d1

Browse files
committed
Make moving a folder to the bottom less fiddly
1 parent ecb19bc commit 76103d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

skins/elastic/styles/widgets/lists.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,8 @@ html.touch {
10851085
}
10861086

10871087
#subscription-table {
1088+
padding-bottom: 2em;
1089+
10881090
li.mailbox a {
10891091
padding-right: 2.5rem;
10901092
}
@@ -1094,7 +1096,7 @@ html.touch {
10941096
display: block;
10951097
min-height: 1rem;
10961098
margin: 0;
1097-
padding: 0 0 0 1rem;
1099+
padding: 0 0 0.5em 1rem;
10981100
}
10991101

11001102
.placeholder {

0 commit comments

Comments
 (0)