Skip to content

Commit 1a00d99

Browse files
authoredMay 4, 2023
Merge pull request #38050 from nextcloud/fix/skip-content-buttons
Fix "skip content"-buttons on small screen sizes
2 parents 5a52476 + 0a0740a commit 1a00d99

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed
 

‎core/css/header.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎core/css/header.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎core/css/header.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,10 @@
236236
z-index: 9999;
237237
top: -999px;
238238
left: 3px;
239-
height: 50px;
240239
padding: 11px;
240+
display: flex;
241+
flex-wrap: wrap;
242+
gap: 11px;
241243

242244
&:focus-within {
243245
top: variables.$header-height;

‎core/css/server.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎core/css/server.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.