From 0b7d03c69425745e4111eaaec718ef18182f198c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 22 Jun 2021 14:15:47 +0200 Subject: [stylelint] simple theme: fix some errors reported by stylelint Signed-off-by: Markus Heiser --- searx/static/themes/simple/src/less/style.less | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'searx/static/themes/simple/src/less/style.less') diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index dfde66172..2f91d36c0 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -16,13 +16,6 @@ @import "toolkit.less"; @import "autocomplete.less"; -// ion-icon -.ion-icon-big { - .ion-icon; - - font-size: 149%; -} - // for index.html template @import "index.less"; @@ -32,6 +25,13 @@ // Search-Field @import "search.less"; +// ion-icon +.ion-icon-big { + .ion-icon; + + font-size: 149%; +} + // Main LESS-Code html { font-family: arial, sans-serif; @@ -54,13 +54,6 @@ main { // position: absolute; } -footer { - // position:absolute; - bottom: 0; - width: 100%; - height: 50px; -} - #main_preferences, #main_about, #main_stats { @@ -711,7 +704,7 @@ article.result-images[data-vim-selected]::before { #linkto_preferences { display: none; - postion: fixed !important; + position: fixed !important; top: 100px; right: 0; } -- cgit v1.2.3