Further reduce version link spacing - tighter padding and smaller fonts
This commit is contained in:
parent
60a7fd1d44
commit
3f0eff9f9c
@ -9,22 +9,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav .changelog-nav-link {
|
.changelog-nav .changelog-nav-link {
|
||||||
padding: 0.25rem 0.5rem !important;
|
padding: 0.15rem 0.5rem !important;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0.15rem !important;
|
||||||
border-radius: 0.25rem;
|
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.875rem !important;
|
font-size: 0.85rem !important;
|
||||||
line-height: 1.2 !important;
|
line-height: 1.1 !important;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav .changelog-nav-link span {
|
.changelog-nav .changelog-nav-link span {
|
||||||
font-size: 0.75rem !important;
|
font-size: 0.7rem !important;
|
||||||
margin-top: 0.1rem;
|
margin-top: 0;
|
||||||
line-height: 1.2 !important;
|
line-height: 1 !important;
|
||||||
display: block;
|
display: block;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link:hover {
|
.changelog-nav-link:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user