diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 9b4d8df..4054188 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -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 {