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
|
@ -268,4 +268,29 @@
|
|||
pointer-events: none;
|
||||
opacity: 0;
|
||||
}
|
||||
/** 907333488779354112 */
|
||||
/** 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