Skip to content

Commit

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

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

&:first-child {
&,
.bnt-group .btn:last-child {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<i cdkDragHandle class="fa fa-bars px-3" title="Drag up/down to reorder"></i>
<electron-mail-type-symbol [type]="account.type" class="mr-1"></electron-mail-type-symbol>
{{ account.login }}
<span *ngIf="account.title"> ({{ account.title }})</span>
<a [routerLink]="['./../account-edit', account.login]" class="float-right">
Edit
</a>
Expand Down

0 comments on commit e4a1650

Please sign in to comment.