Template:Storage grid/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
No edit summary
Aliser (talk | contribs)
No edit summary
Line 12: Line 12:
.storage-grid > *.f {
.storage-grid > *.f {
background-color: green;
background-color: green;
width: 100%;
}
}

Revision as of 04:09, 30 March 2025

.storage-grid {
	display: grid;
	width: fit-content;
}

.storage-grid > * {
	width: 4rem;
	height: 4rem;
	background-color: gray;
}

.storage-grid > *.f {
	background-color: green;
	width: 100%;
}