mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-27 01:36:24 +00:00
Update index.tsx
This commit is contained in:
parent
140f8bc31e
commit
572b304d98
1 changed files with 10 additions and 1 deletions
|
@ -68,7 +68,16 @@ export default definePlugin({
|
|||
display: none !important;
|
||||
}
|
||||
:is(${messagesContent}) {
|
||||
display: none !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
:is(${messagesContent})::after {
|
||||
visibility: visible;
|
||||
content: "Message hidden" !important;
|
||||
color: var(--text-muted);
|
||||
font-size: 80%;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
}
|
||||
:is(${messagesAccessories}) {
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in a new issue