UNPKG

@readium/css

Version:

A set of reference stylesheets for EPUB Reading Systems

11 lines (8 loc) 317 B
/* Readium CSS Line length pref A submodule managing line length (body’s max-height) for user settings Part of “Chrome Advanced” class – no flag required. Repo: https://github.com/readium/css */ :root[style*="--USER__lineLength"] body { max-height: var(--USER__lineLength) !important; }