mirror of
https://github.com/andrey271192/amnezia_web-PRO.git
synced 2026-09-20 14:42:00 +00:00
feat: import clients from amnezia configs
This commit is contained in:
@@ -844,10 +844,22 @@ tr:last-child td {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.cascade-form input {
|
||||
.cascade-form input,
|
||||
.cascade-form textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cascade-form textarea {
|
||||
resize: vertical;
|
||||
min-height: 12rem;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.import-form {
|
||||
max-width: 46rem;
|
||||
}
|
||||
|
||||
.raw {
|
||||
margin-top: 1.25rem;
|
||||
color: var(--muted);
|
||||
|
||||
Reference in New Issue
Block a user