mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:52:24 -05:00
[feature] Allow import/export/creation of domain allows via admin panel (#2264)
* it's happening! * aaa * fix silly whoopsie * it's working pa! it's working ma! * model report parameters * shuffle some more stuff around * getting there * oo hoo * finish tidying up for now * aaa * fix use form submit errors * peepee poo poo * aaaaa * ffff * they see me typin', they hatin' * boop * aaa * oooo * typing typing tappa tappa * almost done typing * weee * alright * push it push it real good doo doo doo doo doo doo * thingy no worky * almost done * mutation modifers not quite right * hmm * it works * view blocks + allows nicely * it works! * typia install * the old linterino * linter plz
This commit is contained in:
parent
48725f7228
commit
637f188ebe
77 changed files with 4154 additions and 1690 deletions
|
|
@ -498,7 +498,7 @@ span.form-info {
|
|||
}
|
||||
}
|
||||
|
||||
.instance-list {
|
||||
.domain-permissions-list {
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
@ -612,7 +612,7 @@ span.form-info {
|
|||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
.instance-list .filter {
|
||||
.domain-permissions-list .filter {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
|
@ -809,7 +809,7 @@ button.with-padding {
|
|||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.suspend-import-list {
|
||||
.domain-perm-import-list {
|
||||
.checkbox-list-wrapper {
|
||||
overflow-x: auto;
|
||||
display: grid;
|
||||
|
|
@ -844,7 +844,7 @@ button.with-padding {
|
|||
#icon {
|
||||
align-self: center;
|
||||
|
||||
.already-blocked {
|
||||
.permission-already-exists {
|
||||
color: $green1;
|
||||
}
|
||||
|
||||
|
|
@ -875,6 +875,12 @@ button.with-padding {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.form-field.radio {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
.button-grid {
|
||||
display: inline-grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue