mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 06:22:03 +08:00
theme: fix subpixel error for menu/topbar divider
This commit is contained in:
parent
7b47029804
commit
c6cec2de3e
@ -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;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
7.3.2+5bcb9fe5e61d2fbe702034a24425992fd2455b0a
|
||||
7.3.2+7b470298046df2c96c0da9da07a54572b7c4e1b0
|
Loading…
x
Reference in New Issue
Block a user