Fix first post having long next button
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
padding: 1rem 1rem 0.5rem;
|
padding: 1rem 1rem 0.5rem;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
max-width: calc(50% - 0.125rem);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -67,6 +68,7 @@
|
|||||||
|
|
||||||
.post-nav-item {
|
.post-nav-item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user