Feat : add background to player banner
This commit is contained in:
@@ -478,8 +478,14 @@ function check_for_guard(player: Player) {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#player_banner.big>#player_info {
|
#player_banner.big {
|
||||||
|
padding: 0;
|
||||||
margin-left: 500px;
|
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 {
|
#player_stats {
|
||||||
|
|||||||
Reference in New Issue
Block a user