Widget V4 Thermostat NETATMO

C’est gentil, merci
L’image de font pourrait être améliorée

Je pensais que c’était normal alors je vais modifier cela …

Avant :

	div.value-temperatureent#id# {
	    font-family: "Square"; 
      	font-size:60px;
      	font-weight:bold; 
        position:absolute;
        top:75px; 
        width:150px; 
        height:180px; 
        z-index:2;    
	    letter-spacing: 2px;
	    color: 	black;
  	}

    div.value-temperaturedec#id# {
	    font-family: "Square"; 
      	font-size:18px;
      	font-weight:bold;
        position:absolute;
        top:88px;
        width:150px;
        height:180px;
        z-index:2;       
	    letter-spacing: 2px;
	    color: 	black;
  	}

image

Après :

	div.value-temperatureent#id# {
	    font-family: "Square"; 
      	font-size:60px;
      	font-weight:bold; 
        position:absolute;
        top:105px; 
        width:150px; 
        height:180px; 
        z-index:2;    
	    letter-spacing: 2px;
	    color: 	black;
  	}

    div.value-temperaturedec#id# {
	    font-family: "Square"; 
      	font-size:18px;
      	font-weight:bold;
        position:absolute;
        top:118px;
        width:150px;
        height:180px;
        z-index:2;       
	    letter-spacing: 2px;
	    color: 	black;
  	}

image

En V4 il y a une histoire de cache pour que les modifs soient prises en compte de mémoire