Style tweaks
This commit is contained in:
parent
b8b65cfde5
commit
828fbb97b5
1 changed files with 3 additions and 3 deletions
|
@ -74,13 +74,13 @@ const Header = styled.div`
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 4px 0px;
|
inset: 1px 0px;
|
||||||
display: block;
|
display: block;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background-color: #69777947;
|
background-color: #262c2dd1;
|
||||||
border-radius: 2px 0 0 2px;
|
/* border-radius: 2px 0 0 2px; */
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue