From 5f9530a44e6c1507b70d8d4c34062dcb987a38a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 27 Jan 2025 21:08:12 +0100 Subject: [PATCH] theme: fix off by one pixel error for menu/topbar divider --- assets/css/theme.css | 2 ++ layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 3badc192ce..6cab784231 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1277,6 +1277,8 @@ tbody > tr:nth-child(even) > td { border-inline-start-style: solid; border-inline-start-width: 1px; margin-inline-end: -1px; + inset-inline-start: -1px; + position: relative; width: 1px; } @media screen and (max-width: 47.999rem) { diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a73f8b6e02..57f8e7980f 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+5a267250709d4705efc2e496b9184f4401f4d522 \ No newline at end of file +7.3.2+5bcb9fe5e61d2fbe702034a24425992fd2455b0a \ No newline at end of file