From 9d79a6de7eeb6b0db163a9f5555bc26681c51bb2 Mon Sep 17 00:00:00 2001 From: reschan Date: Sun, 26 Jun 2022 18:18:27 +0700 Subject: [PATCH] push rotate-flip css --- css/sq2bs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/sq2bs.css b/css/sq2bs.css index 6e41131..9b42afe 100644 --- a/css/sq2bs.css +++ b/css/sq2bs.css @@ -474,6 +474,11 @@ a:hover { transform: rotate(270deg); } +.rotate-flip { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); +} + .hide-scroll {