mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 13:30:03 +08:00
theme: fix off by one pixel error for menu/topbar divider
This commit is contained in:
parent
5bcb9fe5e6
commit
5f9530a44e
@ -1277,6 +1277,8 @@ tbody > tr:nth-child(even) > td {
|
|||||||
border-inline-start-style: solid;
|
border-inline-start-style: solid;
|
||||||
border-inline-start-width: 1px;
|
border-inline-start-width: 1px;
|
||||||
margin-inline-end: -1px;
|
margin-inline-end: -1px;
|
||||||
|
inset-inline-start: -1px;
|
||||||
|
position: relative;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 47.999rem) {
|
@media screen and (max-width: 47.999rem) {
|
||||||
|
@ -1 +1 @@
|
|||||||
7.3.2+5a267250709d4705efc2e496b9184f4401f4d522
|
7.3.2+5bcb9fe5e61d2fbe702034a24425992fd2455b0a
|
Loading…
x
Reference in New Issue
Block a user