Merge branch 'federation-restrictions-improvements' into 'develop'
FederationRestrictions: conditional display See merge request soapbox-pub/soapbox-fe!643
This commit is contained in:
commit
96e210fe3e
4 changed files with 9 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue