From 1f562334e1c210eabcb19fd741bbda04369ee3bd Mon Sep 17 00:00:00 2001
From: Goldy <153996346+g0ldyy@users.noreply.github.com>
Date: Fri, 28 Jun 2024 00:41:42 +0200
Subject: [PATCH] Update index.html
---
comet/templates/index.html | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)
diff --git a/comet/templates/index.html b/comet/templates/index.html
index 4251bd2..46f8b64 100644
--- a/comet/templates/index.html
+++ b/comet/templates/index.html
@@ -10,6 +10,7 @@
Comet - Stremio's fastest torrent/debrid search add-on.
+
@@ -21,26 +22,40 @@
body {
display: flex;
+ flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
+ margin: 0;
background: radial-gradient(ellipse at bottom, #25292c 0%, #0c0d13 100%);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- /* overflow: hidden; */
+ font-size: 1rem;
+ font-weight: 400;
}
::-webkit-scrollbar {
overflow: hidden;
}
+
+ .header {
+ text-align: center;
+ width: 40%;
+ /* margin-bottom: 20px; */
+ }
+
+ .comet-text {
+ font-size: calc(1.375rem + 1.5vw);
+ font-weight: 500;
+ margin-bottom: 0;
+ }
.form-container {
background-color: #1a1d20;
- padding: 2rem!important;
+ padding: 2rem;
border-radius: 0.375rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- width: 80vw;
- max-width: 900px;
- min-height: 50vh;
+ width: 50%;
+ margin-bottom: 50px;
}
.form-item {
@@ -447,6 +462,11 @@
});
+
+