Improve display of LineAwesome icons

merge-requests/782/head
Alex Gleason 2021-09-26 23:28:45 -05:00
rodzic 2015560a42
commit bc4f953af2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
8 zmienionych plików z 12 dodań i 3 usunięć

Wyświetl plik

@ -346,7 +346,7 @@ class Status extends ImmutablePureComponent {
if (featured) {
prepend = (
<div className='status__prepend'>
<div className='status__prepend-icon-wrapper'><Icon id='thumb-tack' className='status__prepend-icon' fixedWidth /></div>
<div className='status__prepend-icon-wrapper'><Icon id='thumbtack' className='status__prepend-icon' fixedWidth /></div>
<FormattedMessage id='status.pinned' defaultMessage='Pinned post' />
</div>
);

Wyświetl plik

@ -89,7 +89,7 @@
"fa fa-star-half",
"fa fa-heart-o",
"fa fa-sign-out",
"fa fa-thumb-tack",
"fa fa-thumbtack",
"fa fa-external-link",
"fa fa-sign-in",
"fa fa-trophy",

Wyświetl plik

@ -62,7 +62,7 @@ class InstanceInfoPanel extends ImmutablePureComponent {
render() {
const { remoteInstance, pinned } = this.props;
const menu = this.makeMenu();
const icon = pinned ? 'thumb-tack' : 'globe-w';
const icon = pinned ? 'thumbtack' : 'globe-w';
return (
<div className='wtf-panel instance-federation-panel'>

Wyświetl plik

@ -584,6 +584,7 @@
.column-header__icon {
display: inline-block;
margin-right: 5px;
font-size: 20px;
}
.column-settings__outer {

Wyświetl plik

@ -24,6 +24,7 @@
&__icon {
margin-right: 10px;
font-size: 20px;
}
&__label {

Wyświetl plik

@ -33,5 +33,6 @@
&__icon,
.icon-with-counter {
margin-right: 12px;
font-size: 20px;
}
}

Wyświetl plik

@ -12,9 +12,14 @@
&-track-x {
display: flex;
align-items: center;
justify-content: center;
height: 15px;
color: #fff;
}
}
}
i.fa {
font-size: 20px;
}
}

Wyświetl plik

@ -24,6 +24,7 @@
&__icon {
margin-right: 10px;
font-size: 20px;
}
&__label {