From 12f72cd0e0304c5648860d4c5672b33905af90b8 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 17 Mar 2024 11:44:59 -0500 Subject: [PATCH] Alternative rotatation of a chevron --- core/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/style.css b/core/style.css index 3155522..0be97a3 100644 --- a/core/style.css +++ b/core/style.css @@ -1816,7 +1816,7 @@ body > ._weditdialog .chevron { margin-top: -7px; width: 8px; height: 8px; - rotate: 45deg; + translate: rotate(45deg); left: 6px; border-bottom: none; border-right: none;