aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3c8ae82..0eb66e4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -689,10 +689,18 @@ video {
top: 9rem;
}
+.top-\[2px\] {
+ top: 2px;
+}
+
.top-full {
top: 100%;
}
+.top-\[8px\] {
+ top: 8px;
+}
+
.z-10 {
z-index: 10;
}
@@ -787,6 +795,13 @@ video {
margin-top: 2rem;
}
+.line-clamp-2 {
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+}
+
.block {
display: block;
}
@@ -840,6 +855,11 @@ video {
height: 1.5rem;
}
+.size-7 {
+ width: 1.75rem;
+ height: 1.75rem;
+}
+
.h-16 {
height: 4rem;
}
@@ -880,6 +900,10 @@ video {
height: 24rem;
}
+.h-\[72px\] {
+ height: 72px;
+}
+
.h-auto {
height: auto;
}
@@ -888,6 +912,10 @@ video {
height: 100%;
}
+.h-\[90px\] {
+ height: 90px;
+}
+
.max-h-24 {
max-height: 6rem;
}
@@ -1018,6 +1046,10 @@ video {
flex-shrink: 0;
}
+.flex-grow {
+ flex-grow: 1;
+}
+
.origin-left {
transform-origin: left;
}
@@ -1218,11 +1250,21 @@ video {
border-bottom-left-radius: 0.5rem;
}
+.rounded-l {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+}
+
.rounded-l-md {
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
+.rounded-r {
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+}
+
.rounded-r-md {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;