Action Save difficulty (#427)

* Action Save difficulty

* Unequipped item icon opacity

* Fix sheet header
This commit is contained in:
Dapoulp 2025-07-27 14:40:25 +02:00 committed by GitHub
parent 33ac7d5ab7
commit 8cb4b7663e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 20 additions and 12 deletions

View file

@ -105,6 +105,10 @@
align-items: center;
justify-content: end;
gap: 8px;
.unequipped {
opacity: .5;
}
}
}

View file

@ -19,7 +19,7 @@
flex-direction: column;
align-items: center;
gap: 5px;
margin-top: 36px;
margin-top: var(--header-height);
text-align: center;
width: 80%;

View file

@ -15,6 +15,9 @@
// Window header styles
.window-header {
position: absolute;
width: 100%;
height: var(--header-height);
background: transparent;
border-bottom: none;
justify-content: end;
@ -41,11 +44,9 @@
.window-content {
padding: 0;
position: relative;
top: -36px;
min-height: -webkit-fill-available;
transition: opacity 0.3s ease;
padding-bottom: 20px;
margin-bottom: -36px;
.tab {
padding: 0 10px;