Skip to content

Instance column size CSS and general stylesheet optimization#275

Merged
texodus merged 1 commit into
masterfrom
minimize-layout-thrash
Jul 9, 2026
Merged

Instance column size CSS and general stylesheet optimization#275
texodus merged 1 commit into
masterfrom
minimize-layout-thrash

Conversation

@texodus

@texodus texodus commented Jul 9, 2026

Copy link
Copy Markdown
Member
  • In light DOM mode, adds an instanced class name to each table element to distinguish its column sizes. This is unavoidable as otherwise column sizes bleed.
  • Removes :nth-of-type selectors in favor of explicit class names, which while ugly are very very fast.
  • Profile guided optimizations to minimize layout updates.

@texodus texodus added the enhancement Feature requests or improvements label Jul 9, 2026
@texodus texodus merged commit cd89d45 into master Jul 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature requests or improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant