fix: windows title style

This commit is contained in:
kangfenmao 2024-07-23 16:55:32 +08:00
parent 93505a4bc6
commit bd865f0270

View File

@ -129,7 +129,7 @@ const PlaceholderBorderWin = styled.div`
height: var(--navbar-height);
position: absolute;
border-right: 1px solid #1f1f1f;
top: 0;
top: -1px;
right: -1px;
`