diff options
| author | Author Name <9152942+usernameisntallowed@users.noreply.github.com> | 2018-05-26 00:05:19 -0400 |
|---|---|---|
| committer | g s <9152942+usernameisntallowed@users.noreply.github.com> | 2018-05-29 22:18:00 -0400 |
| commit | 7635ebb126f3b1aaa2d1791ad2f2f819a5563b10 (patch) | |
| tree | 4ab770ca7b35c9b6e47d7ea4158c2e10eb8405bd /searx/static/themes/oscar/less | |
| parent | cd819ae74bfc204c86f1b3d1588859ec8f7d8240 (diff) | |
Min width 50 px to oscar theme category. #1158
Diffstat (limited to 'searx/static/themes/oscar/less')
| -rw-r--r-- | searx/static/themes/oscar/less/logicodev/search.less | 1 | ||||
| -rw-r--r-- | searx/static/themes/oscar/less/pointhi/search.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/logicodev/search.less b/searx/static/themes/oscar/less/logicodev/search.less index fa1e0e8e9..d65e30563 100644 --- a/searx/static/themes/oscar/less/logicodev/search.less +++ b/searx/static/themes/oscar/less/logicodev/search.less @@ -18,6 +18,7 @@ padding-bottom: 0.4rem; padding-top: 0.4rem; text-align: center; + min-width: 50px; } label:last-child, .input-group-addon:last-child { border-right: @mild-gray 1px solid; diff --git a/searx/static/themes/oscar/less/pointhi/search.less b/searx/static/themes/oscar/less/pointhi/search.less index cea67998f..5ff73360a 100644 --- a/searx/static/themes/oscar/less/pointhi/search.less +++ b/searx/static/themes/oscar/less/pointhi/search.less @@ -18,6 +18,7 @@ padding-bottom: 0.8rem; padding-top: 0.8rem; text-align: center; + min-width: 50px; } label:last-child, .input-group-addon:last-child { |