Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 18:04, 15 May 2026 by Nadanke (talk | contribs) (Use path icons in item requirements)
.item-list {
    width: 100%;
    font-size: 0.95em;
}

.item-list th,
.item-list td {
    vertical-align: top;
}

.item-list__icon {
    width: 40px;
    text-align: center;
}

.item-list__icon img {
    image-rendering: pixelated;
}

.item-list__description {
    max-width: 34em;
}

.item-list__path {
    align-items: center;
    display: inline-flex;
    gap: 2px;
    margin-right: 0.35em;
    white-space: nowrap;
}

.item-list__path img {
    vertical-align: -0.2em;
}