Skip to content

Commit 38e52e8

Browse files
committed
update
1 parent 9d9f559 commit 38e52e8

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
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-CpmqXyVT.js"></script>
103-
<link rel="stylesheet" crossorigin href="/assets/index-DXXxuNMD.css">
102+
<script type="module" crossorigin src="/assets/index-DztDY1ZA.js"></script>
103+
<link rel="stylesheet" crossorigin href="/assets/index-BCjOVNIj.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: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,23 +1414,11 @@ td {
14141414
max-width: 28ch;
14151415
}
14161416
}
1417-
/* PWA toast actions: stack buttons on mobile */
1417+
/* PWA toast: stack buttons vertically on mobile ONLY */
14181418
@media (max-width: 640px) {
14191419
.pwa-toast-actions {
14201420
display: flex;
14211421
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;
1422+
gap: 8px;
14351423
}
14361424
}

0 commit comments

Comments
 (0)