Selaa lähdekoodia

Merge pull request #1309 from usernameisntallowed/1158/50px

Min width 50 px to oscar theme category. #1158
Adam Tauber 6 vuotta sitten
vanhempi
commit
fc73d7abdc
No account linked to committer's email

+ 1
- 1
searx/static/themes/oscar/css/logicodev-dark.min.css
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
searx/static/themes/oscar/css/logicodev.min.css
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
searx/static/themes/oscar/css/pointhi.min.css
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 0
searx/static/themes/oscar/less/logicodev/search.less Näytä tiedosto

@@ -18,6 +18,7 @@
18 18
     padding-bottom: 0.4rem;
19 19
     padding-top: 0.4rem;
20 20
     text-align: center;
21
+    min-width: 50px;
21 22
   }
22 23
   label:last-child, .input-group-addon:last-child {
23 24
       border-right: @mild-gray 1px solid;

+ 1
- 0
searx/static/themes/oscar/less/pointhi/search.less Näytä tiedosto

@@ -18,6 +18,7 @@
18 18
         padding-bottom: 0.8rem;
19 19
         padding-top: 0.8rem;
20 20
         text-align: center;
21
+        min-width: 50px;
21 22
     }
22 23
 
23 24
     label:last-child, .input-group-addon:last-child {