Skip to content

Commit

Permalink
Merge pull request #5393 from nextcloud/backport/5390/stable4.4
Browse files Browse the repository at this point in the history
[stable4.4] Fix navigation button positioning
  • Loading branch information
st3iny authored Aug 3, 2023
2 parents c921c04 + db9564b commit 74cbdde
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 74cbdde

Please sign in to comment.