- Added Authentication for Piped Accounts
- Localization
This commit is contained in:
Shiny Nematoda 2022-09-03 06:27:27 +00:00
parent 8548a3646e
commit de6572eee4
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
26 changed files with 1045 additions and 596 deletions

View file

@ -58,6 +58,9 @@ watch(show, n => {
padding: 1rem 2rem;
border-bottom: 1px solid var(--color-shadow);
}
.modal-title:after {
content: '...';
}
.modal-content {
padding: 1rem;
max-height: calc(90vh - 8rem);