Skip to content

Commit

Permalink
Merge pull request #6161 from nextcloud/fix/make-navigation-header-pi…
Browse files Browse the repository at this point in the history
…cker-squared

AppNavigationHeaderDatePicker: adjust border radius
  • Loading branch information
GVodyanov authored Jul 16, 2024
2 parents fbe1d2c + cf59086 commit 84725bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/app-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}

.button:first-child:not(:only-of-type) {
border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill);
border-radius: var(--border-radius-element) 0 0 var(--border-radius-element);
}

.button:last-child:not(:only-of-type) {
border-radius: 0 var(--border-radius-pill) var(--border-radius-pill) 0;
border-radius: 0 var(--border-radius-element) var(--border-radius-element) 0;
}

.button:not(:only-of-type):not(:first-child):not(:last-child) {
Expand Down

0 comments on commit 84725bb

Please sign in to comment.