From d29ca7d5930732fab1767dcb3860651d7b7e27a8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 5 Feb 2025 13:17:04 +0100 Subject: [web-client] simple theme: stylelint-prettier LESS source files Signed-off-by: Markus Heiser --- client/simple/src/less/style-rtl.less | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'client/simple/src/less/style-rtl.less') diff --git a/client/simple/src/less/style-rtl.less b/client/simple/src/less/style-rtl.less index 8e2634d34..7ac1e6e20 100644 --- a/client/simple/src/less/style-rtl.less +++ b/client/simple/src/less/style-rtl.less @@ -109,7 +109,11 @@ } // Image detail -#results.image-detail-open article.result-images[data-vim-selected] .detail .result-images-labels p { +#results.image-detail-open + article.result-images[data-vim-selected] + .detail + .result-images-labels + p { direction: rtl; &.result-url { @@ -125,7 +129,13 @@ } // select HTML element -@supports ((background-position-x: 100%) and ((appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none))) { +@supports ( + (background-position-x: 100%) and + ( + (appearance: none) or (-webkit-appearance: none) or + (-moz-appearance: none) + ) +) { select { border-width: 0 0 0 2rem; background-position-x: -2rem; -- cgit v1.2.3