Remove some conflicting '!important' CSS flags.
Make commas in Prompt Highlighter more prominent.
Add txt2img/img2img Extra options group/accordion styling.
Aspect Ratio extension style fixes.
Popup max-height fix.
Fix wrong syntax highlights.
Add "BREAK" keyword.
Fix "numbers" regular expression so that they are not highlighted when they are part of a token.
Highlighting colors slightly revamped for better readability: a little more focus on the tokens.
UI:
• Added more SVG icons with the ability to specify their size (necessary in some cases).
• Lightbox Modal redesigned, added as a new component 'lightboxModal'.
• Extensions styles added: ADetailer, ControlNet, Aspect Ratio selector, Inpaint Anything, Model Toolkit.
• Tools buttons now have proper width and do not take up extra space.
• Generation infotext simplified layout to improve readability.
• Extra Networks: removed unnecessary margin for tabnav items; background blur for card actions; fix for names word break.
• Metadata info: max width limited to 80% for better readability and to fix inability to close popup in some cases; font set to monospace.
• Theme Settings window: description line-height 1.3 for better readability.
• Quicksettings: items aligned more neatly; removed unnecessary 8px gap with the main working area.
• Styles editor popup: fix Styles dropdown label layout.
• PNG Info: full height image display.
• Global popup and Lightbox modal overlay unified look.
• txt2img, img2img settings controls and accordions layout fix.
• Token counters style slightly polished.
• Button transition set to '0.12s cubic-bezier'.
• Different colors for 'Skip' and 'Interrupt' buttons.
• New hover effect for generated images gallery item.
• Gallery min height increased to 470px.
• 'ETA' value placed to start of Progress bar.
• Increased WebUI Settings tab-nav width.
Code:
• Hardcoded buttons and font sizes replaced with vars for easier editing in 'tokens.ts' (if needed).
• Minor styles refactoring. A couple of unused classes removed.