config/powercord: add Horizontally Listed Media snippet
This commit is contained in:
parent
34c3a0197b
commit
8e459fe547
2 changed files with 45 additions and 3 deletions
|
@ -37,7 +37,24 @@
|
|||
},
|
||||
"898512654849687592": {
|
||||
"title": "Wide Settings"
|
||||
},
|
||||
"921928336802971699": {
|
||||
"title": "Horizontally Listed Media"
|
||||
}
|
||||
},
|
||||
"collapsedSnippets": []
|
||||
"collapsedSnippets": [
|
||||
"898512654849687592",
|
||||
"885158901673230376",
|
||||
"875021875120582676",
|
||||
"870552834410680370",
|
||||
"870054555025543219",
|
||||
"865701620201685012",
|
||||
"864076332505497641",
|
||||
"863870341537071197",
|
||||
"907442893608869888",
|
||||
"907333488779354112",
|
||||
"921928336802971699",
|
||||
"865809923878682634",
|
||||
"780838821662294068"
|
||||
]
|
||||
}
|
|
@ -269,3 +269,28 @@
|
|||
opacity: 0;
|
||||
}
|
||||
/** 907333488779354112 */
|
||||
|
||||
/**
|
||||
* Snippet from #css-snippets applied the Dec 22, 2021 at 2:53:56 PM
|
||||
* Created by Freeplay#5676 (158296466119458816)
|
||||
* Snippet ID: 921928336802971699
|
||||
*/
|
||||
/* Horizontally listed media */
|
||||
[id*="message-accessories-"] {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
[id*="message-accessories-"] > * {
|
||||
margin-right: .4em !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
[id*="message-accessories-"] > div > a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 100%;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
[id*="message-reactions"] {
|
||||
width: 100%;
|
||||
}
|
||||
/** 921928336802971699 */
|
Loading…
Add table
Add a link
Reference in a new issue