Template:UserSplashtag/styles.css: Difference between revisions

From Inkipedia, the Splatoon wiki
mNo edit summary
mNo edit summary
Line 4: Line 4:
}
}


.splatfest-splashtag div {
.splatfest-splashtag .badge {
align-items: center;
align-items: center;
column-gap: calc((100% - 24px * 3) / 4);
column-gap: calc((100% - 24px * 3) / 4);
Line 14: Line 14:
top: 0;
top: 0;
width: 100%;
width: 100%;
}
.splatfest-splashtag .empty {
display: inline-block;
height: 24px;
width: 24px;
}
}

Revision as of 15:17, 27 September 2022

.splatfest-splashtag {
	display: inline-block;
	position: relative;
}

.splatfest-splashtag .badge {
	align-items: center;
	column-gap: calc((100% - 24px * 3) / 4);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.splatfest-splashtag .empty {
	display: inline-block;
	height: 24px;
	width: 24px;
}