mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-09 17:02:46 +02:00
filtrer une puissance minimale
This commit is contained in:
parent
d9488e7151
commit
07c0385972
17 changed files with 230 additions and 162 deletions
|
@ -6,9 +6,9 @@
|
|||
}
|
||||
|
||||
#bars_power {
|
||||
position: fixed;
|
||||
bottom: -16px;
|
||||
width: 123vw;
|
||||
position: absolute;
|
||||
top: 59.1vh;
|
||||
width: 117%;
|
||||
}
|
||||
|
||||
#toggleSidePanel {
|
||||
|
@ -32,7 +32,7 @@
|
|||
position: static;
|
||||
transform: none;
|
||||
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
|
||||
margin: 20px 0 0;
|
||||
margin: 0;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
@ -69,4 +69,8 @@
|
|||
right: 1.4rem;
|
||||
height: 2.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
#count_features_fond {
|
||||
border: solid 1px grey;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue