Skip to content

Commit

Permalink
minor ui tweaks #175: get back top/bottom padding in vertical mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Nov 22, 2019
1 parent e4a1650 commit 21ad0cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/web/browser-window/app/_accounts/accounts.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ $webview-border: darken($app-color-bg-dark, 10%);
&::ng-deep #{$app-prefix}-account-title {
margin-bottom: 0;

.btn {
padding-top: $list-group-item-padding-y;
padding-bottom: $list-group-item-padding-y;
}

&:first-child {
&,
.bnt-group .btn:last-child {
Expand Down

0 comments on commit 21ad0cd

Please sign in to comment.