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

@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TV off</title>
<style>
body, html {
margin: 0;
padding: 0;
background: gray;
}
body, html {
margin: 0;
padding: 0;
background: gray;
}
</style>
</head>
<body>
</head>
<body>
<script src="../../content_scripts/milje.js"></script>
</body>
</body>
</html>

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>

View file

@ -8,18 +8,15 @@
text-align: center;
font-family: sans;
}
main {
width: 200px;
}
button {
display: block;
box-sizing: border-box;
width: 100%;
margin: 8px 0;
}
</style>
</head>
<body>