Small Fixes

This commit is contained in:
Dapoolp 2025-08-03 14:43:20 +02:00
parent ef42f1f782
commit 761064d668
12 changed files with 121 additions and 115 deletions

View file

@ -14,6 +14,9 @@
.adversary-sidebar-sheet {
grid-row: 1 / span 2;
grid-column: 1;
overflow: hidden;
display: flex;
flex-direction: column;
}
.adversary-header-sheet {
@ -24,6 +27,11 @@
.tab {
grid-row: 2;
grid-column: 2;
&.active {
overflow: hidden;
display: flex;
flex-direction: column;
}
}
}
}