ammachado commented on code in PR #1729:
URL: https://github.com/apache/camel-website/pull/1729#discussion_r3907244576


##########
antora-ui-camel/src/css/pagination.css:
##########
@@ -1,31 +1,40 @@
 nav.pagination {
   display: flex;
-  border-top: 1px solid var(--toolbar-border-color);
+  gap: 1rem;
   line-height: 1;
-  margin: 2rem -1rem -1rem;
-  padding: 0.75rem 1rem 0;
+  margin: 2rem 0 0;
 }
 
+/* NOTE align-items keeps the anchor at its text width. .doc a draws its 
underline with a
+   repeating background-image gradient, so a stretched anchor paints that 
dashed line across the
+   whole half-width of the box instead of just under the label. */
 nav.pagination span {
   display: flex;
-  flex: 50%;
+  flex: 0 1 calc(50% - 0.5rem);
   flex-direction: column;
+  gap: 0.4rem;

Review Comment:
   Correct, that's intentional — I bundled a small visual redesign (gap, 
border, radius, hover accent) along with the underline fix rather than 
splitting it out. Will tighten the PR description to call that out explicitly 
rather than changing the diff.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to