Skip to content

Commit

Permalink
Merge pull request #38050 from nextcloud/fix/skip-content-buttons
Browse files Browse the repository at this point in the history
Fix "skip content"-buttons on small screen sizes
  • Loading branch information
susnux authored May 4, 2023
2 parents 5a52476 + 0a0740a commit 1a00d99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.

4 changes: 3 additions & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@
z-index: 9999;
top: -999px;
left: 3px;
height: 50px;
padding: 11px;
display: flex;
flex-wrap: wrap;
gap: 11px;

&:focus-within {
top: variables.$header-height;
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

Loading

0 comments on commit 1a00d99

Please sign in to comment.