Implemented ProfilePics UI mechanism

This commit is contained in:
DieGurke
2020-07-17 13:56:36 +02:00
parent 62d9df7ae8
commit b4225b0d80
6 changed files with 97 additions and 35 deletions

View File

@ -127,3 +127,7 @@
#transparentBackground {
-fx-background-color: transparent;
}
#profilePic {
-fx-radius: 1em;
}