Feat : add background to player banner

This commit is contained in:
2024-05-24 12:40:14 +02:00
parent a6fcc28ced
commit 6291989dd4
+7 -1
View File
@@ -478,8 +478,14 @@ function check_for_guard(player: Player) {
align-items: center;
}
#player_banner.big>#player_info {
#player_banner.big {
padding: 0;
margin-left: 500px;
max-width: min-content;
background: burlywood;
border: 5px solid maroon;
border-radius: 10px;
filter: drop-shadow(2.5px 7.5px 1px rgba(0, 0, 0, .60));
}
#player_stats {