theme: fix subpixel error for menu/topbar divider
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled

This commit is contained in:
Sören Weber 2025-01-27 21:38:18 +01:00
parent 7b47029804
commit c6cec2de3e
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 3 additions and 3 deletions

View file

@ -1276,8 +1276,8 @@ tbody > tr:nth-child(even) > td {
border-inline-start-color: var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color);
border-inline-start-style: solid;
border-inline-start-width: 1px;
margin-inline-end: -1px;
inset-inline-start: -1px;
margin-inline-end: calc(var(--bpx1) * -0.75px);
inset-inline-start: calc(var(--bpx1) * -0.75px);
position: relative;
width: 1px;
}

View file

@ -1 +1 @@
7.3.2+5bcb9fe5e61d2fbe702034a24425992fd2455b0a
7.3.2+7b470298046df2c96c0da9da07a54572b7c4e1b0