This commit is contained in:
WBHarry 2026-03-06 08:30:50 -05:00 committed by GitHub
commit 374ef6040f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 335 additions and 181 deletions

View file

@ -552,7 +552,6 @@
.shortcut-items-section {
overflow-y: hidden;
padding-top: 10px;
padding-bottom: 20px;
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
scrollbar-gutter: stable;
scrollbar-width: thin;
@ -561,6 +560,26 @@
overflow-y: auto;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
.empty-favorites {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: 1px dashed light-dark(@dark-blue-50, @beige-50);
border-radius: 3px;
color: light-dark(@dark-blue-50, @beige-50);
text-align: center;
margin-bottom: 10px;
margin-left: 4px;
padding: 4px 0;
span {
width: 250px;
}
}
}
.equipment-section,

View file

@ -143,10 +143,10 @@
}
.risk-it-all-button {
width: -webkit-fill-available;
margin: 0 8px;
font-weight: 600;
height: 40px;
width: -webkit-fill-available;
margin: 0 8px;
font-weight: 600;
height: 40px;
}
}
}