Skip to content

Commit

Permalink
Fix navigation button positioning
Browse files Browse the repository at this point in the history
Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
  • Loading branch information
jancborchardt committed Aug 2, 2023
1 parent 48c1a1c commit 12f5abd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/app-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// for the rounded corner buttons on the sides, see further below
border-radius: 0;
font-weight: normal;
margin: 3px -1px 3px 0;
margin: 0 0 var(--default-grid-baseline) 0;
flex-grow: 1;
}

Expand Down Expand Up @@ -95,6 +95,11 @@
.new-event-today-view-section {
display: flex;

// Fix margins from core
.button {
margin: 0 var(--default-grid-baseline) 0 0;
}

.new-event {
flex-grow: 5;
text-overflow: ellipsis;
Expand Down

0 comments on commit 12f5abd

Please sign in to comment.