Further reduce version navigation spacing - more compact layout
This commit is contained in:
parent
8f2667d007
commit
fddba4e856
@ -9,14 +9,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link {
|
.changelog-nav-link {
|
||||||
padding: 0.35rem 0.75rem;
|
padding: 0.25rem 0.5rem;
|
||||||
margin-bottom: 0.1rem;
|
margin-bottom: 0;
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.25rem;
|
||||||
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.9rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.3;
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.changelog-nav-link span {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
margin-top: 0.1rem;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link:hover {
|
.changelog-nav-link:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user