Improve version and article linking

This commit is contained in:
Misode
2022-05-12 16:58:10 +02:00
parent ad13cc131b
commit e2bcf2d1a7
7 changed files with 90 additions and 62 deletions

View File

@@ -1446,6 +1446,15 @@ hr {
border-bottom: 2px solid transparent;
padding: 8px 16px;
cursor: pointer;
color: var(--text-3);
fill: var(--text-3);
text-decoration: none;
display: inline-flex;
align-items: center;
}
.version-tabs > * > svg {
margin-left: 8px;
}
.version-tabs > .selected {
@@ -1496,8 +1505,9 @@ hr {
background-color: var(--selection) !important;
}
.giscus {
.giscus-container {
margin-top: 16px;
min-height: 325.667px;
}
.guide-card {