mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
20 lines
402 B
CSS
20 lines
402 B
CSS
|
[class*="withTagAsButton"] {
|
||
|
min-width: 88px;
|
||
|
}
|
||
|
|
||
|
.game-activity-toggle-btn {
|
||
|
all: unset;
|
||
|
color: var(--interactive-normal);
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
border-radius: 4px;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.game-activity-toggle-btn:hover {
|
||
|
color: var(--interactive-hover);
|
||
|
background-color: var(--background-modifier-selected);
|
||
|
}
|