feat: a link in download section

This commit is contained in:
mohamad
2026-06-07 17:41:41 +03:30
parent cbc49cd8ae
commit 33b3477176
17 changed files with 215 additions and 17 deletions
+16 -1
View File
@@ -2124,16 +2124,31 @@ a.citation-count-badge:hover {
backdrop-filter: blur(12px);
}
.sub-downloads-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
flex-wrap: wrap;
margin-bottom: 1.25rem;
}
.sub-downloads-title {
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1.25rem;
margin-bottom: 0;
color: var(--text-primary);
}
.sub-downloads-corner-link {
flex-shrink: 0;
font-size: 0.88rem;
white-space: nowrap;
}
.sub-downloads-channel {
margin-bottom: 1.1rem;
}