made typedocs-title badge inline

This commit is contained in:
Xanazf 2024-10-18 22:08:13 +03:00
parent 59035e2190
commit e4f3c39bcb
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 27 additions and 19 deletions

View file

@ -47,19 +47,6 @@
display: none;
}
.typedocs-title {
letter-spacing: 0.012rem;
& a {
opacity: 0.6;
transition: opacity 0.5s;
&:hover {
opacity: 1;
}
}
}
#injectedMd {
&>p:not(:first-child) {
margin-block: 0.724rem;

View file

@ -1,3 +1,22 @@
.typedocs-title {
display: flex;
justify-content: space-between;
margin-block: 0 !important;
}
.typedocs-title-text {
letter-spacing: 0.012rem;
& a {
opacity: 0.6;
transition: opacity 0.5s;
&:hover {
opacity: 1;
}
}
}
.typedata-title {
margin-bottom: 1.618rem;