Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bae99 commit 9fe9d4cCopy full SHA for 9fe9d4c
site/src/components/DeploymentBanner/DeploymentBannerView.tsx
@@ -243,6 +243,10 @@ const useStyles = makeStyles((theme) => ({
243
width: 16,
244
height: 16,
245
},
246
+
247
+ [theme.breakpoints.down("md")]: {
248
+ display: "none",
249
+ },
250
251
container: {
252
position: "sticky",
@@ -256,6 +260,12 @@ const useStyles = makeStyles((theme) => ({
256
260
fontSize: 12,
257
261
gap: theme.spacing(4),
258
262
borderTop: `1px solid ${theme.palette.divider}`,
263
264
265
+ flexDirection: "column",
266
+ gap: theme.spacing(1),
267
+ alignItems: "left",
268
259
269
270
group: {
271
display: "flex",
0 commit comments