Template:Item/styles.css
Template page
More actions
.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;
}