mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 20:23:17 -06:00
test domain perm subs
This commit is contained in:
parent
bb0395de08
commit
b8decec3e1
5 changed files with 106 additions and 17 deletions
|
|
@ -1426,6 +1426,18 @@ button.tab-button {
|
|||
}
|
||||
}
|
||||
|
||||
.domain-permission-subscription-details {
|
||||
> .list > .entries > .perm-preview {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
> .perm-issue > b > code {
|
||||
background: $info-bg;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.domain-permission-subscription-title {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
|
|
@ -1451,7 +1463,8 @@ button.tab-button {
|
|||
}
|
||||
}
|
||||
|
||||
.domain-permission-subscription-remove {
|
||||
.domain-permission-subscription-remove,
|
||||
.domain-permission-subscription-test {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue