Adjusted MessageControl and linked css

This commit is contained in:
DieGurke
2020-07-23 11:11:30 +02:00
parent 8837273982
commit 1b373d9694
2 changed files with 11 additions and 6 deletions

View File

@ -70,13 +70,13 @@
.received-message {
-fx-alignment: center-left;
-fx-background-radius: 4.0em;
-fx-background-radius: 1.3em;
-fx-text-alignment: right;
}
.own-message {
-fx-alignment: center-right;
-fx-background-radius: 4.0em;
-fx-background-radius: 1.3em;
-fx-text-alignment: left;
}