]> git.0d.be Git - panikdb.git/commitdiff
adjust style of track search
authorFrédéric Péters <fpeters@0d.be>
Wed, 16 Nov 2022 14:56:08 +0000 (15:56 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 16 Nov 2022 14:56:08 +0000 (15:56 +0100)
panikdb/static/css/style.scss

index e6a15e66a1b4f577e0e654be77b58d4011b8287b..a1fb0e8c9b0d8b8a28b1e206ad19f071fb51c0cc 100644 (file)
@@ -626,13 +626,18 @@ div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
        content: "×";
 }
 
-form#track-search p {
-       float: left;
-       margin-right: 1em;
-}
-
-form#track-search button {
-       margin-top: 2.5ex;
+form#track-search {
+       display: flex;
+       align-items: end;
+       p {
+               margin-right: 1em;
+               margin-bottom: 0;
+       }
+       button {
+               height: max-content;
+               margin-bottom: 0.2em;
+       }
+       margin-bottom: 1em;
 }
 
 #more-user-links a {