mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(thread-list): Pad the right edge of the thread list for the scrollbar
This commit is contained in:
parent
a7323cdc72
commit
83427c4541
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
@import "ui-variables";
|
||||
@import "ui-mixins";
|
||||
|
||||
@scrollbar-margin: 8px;
|
||||
|
||||
// MIXINS
|
||||
|
||||
.inverseContent() {
|
||||
|
@ -129,6 +131,7 @@
|
|||
top:2px;
|
||||
text-align: right;
|
||||
min-width:70px;
|
||||
margin-right:@scrollbar-margin;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
|
@ -324,6 +327,7 @@
|
|||
padding-top:2px;
|
||||
padding-bottom:2px;
|
||||
margin-left:30px;
|
||||
margin-right:@scrollbar-margin;
|
||||
}
|
||||
.snippet {
|
||||
font-size: @font-size-small;
|
||||
|
@ -332,6 +336,7 @@
|
|||
opacity: 0.7;
|
||||
text-align: left;
|
||||
margin-left:30px;
|
||||
margin-right:@scrollbar-margin;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue