mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
add padding to theme search bar (#1048)
This commit is contained in:
parent
efebfbe684
commit
2cb2e67047
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
border-bottom: 1px solid @border-color;
|
||||
}
|
||||
|
||||
// move search bar edges in slightly
|
||||
.toolbar-ThreadList {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
// jackiehluo -> Hide search bar when buttons appear in list mode
|
||||
.toolbar-ThreadList .selection-bar .inner {
|
||||
background: @threadlist-bg;
|
||||
|
|
Loading…
Reference in a new issue