fix: address PR #93 review issues

- Remove translate-x/translate-y CSS selectors that broke layout utilities
  (AssistantPanel slide animation, DebugLogViewer resize handle)
- Add browser validation to get_playwright_browser() with warning for
  invalid values (matches get_playwright_headless() behavior)
- Remove phantom SQLite documentation from CUSTOM_UPDATES.md that
  described features not present in PR #93
- Update checklist and revert instructions to match actual changes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Auto
2026-01-26 16:30:59 +02:00
parent b6c7f05cee
commit dd0a34a138
3 changed files with 18 additions and 109 deletions

View File

@@ -298,10 +298,9 @@ a:focus-visible,
box-shadow: none !important;
}
/* Only disable hover transforms, not layout utilities like -translate-x-1/2 */
[class*="hover:translate"],
[class*="hover:-translate"],
[class*="translate-x"],
[class*="translate-y"] {
[class*="hover:-translate"] {
transform: none !important;
}