Loading searx/static/themes/etheme/css/etheme.css +5 −2 Original line number Diff line number Diff line Loading @@ -1002,17 +1002,20 @@ input:checked + .slider:before { font-style: normal; font-weight: 700; font-size: 30px; padding-bottom: 15px; } .result .currency-info { font-family: 'Noto Sans'; color: var(--color-currency-value); font-style: normal; font-weight: 400; line-height: 3; font-size: 18px; } .conversion { margin-right: 15%; } .source { margin-left: 15%; display: inline-block; } .result.result-images { display: inline; Loading searx/static/themes/etheme/css/etheme.min.css +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file searx/static/themes/etheme/less/etheme/results.less +5 −3 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ font-style: normal; font-weight: 700; font-size: @fontsize_xxx-large; padding-bottom: 15px; } .result .currency-info { Loading @@ -150,12 +151,13 @@ color: var(--color-currency-value); font-style: normal; font-weight: 400; line-height: 3; font-size: @fontsize_large; } .conversion { margin-right: 15%; } .source { margin-left: 15%; display: inline-block; } .result.result-images { Loading searx/templates/etheme/result_templates/currency.html +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ <div class="result currency-info"> {% if result.value %} <span> <span class="conversion"> 1 {{ result.from|safe }} = {{ result.conversion_rate|safe }} {{ result.to|safe}} </span> <span class="source"> Loading Loading
searx/static/themes/etheme/css/etheme.css +5 −2 Original line number Diff line number Diff line Loading @@ -1002,17 +1002,20 @@ input:checked + .slider:before { font-style: normal; font-weight: 700; font-size: 30px; padding-bottom: 15px; } .result .currency-info { font-family: 'Noto Sans'; color: var(--color-currency-value); font-style: normal; font-weight: 400; line-height: 3; font-size: 18px; } .conversion { margin-right: 15%; } .source { margin-left: 15%; display: inline-block; } .result.result-images { display: inline; Loading
searx/static/themes/etheme/css/etheme.min.css +0 −0 File changed.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View original file View changed file
searx/static/themes/etheme/less/etheme/results.less +5 −3 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ font-style: normal; font-weight: 700; font-size: @fontsize_xxx-large; padding-bottom: 15px; } .result .currency-info { Loading @@ -150,12 +151,13 @@ color: var(--color-currency-value); font-style: normal; font-weight: 400; line-height: 3; font-size: @fontsize_large; } .conversion { margin-right: 15%; } .source { margin-left: 15%; display: inline-block; } .result.result-images { Loading
searx/templates/etheme/result_templates/currency.html +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ <div class="result currency-info"> {% if result.value %} <span> <span class="conversion"> 1 {{ result.from|safe }} = {{ result.conversion_rate|safe }} {{ result.to|safe}} </span> <span class="source"> Loading