feat(app/web): order plugins by category [skip ci]

This commit is contained in:
lowlighter
2022-01-01 06:14:08 -05:00
parent ef7485e46c
commit af772564d9
4 changed files with 29 additions and 6 deletions

View File

@@ -126,10 +126,25 @@
border-top: 1px solid var(--color-border-primary);
}
.configuration.plugins label {
display: flex;
align-items: flex-start;
}
.configuration .not-available {
color: var(--color-text-secondary);
}
.configuration details {
display: flex;
flex-direction: column;
}
.configuration summary {
font-weight: bold;
text-transform: capitalize;
}
.option {
display: flex;
flex-direction: column;