Simplified frontend setting creation.

Added ability to reset UserAgent
This commit is contained in:
2024-10-23 02:50:26 +02:00
parent 24417ae180
commit f426a77f25
4 changed files with 52 additions and 32 deletions

View File

@ -83,10 +83,15 @@
width: calc(100% - 20px);
}
.section-actions > span {
.section-actions > span, #resetUserAgent {
border: 1px solid lightgray;
padding: 3px 5px 2px;
width: 10ch;
text-align: center;
border-radius: 3px;
}
#resetUserAgent{
align-self: flex-end;
margin-top: 3px;
}