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 {
|
||||
position: absolute;
|
||||
inset: 4px 0px;
|
||||
inset: 1px 0px;
|
||||
display: block;
|
||||
content: ' ';
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
background-color: #69777947;
|
||||
border-radius: 2px 0 0 2px;
|
||||
background-color: #262c2dd1;
|
||||
/* border-radius: 2px 0 0 2px; */
|
||||
}
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in a new issue