Merge pull request #73 from ItsVipra/71-proplate-title

add title attribute to proplate
This commit is contained in:
Vivien 2023-08-01 14:10:57 +02:00 committed by GitHub
commit 5cc45f5d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -215,7 +215,7 @@ async function addProplate(element) {
return;
}
proplate.innerText = pronouns;
//TODO?: alt text
proplate.title = pronouns;
proplate.classList.add("protoots-proplate");
if (contributorList.includes(accountName)) {
//i think you can figure out what this does on your own

View file

@ -4,7 +4,6 @@
border-radius: 0.25rem;
margin-left: 0.5rem;
display: inline-flex;
text-transform: lowercase;
animation: proplate-fadein 0.15s linear;
font-weight: 500;