]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(core): Show skip content buttons on lowres displays correctly
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 3 May 2023 17:49:01 +0000 (19:49 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 3 May 2023 17:49:01 +0000 (19:49 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
core/css/header.scss

index 9db8c183c8d4243cec221547b48c6fcfe908f374..a457959bbc99239c02aeb5bd0a58890f9333ec81 100644 (file)
        z-index: 9999;
        top: -999px;
        left: 3px;
-       height: 50px;
        padding: 11px;
+       display: flex;
+       flex-wrap: wrap;
+       gap: 11px;
 
        &:focus-within {
                top: variables.$header-height;