feat(&powercord): add PronounDB consistency snippet

This commit is contained in:
Infinidoge 2022-01-16 00:11:39 -05:00
parent 1036800f87
commit 26df31d075
2 changed files with 21 additions and 3 deletions

View file

@ -48,6 +48,10 @@
"929440925791449148": { "929440925791449148": {
"title": "Jump to Message Buttons", "title": "Jump to Message Buttons",
"description": "Replaces message links with a 'Jump to Message' button" "description": "Replaces message links with a 'Jump to Message' button"
},
"931904851586195476": {
"title": "Make PronounDB match timestamps",
"description": "Adjusts font size and weight of PronounDB's pronouns in chat to make them identical to timestamps, and makes it so that "
} }
}, },
"collapsedSnippets": [ "collapsedSnippets": [
@ -65,6 +69,7 @@
"780838821662294068", "780838821662294068",
"907333488779354112", "907333488779354112",
"929485841229815859", "929485841229815859",
"929440925791449148" "929440925791449148",
"931904851586195476"
] ]
} }

View file

@ -283,3 +283,16 @@
overflow: hidden; overflow: hidden;
} }
/** 929485841229815859 */ /** 929485841229815859 */
/**
* Snippet from #css-snippets applied the Jan 16, 2022 at 12:09:04 AM
* Created by 5h3i1ah#6253 (268947234861744130)
* Snippet ID: 931904851586195476
*/
.pronoundb-pronouns {
font-size: 0.75rem !important;
height: 1.25rem;
cursor: default;
font-weight: 500;
}
/** 931904851586195476 */