From 29e092b9310c961bf730d41e43e77af4c9c50563 Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Sat, 13 Nov 2021 10:42:35 +0100 Subject: [PATCH] [build] /static --- .../themes/oscar/css/logicodev.min.css.map | Bin 10142 -> 10142 bytes .../static/themes/simple/css/searxng-rtl.css | 223 +++++------------- .../themes/simple/css/searxng-rtl.min.css | Bin 54069 -> 52330 bytes .../themes/simple/css/searxng-rtl.min.css.map | Bin 23751 -> 22989 bytes searx/static/themes/simple/css/searxng.css | 223 +++++------------- .../static/themes/simple/css/searxng.min.css | Bin 54030 -> 52291 bytes .../themes/simple/css/searxng.min.css.map | Bin 23695 -> 22933 bytes 7 files changed, 128 insertions(+), 318 deletions(-) diff --git a/searx/static/themes/oscar/css/logicodev.min.css.map b/searx/static/themes/oscar/css/logicodev.min.css.map index 52840b8ad15eb62d21541dd672c80de04cba5e78..7cec798b3c10167c692f462d51e84016a365750a 100644 GIT binary patch delta 66 zcmV-I0KNa7Po7VZd6V=35|Kj_k;Wvk#x4Pq83KlpZy=HZ1e3r41+$+5q8b5IvqBxz Y0RdIB7a!dO0YkI(BYXn^Lz8kREJ<}2U;qFB delta 57 zcmbQ|KhJ+c<>Uq?v5noSj1wz`CVMjqPyWEzws}6&A}L1a%}%mc7=e_y{9P8tl+9n2 NYnT~RCl{&f004Df6n_8! diff --git a/searx/static/themes/simple/css/searxng-rtl.css b/searx/static/themes/simple/css/searxng-rtl.css index 77483b017..d5c78a6ac 100644 --- a/searx/static/themes/simple/css/searxng-rtl.css +++ b/searx/static/themes/simple/css/searxng-rtl.css @@ -729,91 +729,6 @@ template { display: none; } -@font-face { - font-family: "ion"; - src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45"); - src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), url("../fonts/ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), url("../fonts/ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), url("../fonts/ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg"); - font-weight: normal; - font-style: normal; -} -.ion-icon { - display: inline-block; - line-height: 1; - font-weight: normal; - font-style: normal; - speak: none; - text-decoration: inherit; - text-transform: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.ion-icon:before { - font-family: "ion"; -} -.ion-navicon-round:before { - content: "\f101"; -} -.ion-search:before { - content: "\f102"; -} -.ion-play:before { - content: "\f103"; -} -.ion-link:before { - content: "\f104"; -} -.ion-chevron-up:before { - content: "\f105"; -} -.ion-chevron-left:before { - content: "\f106"; -} -.ion-chevron-right:before { - content: "\f107"; -} -.ion-arrow-down-a:before { - content: "\f108"; -} -.ion-arrow-up-a:before { - content: "\f109"; -} -.ion-arrow-swap:before { - content: "\f10a"; -} -.ion-arrow-dropdown:before { - content: "\f10b"; -} -.ion-globe:before { - content: "\f10c"; -} -.ion-time:before { - content: "\f10d"; -} -.ion-location:before { - content: "\f10e"; -} -.ion-warning:before { - content: "\f10f"; -} -.ion-error:before { - content: "\f110"; -} -.ion-film-outline:before { - content: "\f111"; -} -.ion-music-note:before { - content: "\f112"; -} -.ion-more-vertical:before { - content: "\f113"; -} -.ion-magnet:before { - content: "\f114"; -} -.ion-close:before { - content: "\f115"; -} /* * SearXNG, A privacy-respecting, hackable metasearch engine * @@ -1431,7 +1346,8 @@ div.selectable_url pre { } .dialog-error { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1442,13 +1358,6 @@ div.selectable_url pre { background: var(--color-error-background); border-color: var(--color-error); } -.dialog-error::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-error .close { float: right; position: relative; @@ -1477,12 +1386,10 @@ div.selectable_url pre { margin-top: 0.3em; margin-bottom: 0.3em; } -.dialog-error:before { - content: "\f110"; -} .dialog-warning { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1493,13 +1400,6 @@ div.selectable_url pre { background: var(--color-warning-background); border-color: var(--color-warning); } -.dialog-warning::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-warning .close { float: right; position: relative; @@ -1528,12 +1428,10 @@ div.selectable_url pre { margin-top: 0.3em; margin-bottom: 0.3em; } -.dialog-warning:before { - content: "\f10f"; -} .dialog-modal { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1548,13 +1446,6 @@ div.selectable_url pre { transform: translate(-50%, -50%); z-index: 10000000; } -.dialog-modal::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-modal .close { float: right; position: relative; @@ -2367,6 +2258,39 @@ article.result-images .detail { grid-template-columns: 3rem 1fr; grid-template-areas: "logo search" "spacer categories"; } +.category { + display: inline-block; + position: relative; + margin-right: 1rem; + padding: 0; +} +.category input { + display: none; +} +.category label { + cursor: pointer; + padding: 0.2rem 0; + display: inline-flex; + text-transform: capitalize; + font-size: 0.9em; + border-bottom: 2px solid transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.category label svg { + padding-right: 0.2rem; +} +.category label div.category_name { + margin: auto 0; +} +.category input[type="checkbox"]:checked + label { + color: var(--color-categories-item-selected-font); + border-bottom: 2px solid var(--color-categories-item-border-selected); +} #search_logo { grid-area: logo; display: flex; @@ -2422,7 +2346,7 @@ article.result-images .detail { border-collapse: separate; box-sizing: border-box; margin: 0; - padding: 8px; + padding: 10px; background: none repeat scroll 0 0 var(--color-search-background); border: 1px solid var(--color-search-border); border-radius: 0; @@ -2487,7 +2411,6 @@ article.result-images .detail { html.touch #main_index #categories, html.touch #main_results #categories { width: 100%; - margin: 0; text-align: left; overflow-x: scroll; overflow-y: hidden; @@ -2536,9 +2459,14 @@ article.result-images .detail { .category { display: block; width: 100%; + margin: 0; } .category label { - padding: 10px !important; + padding: 0.8rem !important; + margin: 0 !important; + } + .category label svg { + display: none; } } @media screen and (max-width: 20rem) { @@ -2550,7 +2478,6 @@ article.result-images .detail { } } #categories { - margin: 0 10px 0 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; @@ -2562,52 +2489,30 @@ article.result-images .detail { width: 0; height: 0; } -.category { - display: inline-block; - position: relative; - margin: 0 3px; - padding: 0; -} -.category input { - display: none; -} -.category label { - cursor: pointer; - padding: 0.3rem 0.75rem 0.5rem 0.75rem; - margin: 0; - display: block; - text-transform: capitalize; - font-size: 0.9em; - border-bottom: 2px solid transparent; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.category input[type="checkbox"]:checked + label { - color: var(--color-categories-item-selected-font); - border-bottom: 2px solid var(--color-categories-item-border-selected); -} #categories_container { position: relative; } -.ion-icon-big { +.ion-icon { display: inline-block; + vertical-align: bottom; line-height: 1; - font-weight: normal; - font-style: normal; - speak: none; text-decoration: inherit; - text-transform: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-size: 149%; } -.ion-icon-big:before { - font-family: "ion"; +.ion-icon-small { + width: 1rem; + height: 1rem; + display: inline-block; + vertical-align: bottom; + line-height: 1; + text-decoration: inherit; +} +.ion-icon-big { + width: 1.5rem; + height: 1.5rem; + display: inline-block; + vertical-align: bottom; + line-height: 1; + text-decoration: inherit; } html { font-family: sans-serif; @@ -3036,7 +2941,7 @@ article[data-vim-selected].category-social { #linkto_preferences { position: absolute; right: 10px; - top: 2rem; + top: 2.2rem; padding: 0; border: 0; display: block; diff --git a/searx/static/themes/simple/css/searxng-rtl.min.css b/searx/static/themes/simple/css/searxng-rtl.min.css index e93db0933f6997c3225e66fedd791a6641822f4f..ba10451b4abd38c5f145dc4956f52fac12bbe4c7 100644 GIT binary patch delta 627 zcmdnGjQQ0J<_$qYo0BBIY4W6G78m3sR$8Uyq*hGce@Jw5r4uvb=IhSsjFW3U*e7SX z3S%glTq=OB(SNNGP%%m?&eIdnf{aWmzi_x7GPS+|=sa#G>@fJgdagl6(b&Nh_9aW}Y>ZnaR*#^W3?&SSH_I z&AqvMQ4-T+9c~UrgUN4~NZRRH01Z~m%q_?-DoM;Mv4$F8fDpp4734ao`zPC9QkiVL zv}kg^e*0v*WrmagFA$x)bA`<0U=gw8vecrI%;dxz-Nc;C^gOGi{F0LVTx+m@Gg2X; zVqKD2QKFlYnw(#hSdy8aXO)?kky?~lQmY5#=w>DZiQ?SEoSf?N%#@N0a41^C^a9;& nJ-J|~s26qYNy<#Go_w}e8f2t31x9XuwDP$Oqu%Bd$8vc9=B)Vf delta 2343 zcmdUw&x_n-7{?h`#6rtTrL@%2ot;JKfSFC^$Ifihb+-y0yx5B3rBL1^Pi9^=dEfBn z&19y_Hm9O^?5k1>1-F8D5em_h2MgW=j~)eYg8zVrQs|pZQkn7HZlxy=Gn2gU=Y4*D zpLzefz4XI3OZVSDneKR$aLq#w?3GUe_NOMM#EO_>#>~IaYOUv6(Yjo00p;5r0~vO| z(=!GG*WNHTP}}IXU8BF*?ZW_dd(CG*nl7GQ!{Fgbv+hwAAbz0%feo$;u0}&3d>TTd z`NqG3N~q_xj}GgJ(Sk1wr3>lhJO9y;Dj?3E(Mnn*$yp4C`zW~g!WK`ROY?Mf>I#G`v>Qj5cc zYn&kxaivmjdsMsSMBOjv(TuTe+b&W=oMP|s* zG;)v+MbsL0C^2o2?qDxn(Cv&MXq-bDqcL$SR4#C-BC~PTGjyXdBO^e}87Yx=iG)6y zDuIp!Qdve#mT*@|bW0P?2*yl;aj3+43z!ccSArW0Aj4_i;j$KU3HD1AF-8;3r3ulH z5**Bdad-%}Ifq3Fnx&G;9?bbgbDYa)nEO_Gwo7#AQyY|oQxY5pYQRlP!lw@6vKLA- zP(le}B-fm(US7$7tQS)ehF%gL_5+Q^JRcl0RoF5raRqUN9gR?~4Bn^&7Dyp$V_+Oh zjVoQ}O3Q^7pdo>|eruJYjVD_3X{7eoYh+hW{@pwsBG=8!U_el>KJ8XNyLRzJZOg0z z2x)|iiXuCre$2t*G&Ea12&_V%#nZy{iEp=7vS7=roqJjt#V>EJ9TtSRcJaRWejA=M zjt_TMv$H$n+WDuqTzq_K^{_~?pDtO?TaJylSF(q1-F`27#k=D2jnmnQ zFQ+fQ93VEt#MHB!cgYL2eewGzXO;~;oUGy?q>LlN_eK5Z^CJ0*Emv$k2kN@G^3JCs zJTSzuyDQ?mtH;ETx0YWr^?E0qh~I8qUhgp3+E%|;{LH?K7pt;kxj35rugSsL72Dzu zk$iSX+&j=e&}=;1tF|#It_M4(tpC$ZQQmm?I+#Xx^L05s4LLu>r6BXGG`=9;?9|tP Po)da@Dtq<8N5>xnavDYa diff --git a/searx/static/themes/simple/css/searxng-rtl.min.css.map b/searx/static/themes/simple/css/searxng-rtl.min.css.map index fe208f045e116f877e6a463a4088eaa30dd23b9e..8d7e4b1dbaa3a3995de89bb4e5c9fc7a3e270ab2 100644 GIT binary patch delta 921 zcma)4O=uHQ5azvIq84IXst}}@q%=0t)oubYh$wlx*-f(Bb(5xl!FX7c*d}e$XlbnR z;K73jFT$W86ly(sDfqn9gGaSU550TQgW^H7ClNgO-frpDT$Y)gneThw%=dm9?Napk z8x>IExX_xOrS1O65oFNyz@878v>DvQ!Mj;qs*r@LNku{k`=~@J@W^x{SSkjgZ#aw= z;b$a-WdoiLg@le;h5ezO5GfhboI+aZuBOof6o2=aJUVNr`lm!f_&yIY(!I0b3&7r z6^6m2uojEVsM3N;)U=0SdULrryv>YKJLSi0@z<3khV@(zoJ#f3SLvGwdZnXd8qo;f zCWCShz(eAplz7QwaZ47lWEjlS~|#;D0lu$lb#j-2J$?E`m*}-6G5>I`^99J_sIV{U`~~ zvJ$#L-(^1{p_9o&zs-)Af!9VGcd{Uv7LI4(o;iqb=b+CH;*}h{F%7Y4EGn!w$Q&LW z|BBHV^x7d@FVL9%M8pjTJ``E61K*1v%vU_vdIdHn9}4ZN?y}se(%h7VkPS|G0A5c2 z7CH@ubNJ+jLL>+Fv;q2QMiBAZDtx{cJ|?fS-^?Z&oSzK%54Ojxa`hs}<*;wA&FVF9 QE)PJXtm4KRY?TB50H_iWj{pDw delta 1656 zcmcIk%}-N75YO8d3=kv+gF>VQgoAd~wopop1@?Wkue_GFV2f>Hh!BKUO8F`k6RgIA z2QHY2i5G(&OuUjkX*hT@iW=je;6X1Y#-lfP_wi9)q6r5to7vf!`OW-xWBdE~-QsF~wdc>bOVd2CGaacv{FM zAy08Nwnp!3lo7!Fm?RkmXXT2(w`79dLLuN2Bua3Z<;+|T6sE`D?+oXV{i@||1+czb z{L9#)z+Ov0mh~Y(Yk~`w_k!ha^*@{tqr{qkwE`rrx5v0zBu46S3WfJqy8JO?t zr|V7Y)l!t6YJHA6r^7+k4Rfl7NBL)t?w7;*Of(xiV0)+oemfl~r^BZ1u&G%CF1NKg zbLs?MVo{X}U*RTx-+*7Zu_npGL`f(J*W2Ftb)Ou>m7Ii1N{~0K? zKDvErqMlyquSXCYaM9(#dQ=_bgllw7zAH6qVi_o!IYEqOqX)cJIftI@68*c~*1llD9#sf`Gp%pGM-Zi^Md*cv=dx3MPJH~1n zup91}3r_UA%Di3nNLFsg8SAN3#lrc2`zFcuT9SBJ2}Wv$&6U}N=2A=MSy!^2)l7J{ za0#>Jro%bd)UcGLAG96G<`2f%hd5AQ5MGB?s{J94jF%v;H$zN!BUcFS>u1m%J|j-# z*5QplWM2u-@=tW2)iAvn{)W(8Ts$wtsXy}AjutcUDbB1j@G}m!`3VzXVFF$x9@@Gm zgTl9GlEy}&l4Q`QqqQuJtSn;mW$Dh<7JHR%S)MmR`j(+K?Xu4nWz(@xgmgO7vRGpE RP4W5+bEsK;{NFm({s1ty(8vG) diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 6313dc79f..4f5409b7c 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -729,91 +729,6 @@ template { display: none; } -@font-face { - font-family: "ion"; - src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45"); - src: url("../fonts/ion.eot?31a1b735188db616a2142d17947e8a45#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?31a1b735188db616a2142d17947e8a45") format("woff2"), url("../fonts/ion.woff?31a1b735188db616a2142d17947e8a45") format("woff"), url("../fonts/ion.ttf?31a1b735188db616a2142d17947e8a45") format("truetype"), url("../fonts/ion.svg?31a1b735188db616a2142d17947e8a45#ion") format("svg"); - font-weight: normal; - font-style: normal; -} -.ion-icon { - display: inline-block; - line-height: 1; - font-weight: normal; - font-style: normal; - speak: none; - text-decoration: inherit; - text-transform: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.ion-icon:before { - font-family: "ion"; -} -.ion-navicon-round:before { - content: "\f101"; -} -.ion-search:before { - content: "\f102"; -} -.ion-play:before { - content: "\f103"; -} -.ion-link:before { - content: "\f104"; -} -.ion-chevron-up:before { - content: "\f105"; -} -.ion-chevron-left:before { - content: "\f106"; -} -.ion-chevron-right:before { - content: "\f107"; -} -.ion-arrow-down-a:before { - content: "\f108"; -} -.ion-arrow-up-a:before { - content: "\f109"; -} -.ion-arrow-swap:before { - content: "\f10a"; -} -.ion-arrow-dropdown:before { - content: "\f10b"; -} -.ion-globe:before { - content: "\f10c"; -} -.ion-time:before { - content: "\f10d"; -} -.ion-location:before { - content: "\f10e"; -} -.ion-warning:before { - content: "\f10f"; -} -.ion-error:before { - content: "\f110"; -} -.ion-film-outline:before { - content: "\f111"; -} -.ion-music-note:before { - content: "\f112"; -} -.ion-more-vertical:before { - content: "\f113"; -} -.ion-magnet:before { - content: "\f114"; -} -.ion-close:before { - content: "\f115"; -} /* * SearXNG, A privacy-respecting, hackable metasearch engine * @@ -1431,7 +1346,8 @@ div.selectable_url pre { } .dialog-error { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1442,13 +1358,6 @@ div.selectable_url pre { background: var(--color-error-background); border-color: var(--color-error); } -.dialog-error::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-error .close { float: right; position: relative; @@ -1477,12 +1386,10 @@ div.selectable_url pre { margin-top: 0.3em; margin-bottom: 0.3em; } -.dialog-error:before { - content: "\f110"; -} .dialog-warning { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1493,13 +1400,6 @@ div.selectable_url pre { background: var(--color-warning-background); border-color: var(--color-warning); } -.dialog-warning::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-warning .close { float: right; position: relative; @@ -1528,12 +1428,10 @@ div.selectable_url pre { margin-top: 0.3em; margin-bottom: 0.3em; } -.dialog-warning:before { - content: "\f10f"; -} .dialog-modal { position: relative; - padding: 1em 1em 1em 2.7em; + display: flex; + padding: 1rem; margin: 0 0 1em 0; border: 1px solid var(--color-toolkit-dialog-border); text-align: left; @@ -1548,13 +1446,6 @@ div.selectable_url pre { transform: translate(-50%, -50%); z-index: 10000000; } -.dialog-modal::before { - position: absolute; - top: 0.5em; - left: 0.5em; - font-family: "ion"; - font-size: 1.5em; -} .dialog-modal .close { float: right; position: relative; @@ -2367,6 +2258,39 @@ article.result-images .detail { grid-template-columns: 3rem 1fr; grid-template-areas: "logo search" "spacer categories"; } +.category { + display: inline-block; + position: relative; + margin-right: 1rem; + padding: 0; +} +.category input { + display: none; +} +.category label { + cursor: pointer; + padding: 0.2rem 0; + display: inline-flex; + text-transform: capitalize; + font-size: 0.9em; + border-bottom: 2px solid transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.category label svg { + padding-right: 0.2rem; +} +.category label div.category_name { + margin: auto 0; +} +.category input[type="checkbox"]:checked + label { + color: var(--color-categories-item-selected-font); + border-bottom: 2px solid var(--color-categories-item-border-selected); +} #search_logo { grid-area: logo; display: flex; @@ -2422,7 +2346,7 @@ article.result-images .detail { border-collapse: separate; box-sizing: border-box; margin: 0; - padding: 8px; + padding: 10px; background: none repeat scroll 0 0 var(--color-search-background); border: 1px solid var(--color-search-border); border-radius: 0; @@ -2487,7 +2411,6 @@ article.result-images .detail { html.touch #main_index #categories, html.touch #main_results #categories { width: 100%; - margin: 0; text-align: left; overflow-x: scroll; overflow-y: hidden; @@ -2536,9 +2459,14 @@ article.result-images .detail { .category { display: block; width: 100%; + margin: 0; } .category label { - padding: 10px !important; + padding: 0.8rem !important; + margin: 0 !important; + } + .category label svg { + display: none; } } @media screen and (max-width: 20rem) { @@ -2550,7 +2478,6 @@ article.result-images .detail { } } #categories { - margin: 0 10px 0 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; @@ -2562,52 +2489,30 @@ article.result-images .detail { width: 0; height: 0; } -.category { - display: inline-block; - position: relative; - margin: 0 3px; - padding: 0; -} -.category input { - display: none; -} -.category label { - cursor: pointer; - padding: 0.3rem 0.75rem 0.5rem 0.75rem; - margin: 0; - display: block; - text-transform: capitalize; - font-size: 0.9em; - border-bottom: 2px solid transparent; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.category input[type="checkbox"]:checked + label { - color: var(--color-categories-item-selected-font); - border-bottom: 2px solid var(--color-categories-item-border-selected); -} #categories_container { position: relative; } -.ion-icon-big { +.ion-icon { display: inline-block; + vertical-align: bottom; line-height: 1; - font-weight: normal; - font-style: normal; - speak: none; text-decoration: inherit; - text-transform: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-size: 149%; } -.ion-icon-big:before { - font-family: "ion"; +.ion-icon-small { + width: 1rem; + height: 1rem; + display: inline-block; + vertical-align: bottom; + line-height: 1; + text-decoration: inherit; +} +.ion-icon-big { + width: 1.5rem; + height: 1.5rem; + display: inline-block; + vertical-align: bottom; + line-height: 1; + text-decoration: inherit; } html { font-family: sans-serif; @@ -3036,7 +2941,7 @@ article[data-vim-selected].category-social { #linkto_preferences { position: absolute; right: 10px; - top: 2rem; + top: 2.2rem; padding: 0; border: 0; display: block; diff --git a/searx/static/themes/simple/css/searxng.min.css b/searx/static/themes/simple/css/searxng.min.css index 8e88a67be553cfbb71cf643ca05addadc0f8418d..920c0c41bca0ddc84e1a379b5b71414a41f42cea 100644 GIT binary patch delta 627 zcmeBM#(a1N^M)Xy%}Em9GurF?31%x zg)x*&u5?;9*~Kk&Gn;!kgLLNxp)?q!mjyGtZjI%w%Y=dG6d>ER%1q z=HA@BD2ZvZ4mSs*!Q{6~B<=JpfCejO<`(1^l_chsSVIjkKnP*j3UVFP{gdr4sZ2Ir zS~NLdzkRaZGQ-LL7l=;Yxk6@gu!vZ4S!z*9W^!VVZemVmdY)BMeo0Awt~J=d8L5y^ zu`WriDA7$xP0lY$EXmBzv&ziNNG-}Nsnr8=bTgBIL~(9nPEK`sW=cs0I25g6dV%h? no?Ng~)QdXyBxR;oPd-~K4KmW20wXs+TKQatQE&5!V{SYEC&~DH delta 2343 zcmdUw&x_n-7{{5e6bmg|Dy7Ai?(8f=2YhFf`LQ#bblt6j2QRjww?cW7Jehgf|x4?10K`a0&rU5jX zZ~iZ+n7MBI=&+s`&H3C=vXEZ3^PGmN0utgGtt5Gpf=6&zZsB-%WI$`GGyj!LooF=8 zyqhtQ;Yb)=O`E-kV(NiGv)X$5EpF0vCi2-W#KOrUGvs(0 z+Sr3UYD8>C4GWYz*h?04J0mC_XAt5nqE3mb1))@AG;X-MrZ;9}2$=!8JoW;mtF-5o% z9L#}Ha0s?JhlMeorIM%~%=yK0oWog=`L6VA73k1o7E}^;K?vek15Q#99<#Afy{I$; z1r%dWGtE`i%PkmC_2N~8t`&q!JRh-0WP@WQ6}I$JTz(W18&M`IgV#%e`AW!W3|tVU z@k-a3(lVj>ct~Nc->6iy{zPjY3#Kkq*m1Hl=-}7OPrKDmZ(cc7+cL@k z0v3|IqSy+V7YQ&03yf9|d^6W){OFbw<8$e$ zucxoP>SI16)X>sT?$cwnefj%m=a+RYn5+^%U|e7-_GSI?B^iIimrJ&u0d-AYfA@14 z9O&}I{T2DcjT7>x+snrdt=F;>IJlz|gy!Z>aHUsQJk+1(jc^@df#&XTSaP OqSVr}>1&U)lm7y!GDU{~ diff --git a/searx/static/themes/simple/css/searxng.min.css.map b/searx/static/themes/simple/css/searxng.min.css.map index eb8019d68ea062367022223558b427e25cd965da..ef2245b1be4eb8cc794dfc503bb187a16cb0f784 100644 GIT binary patch delta 898 zcma)4%}*0S6wk~qnqUBl&@==s7@#Juaa}_j6C<7dYdVI65M!^mmxAX+EvrbQWI`YL}7PqGeA~Vo9pfgXSxo2 z8BYpPop4>W1ZKE`8t^=Z$bqkB06xS9;H))*rkPMIJYz_! zD#w=ie=eERq-Bk0x|H&8{4hvDfo?;_l`pqL9`*@6dl3%BFY=eSsj!-6x6uOz&Uy6XveElcM(d__G~v2+BMbZ qkZbhG+>qFHt*JJ+O1CRFRi0Hdpg$Kp_{Y|#&oot^tlEOe`NDTp*a=hs delta 1594 zcmcIk%}-N75YO&wFpwZ22#E-^C74LM#!@NeAjrOt_LbLHTChNS(h`JLS`hgVO{~#_ zMq`wW9*t4&8nY+=1oWbwJ!?!fYT`*R?(RccUSiaPm(A?#%=~6%e>3+Oy8Rs8dB0g~ zPzsA>c!l;o``EI#vNkzQrl_WoETxphsU{AZCaXHt#vO5hizew;g~0}wDVdY=ttw_(h!RpN ztJ12(&Wh)CDQ0L+BL%f4@EMhopj1fsG_@(I@SM3zRpEI2{?2iB*>AY+ZUFbY%fCWg z3KDV!(u0uBa-tiFk z%*CUe0cG7F6XF9Wc1qyfk_6)iJQ(eUx85$LXj1rUb}D+of=-{WzNqKPIbMYZDPJoz z^ft6qnUN9xHjPDL#J3eO!)lb&HXydHMFl&<|AdV7Al&r(>-#t`C(j>%pZd23%reKR zZCq?!7ZooX|5kA+0YADE^=pRqR~5fNC1~xLMG?5z6GHv)r00>coQy)SZCKG4lkD!n zK991Horf=Gm!g-l>_cypqJ(F+`#X1<9XNayqcD4LB;Uxq!;Kh1#{+C?q!HJRiOw4A zq^6*c`=carkWd@J5_9$KPS4 zoD$#ZMJd*vxaYykIe3=x;$RNmq(E893pg*z!}atvd~^ny$Gy0JhK0s$ge-P>q5*j# me1$kU71)y#?H*5fMP1^Q@#4W1_%t0*7FJd1x3~(&ve}=ZcfU;l