fix: supprimer le width 1126px du #root qui bridait la map en desktop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
backend/public/assets/index-B9sgBDR3.css
Normal file
1
backend/public/assets/index-B9sgBDR3.css
Normal file
File diff suppressed because one or more lines are too long
9
backend/public/assets/index-BGNw_mST.js
Normal file
9
backend/public/assets/index-BGNw_mST.js
Normal file
File diff suppressed because one or more lines are too long
756
backend/public/assets/maplibre-gl-Bb3p9qvS.js
Normal file
756
backend/public/assets/maplibre-gl-Bb3p9qvS.js
Normal file
File diff suppressed because one or more lines are too long
@@ -5,8 +5,8 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>frontend</title>
|
<title>frontend</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DOkDHLon.js"></script>
|
<script type="module" crossorigin src="/assets/index-BGNw_mST.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-ZcNo76w6.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-B9sgBDR3.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -55,15 +55,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
width: 1126px;
|
width: 100%;
|
||||||
max-width: 100%;
|
height: 100vh;
|
||||||
margin: 0 auto;
|
overflow: hidden;
|
||||||
text-align: center;
|
|
||||||
border-inline: 1px solid var(--border);
|
|
||||||
min-height: 100svh;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|||||||
Reference in New Issue
Block a user