mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
add (autoJump) (#245)
* Create index.tsx * Update index.tsx * Create index.tsx * Update index.tsx * Update index.tsx * Create index.tsx * Delete index.tsx * Delete index.tsx * Create index.tsx * update plugin-settings / main settings yep * Delete index.tsx * Revert * Add AutoJump * Only Trigger Flux On Setting * Remove Extra Auto * Misc Fix --------- Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
238482a0b7
commit
281e9caeff
3 changed files with 74 additions and 8 deletions
|
@ -252,7 +252,7 @@
|
|||
}
|
||||
|
||||
.visual-refresh .button-danger-background:hover {
|
||||
background-color: var(--status-danger-background) !important;
|
||||
background-color: var(--status-danger-background) !important;
|
||||
color: var(--status-danger-text) !important;
|
||||
}
|
||||
|
||||
|
@ -261,15 +261,15 @@
|
|||
border: 1px solid var(--border-subtle) !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--card-primary-bg) !important;
|
||||
background-color: var(--card-primary-bg) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.visual-refresh .vc-plugin-stats {
|
||||
background-color: var(--card-primary-bg) !important;
|
||||
border: 1px solid var(--border-subtle) !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--card-primary-bg) !important;
|
||||
background-color: var(--card-primary-bg) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue