Skip to content

Commit

Permalink
Update title in buy/sell column
Browse files Browse the repository at this point in the history
  • Loading branch information
axpoems committed Dec 2, 2024
1 parent ae7c840 commit f0a0d71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions apps/desktop/desktop/src/main/resources/css/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
-fx-pref-height: 25;
}

.profile-card .reputation .reputation-table.table-view .column-header-background {
-fx-background-color: -bisq-dark-grey-30;
-fx-padding: 0 0 3 0;
}

.profile-card .reputation .reputation-table.table-view .table-row-cell {
-fx-border-width: 0;
}
2 changes: 1 addition & 1 deletion i18n/src/main/resources/user.properties
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ user.profileCard.details.profileAge=Profile age
user.profileCard.details.lastUserActivity=Last user activity
user.profileCard.details.version=Software version
user.profileCard.offers.table.columns.market=Market
user.profileCard.offers.table.columns.offerType=Offer type
user.profileCard.offers.table.columns.offerType=Offer
user.profileCard.offers.table.columns.amount=Amount
user.profileCard.offers.table.columns.price=Price
user.profileCard.offers.table.columns.paymentMethods=Payment methods

0 comments on commit f0a0d71

Please sign in to comment.