timeline-tab-hover-styles
Alex Gleason 2020-08-09 14:43:18 -05:00
rodzic e97b9d2168
commit 504e36c7d8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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