Fix: Swipe-Begrenzung — kein Überziehen über erste/letzte Welt, SW by-v649
This commit is contained in:
parent
bb8ceaf114
commit
87d3006aa7
4 changed files with 10 additions and 8 deletions
|
|
@ -93,9 +93,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=648">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=648">
|
||||
<link rel="stylesheet" href="/css/components.css?v=648">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=649">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=649">
|
||||
<link rel="stylesheet" href="/css/components.css?v=649">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -565,7 +565,7 @@
|
|||
<script src="/js/api.js?v=94"></script>
|
||||
<script src="/js/ui.js?v=94"></script>
|
||||
<script src="/js/app.js?v=94"></script>
|
||||
<script src="/js/worlds.js?v=648"></script>
|
||||
<script src="/js/worlds.js?v=649"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue