fix centering of avatar column

This commit is contained in:
woodser 2025-05-15 09:44:03 -04:00
parent 7f70be42f4
commit b6788f3317
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -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;