Merge branch 'feat/panels-visuals' into feat/shader-background
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user