From 86c8b7673673fe45b4c46a217324628178db0bad Mon Sep 17 00:00:00 2001 From: moerp Date: Tue, 16 Apr 2024 19:14:09 +0200 Subject: [PATCH] W --- src/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/style.css b/src/static/style.css index c353df4..5c14050 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -260,7 +260,7 @@ button#remove-button { background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */ background-position: center; /* Zentriert das Bild im Button */ color: transparent; /* Macht den Text unsichtbar, damit nur das Bild sichtbar ist */ - width: 75px; /* Setzt die Breite automatisch entsprechend des Inhalts */ + width: 78px; /* Setzt die Breite automatisch entsprechend des Inhalts */ height: 85px; /* Passt die Höhe an, um das Bild vollständig anzuzeigen */ padding: 10px 20px; /* Hinzufügen von etwas Platz um das Bild */ }