summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-17 16:36:22 +0200
committerDanilo M. <danix@danix.xyz>2026-04-17 16:36:22 +0200
commit09bf24e83154aba8e0ed8178cebdeac16553e990 (patch)
treea2cb1bdb01b2a00d75ef4b165b234ec311a51c60 /themes/danix-xyz-hacker/assets
parent495a61ffd6435cbff8ff1348ce55b860becfcba7 (diff)
downloaddanixxyz-09bf24e83154aba8e0ed8178cebdeac16553e990.tar.gz
danixxyz-09bf24e83154aba8e0ed8178cebdeac16553e990.zip
feat: add social-share partial with 9 targets and two layout modes
Diffstat (limited to 'themes/danix-xyz-hacker/assets')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.min.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css
index e92eb90..aaf57fd 100644
--- a/themes/danix-xyz-hacker/assets/css/main.min.css
+++ b/themes/danix-xyz-hacker/assets/css/main.min.css
@@ -1689,10 +1689,18 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
margin-bottom: 2rem;
}
+.ml-1 {
+ margin-left: 0.25rem;
+}
+
.ml-2 {
margin-left: 0.5rem;
}
+.mt-0\.5 {
+ margin-top: 0.125rem;
+}
+
.mt-1 {
margin-top: 0.25rem;
}
@@ -1725,6 +1733,13 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
margin-top: 2rem;
}
+.line-clamp-1 {
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 1;
+}
+
.line-clamp-3 {
overflow: hidden;
display: -webkit-box;
@@ -1964,6 +1979,12 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
overflow-y: auto;
}
+.truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
.rounded {
border-radius: 0.25rem;
}
@@ -2001,6 +2022,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
border-left-width: 1px;
}
+.border-l-2 {
+ border-left-width: 2px;
+}
+
.border-l-4 {
border-left-width: 4px;
}
@@ -2117,6 +2142,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
padding-bottom: 2rem;
}
+.pl-3 {
+ padding-left: 0.75rem;
+}
+
.pl-6 {
padding-left: 1.5rem;
}
@@ -2218,6 +2247,10 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg {
line-height: 1.625;
}
+.leading-snug {
+ line-height: 1.375;
+}
+
.text-accent {
color: var(--accent);
}