mirror of
https://github.com/andrey271192/PCAtelegram_web.git
synced 2026-09-20 11:55:32 +00:00
feat: add Mieru management
This commit is contained in:
@@ -54,7 +54,7 @@ body {
|
||||
font: 14px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
button, input, select { font: inherit; }
|
||||
button, input, select, textarea { font: inherit; }
|
||||
|
||||
button {
|
||||
min-height: 40px;
|
||||
@@ -74,7 +74,7 @@ button.soft { background: color-mix(in srgb, var(--blue) 12%, transparent); colo
|
||||
button.danger { background: color-mix(in srgb, var(--red) 14%, transparent); color: var(--red); }
|
||||
button.attention { background: var(--amber); color: #111827; }
|
||||
|
||||
input, select {
|
||||
input, select, textarea {
|
||||
min-height: 42px;
|
||||
min-width: 0;
|
||||
border: 1px solid var(--line);
|
||||
@@ -85,7 +85,13 @@ input, select {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input:focus, select:focus {
|
||||
textarea {
|
||||
padding-block: 10px;
|
||||
resize: vertical;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
input:focus, select:focus, textarea:focus {
|
||||
border-color: var(--blue);
|
||||
box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 16%, transparent);
|
||||
}
|
||||
@@ -1360,6 +1366,14 @@ td small {
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.settings-form textarea {
|
||||
width: 100%;
|
||||
min-height: 132px;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
|
||||
font-size: 12px;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.backup-item span,
|
||||
.event small {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user