Skip to content

Commit

Permalink
Align X button on error notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsallam64 committed Oct 11, 2023
1 parent 6e00f89 commit 54a3b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/elements/overlay/identity-notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ export default class IdentityNotification extends LitElement {
</div>
<div id="close-holder">
<date-display id="date" short .timestamp=${this.timestamp}></date-display>
<e-svg id="close" src="regular/xmark" @click=${this.close.bind(this)}></e-svg>
<div class="pb-[.7rem]">
<e-svg id="close" src="regular/xmark" @click=${this.close.bind(this)}></e-svg>
</div>
</div>
</div>
<slot name="subtitle"></slot>
Expand Down

0 comments on commit 54a3b1f

Please sign in to comment.