aboutsummaryrefslogtreecommitdiff
path: root/src/components/VencordSettings/settingsStyles.css
blob: e90ef141b61d815baa71e64d8f2dc725f6741dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.vcSettingsTabBar {
    margin-top: 20px;
    margin-bottom: -2px;
    border-bottom: 2px solid var(--background-modifier-accent);
}

.vcSettingsTabBarItem {
    margin-right: 32px;
    padding-bottom: 16px;
    margin-bottom: -2px;
}

.vcSettingsQuickActionCard {
    padding: 1em;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: row;
    margin-bottom: 1em;
}