Merge branch 'feat/panels-visuals' into feat/shader-background

This commit is contained in:
2024-05-24 14:19:13 +02:00
15 changed files with 121 additions and 50 deletions
+11 -4
View File
@@ -347,8 +347,8 @@ function check_for_guard(player: Player) {
"stack player"
"discard player";
transition: all 1s;
margin-bottom: -75px;
padding-bottom: 75px;
/* margin-bottom: -75px;
padding-bottom: 75px; */
}
.discard_overlay {
@@ -477,8 +477,15 @@ function check_for_guard(player: Player) {
align-items: center;
}
#player_banner.big>#player_info {
margin-left: 500px;
#player_banner.big {
padding: 0;
left: 50%;
transform: translateX(-50%);
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 {