Merge branch 'feature/mobile-login' of https://github.com/ghalestrilo/p5.js-web-editor into feature/switch-mobile-desktop
This commit is contained in:
commit
af2185f524
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ const ResponsiveFormWrapper = styled.div`
|
|||
height: 100%
|
||||
}
|
||||
|
||||
.nav__dropdown {
|
||||
right: 0 !important;
|
||||
left: unset !important;
|
||||
}
|
||||
|
||||
.form-container__stack {
|
||||
svg {
|
||||
width: ${remSize(12)};
|
||||
|
|
Loading…
Reference in a new issue