Improve server config setting section

This commit is contained in:
Andras Schmelczer 2025-03-22 15:38:23 +00:00
parent da369e61e7
commit acbc0c0e65
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 163 additions and 80 deletions

View file

@ -63,9 +63,13 @@
cursor: pointer;
}
input[type="text"],
textarea {
width: 250px;
}
textarea {
resize: none;
width: 100%;
height: 60px;
}
}