Display federation restrictions on remote timelines
This commit is contained in:
@ -82,6 +82,7 @@
|
||||
@import 'components/backups';
|
||||
@import 'components/crypto-donate';
|
||||
@import 'components/datepicker';
|
||||
@import 'components/remote-timeline';
|
||||
|
||||
// Holiday
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user