add: option_source_password and option_view_password

This commit is contained in:
trisua 2025-07-25 20:26:22 -04:00
parent a49efdd238
commit 2de840f50d
5 changed files with 158 additions and 13 deletions

View file

@ -180,6 +180,11 @@ video {
color: var(--color-text);
}
.card-nest .card:nth-child(1) {
background: var(--color-super-raised);
padding: var(--pad-2) var(--pad-4);
}
/* button */
.button {
--h: 36px;
@ -307,6 +312,10 @@ input[data-invalid] {
border-left: inset 5px var(--color-red);
}
input.surface {
background: var(--color-surface);
}
/* typo */
p {
margin-bottom: var(--pad-4);