Skip to content

Commit

Permalink
Merge pull request #2877 from axpoems/rep-popup-fixes
Browse files Browse the repository at this point in the history
Improve reputation popups
  • Loading branch information
HenrikJannsen authored Sep 29, 2024
2 parents e4c7f43 + 240d8ea commit cad089d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion apps/desktop/desktop/src/main/resources/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
}

.reputation .label {
-fx-line-spacing: 7px;
-fx-line-spacing: 5px;
-fx-wrap-text: true;
}

Expand Down Expand Up @@ -404,3 +404,7 @@
.reputation .reputation-learn-more:hover {
-fx-underline: true;
}

.popup-bg .bisq-common-bg {
-fx-padding: 10 30 30 30 !important;
}
3 changes: 2 additions & 1 deletion apps/desktop/desktop/src/main/resources/css/containers.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@
}

.common-line-spacing .label {
-fx-line-spacing: 7px;
-fx-line-spacing: 5px;
-fx-wrap-text: true;
}

#chat-message-quote-box-peer-msg {
Expand Down

0 comments on commit cad089d

Please sign in to comment.