FederationRestrictions: conditional display

This commit is contained in:
Alex Gleason
2021-07-26 11:46:44 -05:00
parent 3cec2d32e6
commit efe989a8f1
4 changed files with 29 additions and 6 deletions

View File

@ -1,5 +1,13 @@
.federation-restrictions {
padding: 15px;
padding-top: 15px;
.slist .item-list > article {
padding: 0 20px;
&:last-child {
padding-bottom: 15px;
}
}
}
.restricted-instance {