Template:Item/styles.css: Difference between revisions
Template page
More actions
Create generated item table |
Use path icons in item requirements |
||
| Line 20: | Line 20: | ||
.item-list__description { | .item-list__description { | ||
max-width: 34em; | 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; | |||
} | } | ||
Revision as of 18:04, 15 May 2026
.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;
}