feat(powercord): add additional CSS snippets
This commit is contained in:
parent
c45bec4dbd
commit
274b493973
2 changed files with 53 additions and 2 deletions
|
@ -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
|
||||
}
|
|
@ -296,3 +296,45 @@
|
|||
font-weight: 500;
|
||||
}
|
||||
/** 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 */
|
Loading…
Add table
Add a link
Reference in a new issue