mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-28 17:32:33 +02:00
fix(post_meta): update i18n_list display style for better alignment
This commit is contained in:
@@ -25,11 +25,13 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.i18n_list {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.post-meta .i18n_list li {
|
.post-meta .i18n_list li {
|
||||||
display: inline-flex;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: auto 3px;
|
margin: auto 3px;
|
||||||
box-shadow: 0 1px 0 var(--secondary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs a {
|
.breadcrumbs a {
|
||||||
@@ -75,6 +77,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content a,
|
.post-content a,
|
||||||
|
.post-meta .i18n_list li a,
|
||||||
.toc a:hover {
|
.toc a:hover {
|
||||||
box-shadow: 0 1px 0;
|
box-shadow: 0 1px 0;
|
||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
|
Reference in New Issue
Block a user