Skip to content

Commit 9d9f559

Browse files
committed
update
1 parent 366399c commit 9d9f559

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
gtag("js", new Date());
100100
gtag("config", "G-1B67VYZMXF");
101101
</script>
102-
<script type="module" crossorigin src="/assets/index-ByYSHKaj.js"></script>
103-
<link rel="stylesheet" crossorigin href="/assets/index-CB2TdpUq.css">
102+
<script type="module" crossorigin src="/assets/index-CpmqXyVT.js"></script>
103+
<link rel="stylesheet" crossorigin href="/assets/index-DXXxuNMD.css">
104104
<link rel="manifest" href="/manifest.webmanifest"></head>
105105

106106
<body>

sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vix-site/src/style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,3 +1414,23 @@ td {
14141414
max-width: 28ch;
14151415
}
14161416
}
1417+
/* PWA toast actions: stack buttons on mobile */
1418+
@media (max-width: 640px) {
1419+
.pwa-toast-actions {
1420+
display: flex;
1421+
flex-direction: column;
1422+
align-items: stretch;
1423+
width: 100%;
1424+
gap: 10px;
1425+
}
1426+
1427+
.pwa-btn {
1428+
width: 100%;
1429+
justify-content: center;
1430+
}
1431+
1432+
/* Optionnel: laisse la zone texte respirer */
1433+
.pwa-toast {
1434+
align-items: flex-start;
1435+
}
1436+
}

0 commit comments

Comments
 (0)