smaller mentions

This commit is contained in:
Henry Jameson 2021-06-07 23:48:01 +03:00
parent 7d6fc044fb
commit c3e122ff6f

View file

@ -42,13 +42,14 @@
&.-striped, &.-striped,
&.-solid, &.-solid,
&.-side { &.-side {
.full {
}
.short { .short {
font-size: 90%;
line-height: 1.5;
vertical-align: middle;
&::before { &::before {
display: inline-block; display: inline-block;
height: 50%; height: 50%;
font-size: 90%;
line-height: 1; line-height: 1;
vertical-align: 6%; vertical-align: 6%;
} }
@ -65,12 +66,16 @@
} }
.userName { .userName {
display: inline-block;
color: var(--link); color: var(--link);
line-height: inherit;
margin-left: 0.25em; margin-left: 0.25em;
padding-left: 0.25em; padding-left: 0.25em;
padding-right: 0.25em; padding-right: 0.25em;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
border-top-right-radius: var(--btnRadius);
border-bottom-right-radius: var(--btnRadius);
} }
} }