Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix up padding on sidbear empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
taravancil committed Jun 26, 2017
1 parent 838ba1c commit a48d8fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/stylesheets/builtin-pages/dat-sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ section {
margin: 1rem 0;
overflow-y: auto;

&.empty {
border: 0;
margin: .5rem;
}

i {
color: @color-text--muted;
}
Expand All @@ -323,7 +328,7 @@ section {
padding: 5px 0;

&.empty {
padding: 0 5px;
padding: 0;
}

.name {
Expand Down

0 comments on commit a48d8fc

Please sign in to comment.