Fix linter

This commit is contained in:
Alex Gleason 2020-08-09 14:43:18 -05:00
parent e97b9d2168
commit 504e36c7d8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 6 additions and 4 deletions

View file

@ -22,7 +22,6 @@ import { openModal } from '../../actions/modal';
import { WrappedRoute } from './util/react_router_helpers'; import { WrappedRoute } from './util/react_router_helpers';
import UploadArea from './components/upload_area'; import UploadArea from './components/upload_area';
import TabsBar from './components/tabs_bar'; import TabsBar from './components/tabs_bar';
import WhoToFollowPanel from './components/who_to_follow_panel';
import LinkFooter from './components/link_footer'; import LinkFooter from './components/link_footer';
import FeaturesPanel from './components/features_panel'; import FeaturesPanel from './components/features_panel';
import ProfilePage from 'soapbox/pages/profile_page'; import ProfilePage from 'soapbox/pages/profile_page';

View file

@ -93,7 +93,8 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
bdi, span.verified-icon { bdi,
span.verified-icon {
display: inline-block; display: inline-block;
} }
} }

View file

@ -31,7 +31,7 @@
} }
} }
@media(max-width: 485px){ @media(max-width: 485px) {
div.input { div.input {
width: 100%; width: 100%;
margin-right: 5px; margin-right: 5px;
@ -49,7 +49,9 @@
justify-content: space-between; justify-content: space-between;
font-size: 14px; font-size: 14px;
.filter__phrase, .filter__contexts, .filter__details { .filter__phrase,
.filter__contexts,
.filter__details {
padding: 5px 0; padding: 5px 0;
} }