Fix: Karte Filter-Tabs Tablet safe-area-inset-top auf Desktop-Layout (SW by-v820)
This commit is contained in:
parent
25417364d2
commit
c185193ac9
5 changed files with 11 additions and 11 deletions
|
|
@ -101,9 +101,9 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=819">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=819">
|
||||
<link rel="stylesheet" href="/css/components.css?v=819">
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=820">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=820">
|
||||
<link rel="stylesheet" href="/css/components.css?v=820">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -583,10 +583,10 @@
|
|||
<div id="modal-container"></div>
|
||||
|
||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||
<script src="/js/api.js?v=819"></script>
|
||||
<script src="/js/ui.js?v=819"></script>
|
||||
<script src="/js/app.js?v=819"></script>
|
||||
<script src="/js/worlds.js?v=819"></script>
|
||||
<script src="/js/api.js?v=820"></script>
|
||||
<script src="/js/ui.js?v=820"></script>
|
||||
<script src="/js/app.js?v=820"></script>
|
||||
<script src="/js/worlds.js?v=820"></script>
|
||||
|
||||
<!-- Feature-Seiten werden lazy geladen -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue