Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Oct 2, 2023
1 parent 97d56d2 commit 34085f2
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions Themes/Translucence/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -960,34 +960,38 @@ body {
background-color: var(--profile-body-background-hover);
}
.userProfileOuterThemed-2BgJCM .vc-rdb-view .input-3O04eu {
--input-color: var(--profile-body-background-color) !important;
--textarea-background: var(--profile-body-background-color) !important;
}

.vc-rdb-view .wrapper-30-Nkg {
--message-color: var(--background-modifier-hover);
--message-color-hover: var(--background-modifier-hover);
margin-bottom: 2px !important;
margin-right: 0;
--message-color: var(--popout-color);
--message-color-hover: var(--popout-color);
margin-left: 52px !important;
}
.vc-rdb-view .wrapper-30-Nkg:first-of-type {
margin-bottom: 8px !important;
.vc-rdb-view .avatar-2e8lTP {
left: -52px !important;
}
.vc-rdb-view .wrapper-30-Nkg .contents-2MsGLg {
padding-left: 52px !important;

.vc-rdb-review-comment {
margin-bottom: 0;
}
.vc-rdb-view .wrapper-30-Nkg .avatar-2e8lTP {
top: 10px !important;
left: 10px !important;
margin-top: 0;

.vc-rdb-input {
--textarea-background: rgba(var(--textarea-color), var(--textarea-alpha));
margin-top: 12px !important;
background-color: var(--textarea-background) !important;
border-radius: 22px !important;
border: none !important;
box-shadow: none !important;
}
.vc-rdb-view .formText-2UzJT0 {
padding: 8px !important;
background-color: var(--background-modifier-hover);
border-radius: var(--message-radius);
.vc-rdb-input .placeholder-1rCBhr {
color: var(--textarea-placeholder-color);
}
.vc-rdb-view .input-3O04eu {
margin-top: 12px;
padding: 7px 12px;
.vc-rdb-input .editor-H2NA06 {
color: var(--textarea-text-color);
}
.vc-rdb-input .buttons-uaqb-5 {
margin-right: 0 !important;
}

/*
Expand Down Expand Up @@ -1839,6 +1843,9 @@ body {
.tooltip-33Jwqe .activityIcon-vfIBet {
color: var(--tooltip-text-color) !important;
}
.tooltip-33Jwqe .muteText-13RgwP {
color: var(--accent-text-color) !important;
}
/* TOOLTIP -> UPSELLS */
.reactionTooltip-3IOBwg,
.upsellTooltipWrapper-1wqikQ {
Expand Down Expand Up @@ -2224,14 +2231,14 @@ body {
border-radius: 0 0 var(--card-radius) var(--card-radius);
}

.newMosaicStyle-2jdUaP .textContainer-36wgKK {
.newMosaicStyle-35X6XO .textContainer-36wgKK {
border-radius: var(--card-radius) var(--card-radius) 0 0;
box-shadow: var(--card-header-shadow);
}
.newMosaicStyle-2jdUaP .textContainer-36wgKK .hljs {
.newMosaicStyle-35X6XO .textContainer-36wgKK .hljs {
background-color: transparent;
}
.newMosaicStyle-2jdUaP .footer-GXWBBp {
.newMosaicStyle-35X6XO .footer-GXWBBp {
border-radius: 0 0 var(--card-radius) var(--card-radius);
}

Expand Down

0 comments on commit 34085f2

Please sign in to comment.