mediawiki-extensions-Tabber.../modules
csalinezh 201238ccd8
fix: keep arrow button icon inside its parent (#186)
If the parent element sets "text-align: center", "position: absolute"
leads to weird offset issue due to "left: auto" calculation rules.
Specifically the rule 2 for "static position" in Chapter 10 of CSS 2:
https://www.w3.org/TR/CSS2/visudet.html#static-position

It's not necessary for these pseudo-elements to be positioned, hence
the simplification.
2024-11-13 19:42:19 -05:00
..
ext.tabberNeue fix: keep arrow button icon inside its parent (#186) 2024-11-13 19:42:19 -05:00
ext.tabberNeue.codex feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00
ext.tabberNeue.icons
ext.tabberNeue.init feat: avoid layout shift in init 2024-05-25 15:29:56 -04:00
ve-tabberNeue feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00
.eslintrc.json feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00