Reduce spacing in version navigation sidebar
This commit is contained in:
parent
a3b4bc939d
commit
8f2667d007
@ -9,13 +9,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link {
|
.changelog-nav-link {
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.35rem 0.75rem;
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.1rem;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
color: var(--bs-body-color);
|
color: var(--bs-body-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all 0.15s ease-in-out;
|
||||||
font-size: 0.95rem;
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link:hover {
|
.changelog-nav-link:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user