mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-08-22 09:28:49 +00:00
🐛 fix minor issues with cursor layout
This commit is contained in:
parent
fedfa00668
commit
2b12d4454e
1 changed files with 0 additions and 6 deletions
|
@ -60,12 +60,6 @@ const ArrowContainer = styled.div`
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
|
||||||
top: auto;
|
|
||||||
bottom: -1px;
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export interface MenuItemType {
|
export interface MenuItemType {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue