Commit 88a0551f authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'search-modal-fix' into 'master'

Lock body scroll on search modal + adjust alignment

See merge request !38
parents 579d0dc9 af4d7b8c
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.17.5
 * Version: 2.17.6
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -45,6 +45,10 @@ body {
    font-size: 17px;
}

body:has(dialog[open]) {
    overflow: hidden;
}

body.has-admin-bar {
    min-height: calc(100vh - 32px);
}
@@ -866,6 +870,10 @@ dialog {
    justify-self: center;
}

dialog form {
    display: flex;
}

dialog input[type=search] {
    width: 40vw;
    font-size: 20pt;