Merged with main

This commit is contained in:
WBHarry 2026-01-26 14:36:58 +01:00
commit 286944d2e6
207 changed files with 4909 additions and 1073 deletions

View file

@ -148,7 +148,7 @@
padding: 0 0.375rem;
}
button[data-action=viewParty] {
button[data-action='viewParty'] {
margin-right: 6px;
}
}
@ -195,6 +195,11 @@
.hope-value {
display: flex;
cursor: pointer;
&.scar {
cursor: initial;
opacity: 0.6;
}
}
}
}

View file

@ -207,7 +207,7 @@
.input-section {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
}