Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
+ added VP panel customization
  • Loading branch information
ungiglio committed Sep 14, 2024
1 parent 9620180 commit 79689bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,18 @@ body {
margin-top: 3px;
margin-bottom: 24px;
}
.container_adcaac { /*VC panel*/
color: var(--header-primary);
font-size: 14px;
font-weight: 500;
padding: 8px;
flex-shrink: 0;
background: var(--background-secondary-alt);
border-radius: 8px;
border: 1px solid var(--highlight);
margin-top: 3px;
margin-bottom: 3px;
}
.activityPanel_a4d4d9 { /*activitypanel*/
border-bottom: 1px solid var(--background-modifier-accent);
position: relative;
Expand Down

0 comments on commit 79689bb

Please sign in to comment.