Skip to content

Commit

Permalink
Increase notification center icon hitbox (#2724)
Browse files Browse the repository at this point in the history
* Increase notification center icon hitbox

* update shorthand property
  • Loading branch information
UnchartedBull committed Mar 2, 2022
1 parent 86d1edb commit 2cd3974
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</div>

<fa-icon
class="show-notification-center__button"
*ngIf="initialized && showNotificationCenterIcon()"
[icon]="['fas', 'caret-down']"
(click)="showNotificationCenter()"
Expand Down
4 changes: 4 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ fa-icon {
.animateNotificationCenter {
transition: top 0.3s ease-in-out;
}

.show-notification-center__button {
padding: 0 2vw 2.5vh;
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
bottom: -8px;
left: calc(50% - 10px);
opacity: 0.4;
padding: 2.5vh 2vw 0;
}

.right-pane,
Expand Down

0 comments on commit 2cd3974

Please sign in to comment.