Skip to content

Commit

Permalink
Merge pull request #33910 from nextcloud/update-header-menu-style
Browse files Browse the repository at this point in the history
Update header menu style
  • Loading branch information
CarlSchwan authored Sep 6, 2022
2 parents ba99f1c + daad198 commit 2c08e6f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions core/css/header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/header.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@

/* Use by the settings right menu */
&.settings-menu > ul {
padding: 4px;
display: flex;
flex-direction: column;
gap: 2px;
li {
a {
border-radius: 6px;
display: inline-flex;
align-items: center;
height: $header-menu-entry-height;
Expand Down
7 changes: 7 additions & 0 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c08e6f

Please sign in to comment.