Android build v1.1.9

This commit is contained in:
Warren H
2026-07-02 21:43:04 -04:00
parent 89bc1b6ab8
commit 6560a049f2
20 changed files with 1032 additions and 45 deletions
+297
View File
@@ -9669,3 +9669,300 @@ h2 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
.hunter-profile-screen {
gap: 14px;
}
.hunter-profile-heading {
align-items: center;
}
.hunter-profile-tabs {
align-self: auto;
}
.hunter-stat-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 12px;
}
.hunter-stat-tile {
display: flex;
min-height: 118px;
flex-direction: column;
justify-content: center;
gap: 8px;
padding: 16px;
border: 1px solid rgba(229, 185, 95, 0.24);
border-radius: 8px;
background: rgba(19, 24, 31, 0.84);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.hunter-stat-tile span,
.hunter-stat-tile small {
color: rgba(238, 232, 210, 0.68);
font-size: 0.74rem;
text-transform: uppercase;
}
.hunter-stat-tile strong {
color: #f4df9b;
font-size: 1.45rem;
line-height: 1.08;
}
.collection-log-layout {
display: grid;
grid-template-columns: 250px minmax(0, 1fr);
gap: 14px;
min-height: 0;
}
.collection-boss-list {
display: flex;
min-height: 0;
flex-direction: column;
gap: 8px;
}
.collection-drop-list {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 6px;
min-height: 0;
}
.collection-boss-list {
max-height: min(58vh, 420px);
overflow: auto;
padding-right: 4px;
}
.collection-boss-button {
display: grid;
grid-template-columns: 42px minmax(0, 1fr);
gap: 8px 10px;
align-items: center;
min-height: 64px;
padding: 10px;
border: 1px solid rgba(238, 232, 210, 0.12);
border-radius: 8px;
background: rgba(14, 18, 24, 0.78);
color: #eee8d2;
text-align: left;
}
.collection-boss-button:hover,
.collection-boss-button:focus-visible,
.collection-boss-button.selected {
border-color: rgba(229, 185, 95, 0.62);
background: rgba(46, 40, 28, 0.92);
}
.collection-boss-button > span,
.collection-boss-header > span,
.collection-drop-row > span {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 8px;
background: rgba(229, 185, 95, 0.14);
color: #f4df9b;
font-weight: 800;
}
.collection-boss-button strong,
.collection-boss-button small {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.collection-boss-button small {
grid-column: 2;
color: rgba(238, 232, 210, 0.66);
font-size: 0.76rem;
}
.collection-boss-detail {
display: flex;
min-height: 0;
flex-direction: column;
gap: 10px;
padding: 12px;
border: 1px solid rgba(229, 185, 95, 0.2);
border-radius: 8px;
background: rgba(19, 24, 31, 0.84);
}
.collection-boss-header {
display: grid;
grid-template-columns: 54px minmax(0, 1fr);
gap: 12px;
align-items: center;
}
.collection-boss-header > span {
width: 54px;
height: 54px;
}
.collection-boss-header h2 {
margin: 0;
color: #f4df9b;
font-size: 1.35rem;
}
.collection-boss-header small {
color: rgba(238, 232, 210, 0.68);
}
.collection-drop-row {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 24px minmax(28px, 1fr) auto auto;
gap: 4px;
align-items: center;
justify-items: start;
min-height: 84px;
padding: 7px;
border: 1px solid rgba(238, 232, 210, 0.1);
border-radius: 8px;
background: rgba(9, 12, 17, 0.52);
color: #eee8d2;
text-align: left;
}
.collection-drop-row strong {
align-self: center;
min-width: 0;
font-size: 0.7rem;
line-height: 1.08;
}
.collection-drop-row small {
color: rgba(238, 232, 210, 0.68);
font-size: 0.64rem;
font-weight: 700;
}
.collection-drop-row b {
align-self: end;
color: #f4df9b;
font-size: 0.86rem;
line-height: 1;
}
.collection-drop-row > span {
width: 24px;
height: 24px;
border-radius: 6px;
font-size: 0.72rem;
}
.collection-drop-row.missing {
border-color: rgba(238, 232, 210, 0.08);
background: rgba(10, 12, 16, 0.38);
opacity: 0.46;
}
.collection-drop-row.missing > span {
background: rgba(238, 232, 210, 0.08);
color: rgba(238, 232, 210, 0.54);
}
.collection-drop-row.missing strong,
.collection-drop-row.missing small,
.collection-drop-row.missing b {
color: rgba(238, 232, 210, 0.58);
}
.collection-drop-row.owned {
border-color: rgba(229, 185, 95, 0.32);
}
.collection-drop-row:focus-visible {
outline: 2px solid #f4df9b;
outline-offset: 2px;
}
.collection-drop-row.collection-rarity-common {
border-color: rgba(238, 232, 210, 0.28);
}
.collection-drop-row.collection-rarity-stat {
border-color: rgba(229, 185, 95, 0.46);
}
.collection-drop-row.collection-rarity-stat > span {
background: rgba(229, 185, 95, 0.16);
color: #f4df9b;
}
.collection-drop-row.collection-rarity-common > span {
background: rgba(238, 232, 210, 0.1);
}
.collection-drop-row.collection-rarity-uncommon {
border-color: rgba(79, 204, 126, 0.56);
}
.collection-drop-row.collection-rarity-uncommon > span {
background: rgba(79, 204, 126, 0.14);
color: #7feb9f;
}
.collection-drop-row.collection-rarity-rare {
border-color: rgba(113, 208, 255, 0.6);
}
.collection-drop-row.collection-rarity-rare > span {
background: rgba(113, 208, 255, 0.14);
color: #9bdcff;
}
.collection-drop-row.collection-rarity-epic {
border-color: rgba(193, 134, 255, 0.62);
}
.collection-drop-row.collection-rarity-epic > span {
background: rgba(193, 134, 255, 0.16);
color: #d9b6ff;
}
.collection-drop-row.collection-rarity-legendary {
border-color: rgba(245, 159, 75, 0.64);
}
.collection-drop-row.collection-rarity-legendary > span {
background: rgba(245, 159, 75, 0.16);
color: #ffc078;
}
@media (max-width: 760px) {
.collection-log-layout {
grid-template-columns: 1fr;
}
.hunter-stat-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hunter-stat-grid {
gap: 8px;
}
.hunter-stat-tile {
min-height: 78px;
padding: 12px;
}
.collection-boss-list {
max-height: 190px;
}
}