Fix: Pfoten-Button rechts neben Suchzeile (Dog-Chip eigene Zeile), SW by-v1069
This commit is contained in:
parent
b1e4d7fce1
commit
9f47cfe1d4
5 changed files with 20 additions and 27 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1068">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1068">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1068">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=1069">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=1069">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1069">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -616,10 +616,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=1068"></script>
|
||||
<script src="/js/ui.js?v=1068"></script>
|
||||
<script src="/js/app.js?v=1068"></script>
|
||||
<script src="/js/worlds.js?v=1068"></script>
|
||||
<script src="/js/api.js?v=1069"></script>
|
||||
<script src="/js/ui.js?v=1069"></script>
|
||||
<script src="/js/app.js?v=1069"></script>
|
||||
<script src="/js/worlds.js?v=1069"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue