mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05:00
Merge remote-tracking branch 'origin/main' into dev
This commit is contained in:
commit
542b9edbd7
2 changed files with 4 additions and 1 deletions
|
@ -346,7 +346,7 @@ export default function PluginSettings() {
|
|||
<ReloadRequiredCard required={changes.hasChanges} />
|
||||
|
||||
<div className={cl("stats-container")} style={{
|
||||
marginTop: "12px",
|
||||
marginTop: "16px",
|
||||
gap: "16px",
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
|
|
|
@ -64,6 +64,8 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: var(--background-secondary-alt) !important;
|
||||
transition: 0.1s ease-out;
|
||||
transition-property: box-shadow, transform, background, opacity;
|
||||
}
|
||||
|
||||
.vc-plugins-info-card div {
|
||||
|
@ -99,6 +101,7 @@
|
|||
transition-property: box-shadow, transform, background, opacity;
|
||||
}
|
||||
|
||||
.vc-plugins-info-card:hover,
|
||||
.vc-plugin-stats:hover {
|
||||
background-color: var(--background-tertiary);
|
||||
transform: translateY(-1px);
|
||||
|
|
Loading…
Reference in a new issue