mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-10 06:04:20 +00:00
Merge pull request #73 from ItsVipra/71-proplate-title
add title attribute to proplate
This commit is contained in:
commit
5cc45f5d56
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue