This commit is contained in:
WBHarry 2025-08-07 23:26:42 +02:00 committed by GitHub
parent 5045801475
commit 22283cb506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 98 additions and 34 deletions

View file

@ -143,7 +143,8 @@
padding: 0 12px;
}
.levelup-trait-increases {
.levelup-trait-increases,
.levelup-experience-increases {
width: 100%;
}

View file

@ -495,7 +495,6 @@
border-radius: 6px;
button {
padding: 6px 6px 6px 10px;
border-radius: 3px 0px 0px 3px;
color: light-dark(@dark-blue, @dark-blue);
white-space: nowrap;
@ -506,7 +505,7 @@
color: light-dark(@dark-blue, @golden);
}
&:last-child {
&:not(:first-child) {
padding: 6px;
background: light-dark(@dark-blue-10, @golden-secondary);
border-radius: 0px 3px 3px 0px;

View file

@ -26,12 +26,19 @@
align-items: center;
gap: 5px;
&.no-controls {
grid-template-columns: 3fr 1fr;
}
span {
display: flex;
justify-content: center;
a {
text-align: center;
a {
text-align: center;
&.disabled {
i {
opacity: 0.4;
}
}
}
}
}