From b6788f331798f9c8964cb95b11cca52504ccc6fb Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Thu, 15 May 2025 09:44:03 -0400 Subject: [PATCH] fix centering of avatar column --- desktop/src/main/java/haveno/desktop/haveno.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index c145cf2188..3a5d38b951 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -1158,14 +1158,6 @@ textfield */ .table-view .column-header.last-column .label { } -.table-view .column-header.avatar-column { - -fx-padding: 0; -} - -.table-view .column-header.avatar-column .label { - -fx-alignment: center; -} - .table-view .column-header.first-column { -fx-padding: 0 0 0 15; } @@ -1174,6 +1166,14 @@ textfield */ -fx-padding: 0 15 0 0; } +.table-view .column-header.avatar-column { + -fx-padding: 0; +} + +.table-view .column-header.avatar-column .label { + -fx-alignment: center; +} + .number-column.table-cell { -fx-font-size: 1em; -fx-padding: 0 0 0 0;