settings page bisschen aufgehübscht
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 14s

This commit is contained in:
2024-06-28 22:08:27 +02:00
parent 7098c335bc
commit f5225a71c5
2 changed files with 27 additions and 4 deletions

View File

@ -2991,4 +2991,28 @@ button#togglebg {
.fader-out {
animation: fadeOut .8s steps(100) forwards
}
}
.settings {
display: grid;
justify-content: center;
}
input[name="i_avatar"] {
text-align: center;
width: 50px;
padding: 10px;
}
input#s_avatar {
padding: 5px;
border: 1px solid var(--black);
border-radius: 3px;
background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient));
box-shadow: var(--nav-link-box-shadow);
cursor: pointer;
}
#s_avatar:hover {
background: #ffffff0f;
}