mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-31 14:43:35 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user