Merge branch 'demetricator-style' into 'develop'
Fix styles for account page with Demetricator enabled See merge request soapbox-pub/soapbox-fe!824
This commit is contained in:
commit
916bf7a634
|
@ -18,4 +18,10 @@ body.demetricator {
|
||||||
.svg-icon--unread svg {
|
.svg-icon--unread svg {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 896px) {
|
||||||
|
.account-timeline .sub-navigation {
|
||||||
|
top: 110px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue