Skip to content

Commit

Permalink
Adjust height and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich committed Dec 8, 2024
1 parent ae5475e commit 074b8c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/styles/components/_notification_switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@

footer .notification-switch {
padding: 0.25em 0;
margin-top: 0;
line-height: 1.25em;
}

.notification-switch {
display: flex;
flex-direction: row;
margin-top: .25em;
line-height: 1;
line-height: 1.5;

>* {
cursor: pointer;
Expand Down

0 comments on commit 074b8c7

Please sign in to comment.