add padding to theme search bar (#1048)

This commit is contained in:
Alex Marmon 2018-10-15 22:48:38 -07:00 committed by Ben Gotow
parent efebfbe684
commit 2cb2e67047

View file

@ -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;