feat(webui): open a currated version of the user accounts section to non admin users
All checks were successful
main / publish (push) Has been skipped
main / main (push) Successful in 4m36s
main / deploy (push) Has been skipped

This commit is contained in:
Julien Dessaux 2025-04-15 00:02:48 +02:00
parent 2bf1731343
commit d40595cacb
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 49 additions and 24 deletions

View file

@ -82,8 +82,13 @@ textarea {
text-overflow: ellipsis;
}
input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]) {
overflow: clip !important;
overflow-clip-margin: 0 !important;
overflow: clip !important;
overflow-clip-margin: 0 !important;
}
button:disabled, button:disabled:hover {
background-color: var(--bg-2);
border: 1px solid var(--fg-1);
color:var(--dim) !important;
}
html {
@ -248,12 +253,11 @@ fieldset {
padding: 8px;
}
button, .button {
background-color: var(--bg-2);
border: 1px solid var(--orange);
color: var(--orange);
align-items: center;
background-color: var(--bg-2);
border: 1px solid var(--fg-1);
border-radius: 8px;
color: var(--orange);
display: inline-flex;
font-size: 16px;
gap: 8px;
@ -329,6 +333,10 @@ footer p {
footer a {
color: var(--green);
}
strong {
color: var(--orange);
font-weight: bolder;
}
@media only screen and (640px <= width < 968px) { /*856*/
header {