feat: me tab added

This commit is contained in:
shahdlala66
2026-05-04 19:48:55 +02:00
parent d471eef7af
commit a3255602b3
13 changed files with 447 additions and 56 deletions
@@ -1,3 +1,5 @@
@import '../../button-template.css';
.promotion-dialog-overlay {
position: fixed;
top: 0;
@@ -73,21 +75,3 @@
grid-template-columns: 1fr 1fr;
gap: 12px;
}
@import '../../button-template.css';
.promotion-choice {
flex-direction: column;
height: auto;
padding: 16px;
gap: 8px;
}
.promotion-choice .piece-symbol {
font-size: 32px;
line-height: 1;
}
.promotion-choice .piece-label {
font-size: 11px;
}