From a39f1914ea76f37b493cf810d602915cc3de7ae3 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 20 Feb 2025 22:29:13 +0100 Subject: [PATCH] solved pixelfed bug --- roles/nginx-modifier-css/templates/global.css.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/nginx-modifier-css/templates/global.css.j2 b/roles/nginx-modifier-css/templates/global.css.j2 index c611df01..7b88bedd 100644 --- a/roles/nginx-modifier-css/templates/global.css.j2 +++ b/roles/nginx-modifier-css/templates/global.css.j2 @@ -548,6 +548,11 @@ body#custom-css { background-color: var(--mainBackgroundColor); } +div.searchbox input.autocomplete-input{ + background-position: 12px; + background-repeat: no-repeat; +} + /** Pixelfed **/