From 2200a799928f6624a3af8d8631791ad45d93987a Mon Sep 17 00:00:00 2001 From: David Gerber Date: Wed, 13 Dec 2023 23:47:14 +0100 Subject: [PATCH] Fix CSS *again* (damn IntelliJ) --- ui/src/main/resources/view/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/main/resources/view/default.css b/ui/src/main/resources/view/default.css index 185195aeb..439b78786 100644 --- a/ui/src/main/resources/view/default.css +++ b/ui/src/main/resources/view/default.css @@ -23,8 +23,7 @@ } .ikonli-font-icon { - -fx-icon-size: 20px; -/ / AtlantaFX defaults to 18 px but somehow my text fields are 2 pixels bigger so it needs 20 to be able to group them in input groups + -fx-icon-size: 20px; /* AtlantaFX defaults to 18 px but somehow my text fields are 2 pixels bigger so it needs 20 to be able to group them in input groups */ } .chat-list-pane {