filtrer une puissance minimale

This commit is contained in:
Tykayn 2025-04-20 00:32:45 +02:00 committed by tykayn
parent d9488e7151
commit 07c0385972
17 changed files with 230 additions and 162 deletions

View file

@ -175,13 +175,14 @@ a {
font-size: 2rem; }
#spinning_icon svg {
position: fixed;
top: 0.5rem;
right: 3rem;
top: 0.45rem;
left: 1.5rem;
background: white;
border-radius: 100%;
width: 3rem;
height: 3rem;
animation: spin 2s linear infinite; }
animation: spin 2s linear infinite;
opacity: 0.3; }
#footer {
max-width: 70ch;
@ -311,9 +312,6 @@ button {
border-radius: 1rem;
padding: 0.25rem; }
.leaflet-interactive {
border: solid 3px white; }
#infos_carte {
padding: 1rem 0; }
@ -514,6 +512,10 @@ header {
animation: bounce 0.5s ease infinite;
background-color: #9F2BFF; }
.osmose-counter {
font-size: 0.85rem;
color: #999; }
.proposed-tags-container {
max-height: 200px;
overflow-y: auto;
@ -551,7 +553,7 @@ header {
color: white; }
#searchLocation {
width: 80%;
width: 88%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid var(--button-border);
@ -566,8 +568,8 @@ header {
border-color: var(--button-border); }
#searchButton {
margin-right: 1rem;
margin-top: -2.8rem; }
margin-right: 0rem;
margin-top: -4.8rem; }
#count_features_fond {
position: fixed;
@ -592,6 +594,12 @@ header {
border: 0;
border-radius: 3px; }
#filter_max_output_slider {
width: 100%;
height: 10px;
background: #ccc;
border-radius: 5px; }
/* Style pour mobile ---------------------------------- */
@media (max-width: 1200px) {
header h1 {
@ -599,9 +607,9 @@ header {
font-size: 1.5rem; }
#bars_power {
position: fixed;
bottom: -16px;
width: 123vw; }
position: absolute;
top: 59.1vh;
width: 117%; }
#toggleSidePanel {
position: fixed;
@ -622,7 +630,7 @@ header {
position: static;
transform: none;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
margin: 20px 0 0;
margin: 0;
width: 100vw; }
.side-panel.active {
@ -652,12 +660,18 @@ header {
top: -4.9rem;
right: 1.4rem;
height: 2.6rem; } }
#count_features_fond {
border: solid 1px grey; }
/**
overrides leaflet
*/
.leaflet-left .leaflet-control {
margin-left: 2rem; }
.leaflet-interactive {
border: solid 3px white; }
/* Styles pour les contrôles de couches */
.leaflet-control-layers.base-layers {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M2 9l10-5 10 5-10 5-10-5zm0 6l10 5 10-5M2 12l10 5 10-5"/></svg>');