Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fe9d4c

Browse files
committed
Add a slight bit of responsiveness
1 parent d1bae99 commit 9fe9d4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/src/components/DeploymentBanner/DeploymentBannerView.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ const useStyles = makeStyles((theme) => ({
243243
width: 16,
244244
height: 16,
245245
},
246+
247+
[theme.breakpoints.down("md")]: {
248+
display: "none",
249+
},
246250
},
247251
container: {
248252
position: "sticky",
@@ -256,6 +260,12 @@ const useStyles = makeStyles((theme) => ({
256260
fontSize: 12,
257261
gap: theme.spacing(4),
258262
borderTop: `1px solid ${theme.palette.divider}`,
263+
264+
[theme.breakpoints.down("md")]: {
265+
flexDirection: "column",
266+
gap: theme.spacing(1),
267+
alignItems: "left",
268+
},
259269
},
260270
group: {
261271
display: "flex",

0 commit comments

Comments
 (0)