Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Jan 28, 2024
1 parent 33bed4e commit d9653d0
Showing 1 changed file with 33 additions and 18 deletions.
51 changes: 33 additions & 18 deletions Themes/Material-Discord/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ body,
z-index: 1002;
}

.pictureInPicture__48d51 {
z-index: 1002;
}

.anchor-1MIwyf,
.icon__8f8f4,
.colorBrand-21Le_q,
Expand Down Expand Up @@ -735,7 +731,8 @@ html:not(.app-focused) .typeWindows__5fa63 .winButton__88672.winButtonMinMax__72
border-right-color: var(--sidebar-panel-color);
}

.statusDiv_a4cf67 {
.statusDiv_a4cf67,
.overflow__87fe8 {
margin-bottom: 4px;
}

Expand Down Expand Up @@ -4708,6 +4705,11 @@ html:not(.app-focused) .typeWindows__5fa63 .winButton__88672.winButtonMinMax__72
opacity: 0.75;
}

.colorDefault__39671 .button__57d93 {
--button-link-color: 0,0%,100%;
color: var(--status-positive-text) !important;
}

.colorWarning__216d2 {
--button-link-color: 0,0%,0%;
--button-link-text-color: hsl(0,0%,0%);
Expand Down Expand Up @@ -7334,26 +7336,26 @@ body:active .root_a28985 .container__8261a:not(:active) {
* ACTIVITES MODAL
*
*/
.modalDivider-MtZbPb {
.modalDivider__67d13 {
display: none;
}

.scrollTierBackground-BnWR8k {
.scrollTierBackground__36806 {
background-color: transparent;
}
.scrollSection-HnJkHK {
.scrollSection__316d5 {
padding: 0 calc(16px - var(--scrollbar-thin-width)) 0 16px;
}

.tierCtaContainer-f-B1mz {
.tierCtaContainer_a5249b {
padding-top: 0;
}

.shelf-3D6g4D {
.shelf__32747 {
grid-gap: 16px 12px;
}

.activityItem-1Z9CTr {
.activityItem__33da9 {
--card-color-hover: var(--card-color-active);
background-color: var(--card-color-filled);
border: none;
Expand All @@ -7362,17 +7364,17 @@ body:active .root_a28985 .container__8261a:not(:active) {
transition: var(--default-time) var(--default-animation) background-color;
box-shadow: none;
}
.activityItem-1Z9CTr:hover {
.activityItem__33da9:hover {
background-color: var(--card-color-hover);
}

.activityTag-3C3YK5 {
.activityTag__01970 {
background-color: transparent;
border-radius: 6px;
border: 1px solid var(--card-border-color);
}

.activityImageContainer-3FIpli {
.activityImageContainer__54b86 {
border-radius: var(--card-radius-big);
}

Expand Down Expand Up @@ -8251,18 +8253,18 @@ body:active .root_a28985 .container__8261a:not(:active) {
* FEATURE MESSAGE
*
*/
.featureModalMessage-fZR6jp {
.featureModalMessage__33f13 {
background-color: transparent !important;
box-shadow: none !important;
}
.featureModalMessage-fZR6jp .wrapper__09ecc {
.featureModalMessage__33f13 .wrapper__09ecc {
--message-color: var(--message-color-alt);
margin: 0 0 0 52px !important;
}
.featureModalMessage-fZR6jp .wrapper__09ecc:hover {
.featureModalMessage__33f13 .wrapper__09ecc:hover {
--message-color-hover: var(--message-color-alt);
}
.featureModalMessage-fZR6jp .wrapper__09ecc .avatar__08316 {
.featureModalMessage__33f13 .wrapper__09ecc .avatar__08316 {
left: -52px !important;
}

Expand Down Expand Up @@ -11237,6 +11239,19 @@ body:active .drawerSizingWrapper__30274:not(:active) {
box-shadow: inset 0 0 0 2px hsl(var(--accent-hsl--material-you)), inset 0 0 1px 3px #2f3136 !important;
}

.emptyHints__10b91 {
margin: 0;
gap: 16px;
}

.emptyHintCard_f3e81a {
margin: 0;
background-color: var(--card-color-filled) !important;
border: none !important;
padding: 24px;
border-radius: var(--card-radius-big) !important;
}

/* EMOJI PICKER -> STICKERS */
.categoryList__5dbc1 .scroller_e89578::-webkit-scrollbar {
width: 0px !important;
Expand Down

0 comments on commit d9653d0

Please sign in to comment.