fix: restore Today floating add button
ci / gitleaks (push) Successful in 7s
ci / docker (push) Successful in 5m15s

This commit is contained in:
2026-09-19 18:50:43 +08:00
parent c17af0fd01
commit 915d690397
5 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ test('Today plain-list composition has no overlap or horizontal overflow', async
}
const geometry = await page.locator('main').evaluate((main) => {
const selectors = ['.today-environment', '.today-page-title', '.today-remaining', '.today-inline-filter', '.today-section-toggle']
const selectors = ['.today-environment', '.today-heading', '.today-section-toggle']
const rects = selectors.map(selector => main.querySelector(selector)!.getBoundingClientRect())
const context = main.querySelector('.today-context')!
const contextRect = context.getBoundingClientRect()