Loading style.css +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -45,6 +45,10 @@ body { font-size: 17px; } body:has(dialog[open]) { overflow: hidden; } body.has-admin-bar { min-height: calc(100vh - 32px); } Loading Loading @@ -866,6 +870,10 @@ dialog { justify-self: center; } dialog form { display: flex; } dialog input[type=search] { width: 40vw; font-size: 20pt; Loading Loading
style.css +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -45,6 +45,10 @@ body { font-size: 17px; } body:has(dialog[open]) { overflow: hidden; } body.has-admin-bar { min-height: calc(100vh - 32px); } Loading Loading @@ -866,6 +870,10 @@ dialog { justify-self: center; } dialog form { display: flex; } dialog input[type=search] { width: 40vw; font-size: 20pt; Loading