Browse Source

ref: search buttons now have larger horiz. padding

flowfield 2 years ago
parent
commit
e4c0dc6788
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/styles.css

+ 1 - 1
static/css/styles.css

@@ -123,7 +123,7 @@ a:hover,
     font-size: 14px;
     border: 1px solid var(--main-bg);
     border-radius: 4px;
-    padding: 12px 10px;
+    padding: 10px 16px;
 }
 
 .sub-search-container {