mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
0.122.11 release notes: correct impact (restores Windows/Linux frameless tiny-header padding)
This commit is contained in:
parent
ce8331f31e
commit
f382cdc10c
1 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,10 @@
|
|||
# 0.122.11 — Stylesheet comment fix
|
||||
# 0.122.11 — Restore frameless tiny-header padding (Windows/Linux)
|
||||
|
||||
Fixes a malformed comment in `styles.css`. A code comment describing the
|
||||
frameless tiny-header rules contained the text `mod-*/is-frameless`; the `*/`
|
||||
inside it is the CSS comment terminator, so the comment ended early and a few
|
||||
stray words leaked into the stylesheet as invalid CSS. Reworded the comment so
|
||||
it stays intact. No change to any rule, layout, or behavior.
|
||||
Fixes a malformed comment in `styles.css`. A code comment above the frameless
|
||||
tiny-header rules contained the text `mod-*/is-frameless`; the `*/` inside it is
|
||||
the CSS comment terminator, so the comment closed early. The leftover text then
|
||||
ran into the next rule's selector and corrupted it, causing CSS parsers to
|
||||
**silently drop the frameless-window right-padding on the tiny header under
|
||||
Windows and Linux**. Reworded the comment so it stays intact, which restores that
|
||||
padding. No visible change on macOS (its padding rule is a separate block and was
|
||||
never affected).
|
||||
|
|
|
|||
Loading…
Reference in a new issue