Update chrome.css - removed unnecessary corner rounding

This commit is contained in:
Sameera Sandakelum 2025-04-14 00:11:36 +05:30 committed by GitHub
parent 9b0a1808c4
commit 0974169e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,10 +112,3 @@ tabpanels .browserStack browser {
border-radius: 2em !important; border-radius: 2em !important;
} }
} }
/* smoothen trackpad gestures */
.browserStack browser[style*="transform: none"] {
@media (-moz-bool-pref: "mod.sameerasw.zen_trackpad_anim") {
border-radius: 0.75em !important;
}
}