Restructure files
This commit is contained in:
@ -7,7 +7,7 @@ const Container = styled.menu`
|
||||
box-shadow: #0004 0px 1px 4px;
|
||||
left: 99%;
|
||||
margin-block-start: 0;
|
||||
min-width: 120px;
|
||||
min-width: 150px;
|
||||
padding-inline-start: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@ -39,6 +39,7 @@ const Item = styled.div`
|
||||
height: 2.5em;
|
||||
align-items: center;
|
||||
padding-left: 1em;
|
||||
padding-right: 5px;
|
||||
position: relative;
|
||||
&:hover {
|
||||
background-color: #ddd;
|
||||
|
Reference in New Issue
Block a user