diff --git a/users/infinidoge/config/powercord/css-toggler.json b/users/infinidoge/config/powercord/css-toggler.json index ff16ccb..828d45c 100644 --- a/users/infinidoge/config/powercord/css-toggler.json +++ b/users/infinidoge/config/powercord/css-toggler.json @@ -48,6 +48,10 @@ "929440925791449148": { "title": "Jump to Message Buttons", "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": [ @@ -65,6 +69,7 @@ "780838821662294068", "907333488779354112", "929485841229815859", - "929440925791449148" + "929440925791449148", + "931904851586195476" ] -} \ No newline at end of file +} diff --git a/users/infinidoge/config/powercord/quickcss.css b/users/infinidoge/config/powercord/quickcss.css index 1126ca6..24ad84e 100644 --- a/users/infinidoge/config/powercord/quickcss.css +++ b/users/infinidoge/config/powercord/quickcss.css @@ -282,4 +282,17 @@ .wrapper-28eC3z svg { overflow: hidden; } -/** 929485841229815859 */ \ No newline at end of file +/** 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 */ \ No newline at end of file