Display federation restrictions on remote timelines
This commit is contained in:
parent
567c4ce093
commit
f4ba9b9b2e
6 changed files with 28 additions and 0 deletions
BIN
app/soapbox/features/ui/components/instance_info_panel.js
Normal file
BIN
app/soapbox/features/ui/components/instance_info_panel.js
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/pages/remote_instance_page.js
Normal file
BIN
app/soapbox/pages/remote_instance_page.js
Normal file
Binary file not shown.
Binary file not shown.
|
@ -82,6 +82,7 @@
|
||||||
@import 'components/backups';
|
@import 'components/backups';
|
||||||
@import 'components/crypto-donate';
|
@import 'components/crypto-donate';
|
||||||
@import 'components/datepicker';
|
@import 'components/datepicker';
|
||||||
|
@import 'components/remote-timeline';
|
||||||
|
|
||||||
// Holiday
|
// Holiday
|
||||||
@import 'holiday/halloween';
|
@import 'holiday/halloween';
|
||||||
|
|
27
app/styles/components/remote-timeline.scss
Normal file
27
app/styles/components/remote-timeline.scss
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
.instance-federation-panel {
|
||||||
|
&__message {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
|
||||||
|
i.fa {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.wtf-panel__content {
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.federation-restriction {
|
||||||
|
display: flex;
|
||||||
|
padding: 15px 0;
|
||||||
|
|
||||||
|
&__icon {
|
||||||
|
width: 16px;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: center;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue