]> git.mxchange.org Git - friendica.git/commitdiff
Fix vertical alignment of search button
authorMarcus Funch <mfm@magenta.dk>
Sat, 31 May 2025 17:28:49 +0000 (19:28 +0200)
committerMarcus Funch <mfm@magenta.dk>
Sat, 31 May 2025 17:29:25 +0000 (19:29 +0200)
view/theme/frio/css/style.css

index e20add6d67c649e0f615760c43e1749f5786bce5..2488b02c038a4407ab13a0d006a41928a61c20d0 100644 (file)
@@ -2460,7 +2460,7 @@ input[type="range"].form-control {
 
 .form-group-search .form-button-search {
        position: absolute;
-       top: 4px;
+       top: 2px;
        right: 4px;
        border-radius: 30px;
 }