From 274b493973ea1aace22d9e74298e508368265a45 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 7 Mar 2022 22:13:37 -0500 Subject: [PATCH] feat(powercord): add additional CSS snippets --- .../config/powercord/css-toggler.json | 11 ++++- .../infinidoge/config/powercord/quickcss.css | 44 ++++++++++++++++++- 2 files changed, 53 insertions(+), 2 deletions(-) diff --git a/users/infinidoge/config/powercord/css-toggler.json b/users/infinidoge/config/powercord/css-toggler.json index a616e21..ea765cb 100644 --- a/users/infinidoge/config/powercord/css-toggler.json +++ b/users/infinidoge/config/powercord/css-toggler.json @@ -52,6 +52,13 @@ "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 " + }, + "949006652944834560": { + "title": "Unclamp About Me Length" + }, + "949001991567343616": { + "title": "Expand Text Bar", + "description": "Expands the text bar to be the width of the message screen, and aligns it with the user modal." } }, "collapsedSnippets": [ @@ -70,7 +77,9 @@ "907333488779354112", "929485841229815859", "929440925791449148", - "931904851586195476" + "931904851586195476", + "949001991567343616", + "949006652944834560" ], "show-quick-header": false } \ No newline at end of file diff --git a/users/infinidoge/config/powercord/quickcss.css b/users/infinidoge/config/powercord/quickcss.css index 24ad84e..dfb1e9b 100644 --- a/users/infinidoge/config/powercord/quickcss.css +++ b/users/infinidoge/config/powercord/quickcss.css @@ -295,4 +295,46 @@ cursor: default; font-weight: 500; } -/** 931904851586195476 */ \ No newline at end of file +/** 931904851586195476 */ + +/** + * Snippet from #css-snippets applied the 7 Mar 2022 at 22:05:26 + * Created by katlyn#9607 (250322741406859265) + * Snippet ID: 949006652944834560 + */ +.clamped-2ZePhX { + -webkit-line-clamp: unset; +} +/** 949006652944834560 */ + +/** + * Snippet from #css-snippets applied the 7 Mar 2022 at 22:06:52 + * Created by katlyn#9607 (250322741406859265) + * Snippet ID: 949001991567343616 + */ +.form-3gdLxP { + padding: 0px; +} + +.inner-NQg18Y { + padding-top: 4px; +} + +.channelTextArea-1VQBuV { + margin-bottom: 0px; +} + +.base-3bcbY3 { + top: -24px; + left: 0px; + width: fit-content; + padding-right: 9px; + border-radius: 0 8px 0 0; + background-color: var(--channeltextarea-background); +} + +.scrollableContainer-15eg7h { + border-radius: 0px; + min-height: 53px; +} +/** 949001991567343616 */ \ No newline at end of file