From e77764c4b9c6d8ac673f97283cbd7203da90ca46 Mon Sep 17 00:00:00 2001 From: Tine Date: Sun, 28 Apr 2024 14:42:43 +0200 Subject: [PATCH] fix: chevron orientation --- web/static/css/tailwind.css | 4 ++-- web/templates/pages/index.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/static/css/tailwind.css b/web/static/css/tailwind.css index b7c1ddd..f8fcdee 100644 --- a/web/static/css/tailwind.css +++ b/web/static/css/tailwind.css @@ -1878,7 +1878,7 @@ code { display: flex; } -.\[\&_svg\]\:open\:-rotate-180[open] svg { - --tw-rotate: -180deg; +.\[\&_svg\]\:open\:rotate-90[open] svg { + --tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } diff --git a/web/templates/pages/index.tmpl b/web/templates/pages/index.tmpl index 3ec81ec..cbda385 100644 --- a/web/templates/pages/index.tmpl +++ b/web/templates/pages/index.tmpl @@ -84,7 +84,7 @@ {{ range $group, $monitorsAndStatus := .Monitors }}
- + {{ range $monitorsAndStatus.Monitors }}