This commit is contained in:
He4eT 2024-08-15 21:23:45 +02:00
commit 5a8128c25f
5 changed files with 42 additions and 49 deletions

View file

@ -5,35 +5,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Milje 2077 Settings</title>
<style>
body {
font-family: sans;
}
.form {
width: 100%;
}
.form hr {
margin: 16px 0;
}
.form-group {
margin-bottom: 16px;
}
.form-group label {
display: block;
}
.form-group input, .form button {
display: block;
width: 100%;
box-sizing: border-box;
}
.color-slider {
width: 100%;
}
body {
font-family: sans;
}
.form {
width: 100%;
}
.form hr {
margin: 16px 0;
}
.form-group {
margin-bottom: 16px;
}
.form-group label {
display: block;
}
.form-group input, .form button {
display: block;
width: 100%;
box-sizing: border-box;
}
.color-slider {
width: 100%;
}
</style>
</head>
<body>