mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Disable download apps button
This commit is contained in:
parent
969d1c3662
commit
3bc47753e6
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
[class|=listItem]:has([data-list-item-id="guildsnav___app-download-button"]),
|
||||
[class|=listItem]:has(+ [class|=listItem] [data-list-item-id="guildsnav___app-download-button"]) {
|
||||
display: none;
|
||||
}
|
||||
/* Server List Scrollbar - https://github.com/kckarnige/server-scroll */
|
||||
.none-2-_0dP {
|
||||
scrollbar-width: auto !important;
|
||||
|
|
Loading…
Reference in a new issue