From 1d386c47793035fc7ca274b5c40af9bd4dec73a8 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:48:23 +0500 Subject: [PATCH] improved alignment --- dist/css/styles.css | 45 ++++++++++++++++++++++++++++++++++++++++ dist/index.html | 50 ++++++++++++++++++++++----------------------- 2 files changed, 70 insertions(+), 25 deletions(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index a53e0ae..bf29be8 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -247,6 +247,18 @@ a:hover { gap: var(--space-4xl); } +/* Header right aligned actions */ +.header-actions { + display: flex; + align-items: center; + gap: var(--space-lg); + margin-left: auto; +} + +@media (max-width: 900px){ + .header-actions { gap: var(--space-md); } +} + .site-title { display: flex; flex-shrink: 0; /* Prevent shrinking */ @@ -1060,6 +1072,39 @@ table { min-width: 600px; } +/* Table toolbar */ +.table-toolbar { + display: flex; + justify-content: space-between; + gap: var(--space-xl); + flex-wrap: wrap; + margin-bottom: var(--space-xl); + align-items: center; +} + +/* Resources enhancements */ +.enhanced-resources .resource-category.elevated { position: relative; border: 1px solid var(--border-primary); box-shadow: var(--shadow-md); } +.resource-list.cards-3 { grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); display: grid; } +.resource-item.accent-hover { position: relative; overflow: hidden; } +.resource-item.accent-hover::after { content:""; position:absolute; inset:0; background:linear-gradient(135deg, rgba(99,102,241,.08), rgba(139,92,246,.08)); opacity:0; transition:opacity var(--transition-fast); } +.resource-item.accent-hover:hover::after { opacity:1; } +.resource-item.static { cursor: default; background: var(--bg-secondary); } + +/* Footer improvements */ +.footer-content.improved { position: relative; } +.newsletter-form { display:flex; gap: var(--space-sm); margin-top: var(--space-2xl); } +.newsletter-form input { flex:1; padding: var(--space-sm) var(--space-md); border:1px solid var(--border-primary); background: var(--bg-primary); border-radius: var(--radius-md); font-size: var(--text-sm); } +.newsletter-form button { padding: var(--space-sm) var(--space-lg); border:1px solid var(--border-primary); background: var(--primary); color:#fff; font-size: var(--text-sm); border-radius: var(--radius-md); cursor: not-allowed; opacity:.5; } +.social-links { margin-top: var(--space-xl); display:flex; gap: var(--space-md); } +.social-btn { width:36px; height:36px; display:flex; align-items:center; justify-content:center; background: var(--bg-primary); border:1px solid var(--border-primary); border-radius: var(--radius-full); color: var(--text-secondary); transition: all var(--transition-fast); } +.social-btn:hover { background: var(--primary); color:#fff; border-color: var(--primary); transform: translateY(-2px); } +.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; } + +/* Compact on small screens adjust toolbar */ +@media (max-width:600px){ + .table-toolbar { flex-direction: column; align-items: stretch; } +} + th, td { padding: var(--space-lg) var(--space-xl); diff --git a/dist/index.html b/dist/index.html index 5a5b421..955d0bd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -91,12 +91,6 @@ Debrid Comparison - - + + + @@ -662,38 +663,38 @@ guides, and communities

-
-
+
+ - -
+

Community and Support

-
-
+
+
Reddit Active discussions on r/Debrid, r/Piracy and service-specific threads
-
+
Discord Many services offer official Discord servers for real-time support and status updates
-
+
GitHub Issues Report inaccuracies or suggest improvements here — this project thrives on community input! @@ -746,7 +746,7 @@