Build 29058459

This commit is contained in:
Renan LE CARO 2025-04-01 13:39:09 +02:00
parent b19cc5c0b4
commit de99dd9ba8
17 changed files with 160 additions and 147 deletions

View file

@ -184,12 +184,14 @@ body:not(.has-alert-open) #popup {
&.actionsAsGrid > div {
max-width: none;
&>div,&>p,&>h1,&>h2{
& > div,
& > p,
& > h1,
& > h2 {
width: 100%;
max-width: 550px;
margin-left: auto;
margin-right: auto;
}
section {
display: grid;
@ -423,13 +425,13 @@ h2.histogram-title strong {
#tooltip {
display: block;
position:fixed;
position: fixed;
left: 0;
top:0;
background:black;
color:white;
padding:10px;
z-index:11;
top: 0;
background: black;
color: white;
padding: 10px;
z-index: 11;
border-radius: 2px;
pointer-events: none;
@ -437,4 +439,4 @@ h2.histogram-title strong {
opacity: 1;
border: 1px solid white;
max-width: 300px;
}
}