Restructure files

This commit is contained in:
aet
2021-11-11 23:56:06 -05:00
parent b4b21561ed
commit bdd46a530c
29 changed files with 271 additions and 179 deletions

View File

@ -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;