Skip to content

Commit

Permalink
fix: updated powered by class for zoomed full body layout and fixed s…
Browse files Browse the repository at this point in the history
…pinner size for mobile
  • Loading branch information
andrepat0 committed Nov 19, 2024
1 parent 2c8eef1 commit 76061bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"format": "prettier --write src",
"sb": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"storybook:emulator": "storybook dev --port 3000 --host 0.0.0.0 --ci",
"build-storybook": "storybook build"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/ZoomedFullBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ZoomedFullBodyLayout: React.FC<LayoutProps> = ({
) : null}
</div>

<div className="memori--powered-by-custom">{poweredBy}</div>
<div className="memori--powered-by-container">{poweredBy}</div>
</div>
</Spin>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/components/ui/Spin.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@media (max-width: 870px) {

.memori-spin--spinner svg {
max-width: 3rem;
max-height: 3rem;
max-width: 5rem;
max-height: 5rem;
}
}

0 comments on commit 76061bb

Please sign in to comment.