feat: a link in download section
This commit is contained in:
+16
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user