Template:UserSplashtag/styles.css: Difference between revisions

From Inkipedia, the Splatoon wiki
m (GuyPerfect moved page Template:SplatfestSplashtag/styles.css to Template:UserSplashtag/styles.css without leaving a redirect)
mNo edit summary
Line 1: Line 1:
.splatfest-splashtag {
.user-splashtag {
display: inline-block;
display: inline-block;
position: relative;
position: relative;
}
}


.splatfest-splashtag > div {
.user-splashtag > div {
align-items: center;
align-items: center;
column-gap: calc((100% - 24px * 3) / 4);
column-gap: calc((100% - 24px * 3) / 4);
Line 16: Line 16:
}
}


.splatfest-splashtag > div > div {
.user-splashtag > div > div {
display: inline-block;
display: inline-block;
height: 24px;
height: 24px;
width: 24px;
width: 24px;
}
}

Revision as of 15:57, 27 September 2022

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

.user-splashtag > div {
	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%;
}

.user-splashtag > div > div {
	display: inline-block;
	height: 24px;
	width: 24px;
}