Template:Item thumbnail/styles.css: Difference between revisions

Template page
Content added Content deleted
(ChaoticShadow changed the content model of the page Template:Item thumbnail/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(added styling)
Line 1: Line 1:
.item-thumbnail {}
.item-thumbnail {
display: inline-block;
position: relative;
}

.item-thumbnail .item-count {
bottom: 0;
right: 0;
position: absolute;
padding: 0 5px;
border-radius: 5px 0 5px 0;
user-select: none;
}

Revision as of 02:17, 12 July 2022

.item-thumbnail {
	display: inline-block;
	position: relative;
}

.item-thumbnail .item-count {
	bottom: 0;
	right: 0;
	position: absolute;
	padding: 0 5px;
	border-radius: 5px 0 5px 0;
	user-select: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.