mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
theme: fix subpixel error for menu/topbar divider
This commit is contained in:
parent
7b47029804
commit
c6cec2de3e
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue