mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
fix: displaying category blocks in .article-category
(#1045)
This commit is contained in:
parent
fddab05362
commit
aa39f2f1ef
@ -148,6 +148,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.article-category {
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Compact style article list */
|
||||
.article-list--compact {
|
||||
border-radius: var(--card-border-radius);
|
||||
|
Loading…
Reference in New Issue
Block a user