Fix weapon icon mapping and local SVG assets
This commit is contained in:
@@ -638,6 +638,48 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list li {
|
||||
grid-template-columns: 78px minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list__icon-frame {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 72px;
|
||||
min-height: 28px;
|
||||
padding: 3px 6px;
|
||||
border: 1px solid rgba(81, 76, 62, 0.22);
|
||||
border-radius: 6px;
|
||||
background: linear-gradient(180deg, rgba(247, 242, 229, 0.96), rgba(226, 218, 198, 0.94));
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list__icon {
|
||||
width: 100%;
|
||||
height: 22px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list__fallback {
|
||||
display: grid;
|
||||
width: 100%;
|
||||
height: 22px;
|
||||
place-items: center;
|
||||
color: rgba(49, 43, 31, 0.86);
|
||||
font-size: 0.78rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.historical-weapon-stat-list__fallback[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.historical-table-shell {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user