dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(css): style tweaks for overflow
Jacky Zhao
2025-04-05
ee8c1dc96803fcd189d439080713b8a98616a40f
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
contentMeta.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.content-meta {
margin-top: 0;
color: var(--gray);
&[show-comma="true"] {
> *:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}