refactor: Utilize semantic line-height LESS vars #11669
Merged
mekarpeles merged 3 commits intointernetarchive:masterfrom Jan 23, 2026
Merged
refactor: Utilize semantic line-height LESS vars #11669mekarpeles merged 3 commits intointernetarchive:masterfrom
mekarpeles merged 3 commits intointernetarchive:masterfrom
Conversation
14 tasks
RayBB
reviewed
Jan 20, 2026
| &, | ||
| .sri__main { | ||
| display: flex; | ||
| align-items: center; |
Collaborator
There was a problem hiding this comment.
Is this change intentional?
Collaborator
Author
RayBB
reviewed
Jan 20, 2026
| @line-height-meta: @line-height-snug; // bylines, counts, timestamps, secondary text (search cards) | ||
|
|
||
| @line-height-list: @line-height-relaxed; // multi-line lists of links/subjects (subject pages) | ||
| @line-height-list: @line-height-snug; // multi-line lists of links/subjects (subject pages) |
Collaborator
There was a problem hiding this comment.
This is a fairly big change from 1.3 to 1.65. Is it intentional?
Collaborator
Author
There was a problem hiding this comment.
The change goes the other way, from 1.65 to 1.3, making it tighter. It's something we can continue to tweak, but the reason to make it more snug was to to make the space between list items that are wrapping tighter so they don't appear like multiple distinct list items.
At-a-glance this appears to have 7 distinct list items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Issue # #11555
This PR is a follow-up to:
refactor: Define Line Height LESS vars #11619
Technical
Utilizes new semantic line-height variables across various sections. It is not exhaustive but sets the precedent for how to set line-height moving forward.
Testing
Impact of this refactor is minimal with only a few line-height values changing, and those changes being small (0.2em or less difference in value).
Screenshot
Stakeholders
@cdrini @mekarpeles @jimchamp