fix for fav tooltips and navigation spacing

This commit is contained in:
Kibi Kelburton 2022-05-16 15:58:30 +02:00
parent a7e2cb0dd9
commit 9d7b701e96

View File

@ -484,6 +484,7 @@ a {
color: var(--accent) /* !important */;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
a.post_source:hover, a.id-link:hover {
@ -636,6 +637,12 @@ span.f0ck {
list-style: none;
margin: 0;
align-self: center;
margin-left: .5rem;
margin-right: .5rem;
}
ul.navbar-nav li.nav-item {
margin-right: .5rem;
}
.navigation-links {
@ -667,6 +674,9 @@ span.f0ck {
.navbar-expand-lg .navbar-nav .nav-link, .pagination > a, .pagination > span {
padding-right: .5rem;
padding-left: .5rem;
}
.pagination > a, .pagination > span {
margin-right: 5px;
margin-left: 5px;
}