Geste pro - Consigner une installation domestique / industrielle
Geste pro - Mesure d'isolement électrique
Geste pro - Installer un gestionnaire d'énergie communicant
Geste pro - Implantation d'un appareillage électrique domestique sur une cloison en plaque de plâtre
Geste pro - Technique de câblage électrique d'une installation industrielle
weird display bug on Kinmunity should be fixed… was targeting all title attributes within threads, instead of simply the title attribute of a specific postbit field….
note to self, the id attribute is useful and you should use it more, great for css targeting… all this work to make custom pronouns work nicely on mobile heh
@media (pointer: coarse), (hover: none) {
#CPRO {
position: relative;
display: flex;
justify-content: center;
}
:focus::after {
content: attr(title);
position: absolute;
top: 90%;
color: #000;
background-color: #fff;
border: 1px solid;
width: fit-content;
padding: 3px;
}
}
}````