Fix linter
This commit is contained in:
parent
e97b9d2168
commit
504e36c7d8
3 changed files with 6 additions and 4 deletions
|
@ -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';
|
||||||
|
|
|
@ -93,7 +93,8 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
bdi, span.verified-icon {
|
bdi,
|
||||||
|
span.verified-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue