[feat] preferences: button to copy input to restore preferences hash

This commit is contained in:
Bnyro 2024-01-21 12:35:52 +01:00 committed by Markus Heiser
parent a8aaf5719b
commit a5decfb838
5 changed files with 59 additions and 20 deletions

View file

@ -111,7 +111,8 @@ footer {
}
input[type="submit"],
#results button[type="submit"] {
#results button[type="submit"],
.button {
padding: 0.7rem;
display: inline-block;
background: var(--color-btn-background);