Template:Twitch link/styles.css: Difference between revisions
Template page
More actions
Build reusable tournament data and rendering system |
m Build reusable tournament data and rendering system |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
} | } | ||
/* Empirically measured against the live rendered text/icon (see the | |||
YouTube link rule above) -- this icon has different proportions, so it | |||
needed a different value to actually centre against the text. */ | |||
.loka-twitch-link img { | .loka-twitch-link img { | ||
vertical-align: - | vertical-align: -1.5px; | ||
} | |||
.loka-twitch-link-credit { | |||
opacity: .68; | |||
} | } | ||
Latest revision as of 17:47, 19 August 2026
.loka-twitch-link {
display: inline;
}
/* Empirically measured against the live rendered text/icon (see the
YouTube link rule above) -- this icon has different proportions, so it
needed a different value to actually centre against the text. */
.loka-twitch-link img {
vertical-align: -1.5px;
}
.loka-twitch-link-credit {
opacity: .68;
}