aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 65d12be..09a4a9b 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -749,6 +749,10 @@ video {
display: none;
}
+.aspect-video {
+ aspect-ratio: 16 / 9;
+}
+
.size-3 {
width: 0.75rem;
height: 0.75rem;
@@ -804,6 +808,18 @@ video {
height: 100%;
}
+.h-screen {
+ height: 100vh;
+}
+
+.h-\[56\.25\%\] {
+ height: 56.25%;
+}
+
+.h-0 {
+ height: 0px;
+}
+
.max-h-24 {
max-height: 6rem;
}
@@ -857,6 +873,14 @@ video {
width: max-content;
}
+.w-1\/4 {
+ width: 25%;
+}
+
+.w-3\/4 {
+ width: 75%;
+}
+
.max-w-7xl {
max-width: 80rem;
}
@@ -978,6 +1002,10 @@ video {
overflow: auto;
}
+.overflow-y-auto {
+ overflow-y: auto;
+}
+
.break-words {
overflow-wrap: break-word;
}
@@ -1289,6 +1317,26 @@ video {
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
+.bg-gray-500 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity));
+}
+
+.bg-gray-700 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(55 65 81 / var(--tw-bg-opacity));
+}
+
+.bg-gray-800 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(31 41 55 / var(--tw-bg-opacity));
+}
+
+.bg-gray-900 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity));
+}
+
.bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
@@ -1405,6 +1453,10 @@ video {
padding-top: 0.25rem;
}
+.pb-\[56\.25\%\] {
+ padding-bottom: 56.25%;
+}
+
.text-center {
text-align: center;
}
@@ -2133,6 +2185,10 @@ main {
display: none;
}
+ .lg\:h-auto {
+ height: auto;
+ }
+
.lg\:w-1\/2 {
width: 50%;
}