stylistic changes

add-comptability-redirects
Henry Jameson 3 years ago
parent cc00af7a31
commit b84aeff6bf

@ -49,6 +49,17 @@
}
}
.at {
color: var(--link);
opacity: 0.8;
display: inline-block;
height: 50%;
line-height: 1;
padding: 0 0.1em;
vertical-align: -25%;
margin: 0;
}
&:not(.-oldStyle) {
.short {
padding-left: 0.25em;
@ -61,9 +72,8 @@
.at {
color: var(--faint);
opacity: 0.8;
display: inline-block;
height: 50%;
line-height: 1;
padding-right: 0.25em;
vertical-align: -20%;
}
}

@ -21,13 +21,12 @@
:class="[{ '-sublime': !highlight }, oldStyle ? 'button-unstyled' : 'button-default']"
@click.prevent="onClick"
>
<!-- eslint-disable vue/no-v-html -->
<FAIcon
size="s"
icon="at"
class="at"
/>
<!-- eslint-disable vue/no-v-html -->
<span class="shortName"><span
/><span class="shortName"><span
class="userName"
v-html="userName"
/></span>

Loading…
Cancel
Save