Skip to content

Commit

Permalink
Update source.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Nov 4, 2023
1 parent 44d8e13 commit 2ad89c9
Showing 1 changed file with 57 additions and 16 deletions.
73 changes: 57 additions & 16 deletions Themes/Material-Discord/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -9002,35 +9002,38 @@ body:active .root_a28985 .container__8261a:not(:active) {
* USER PROFILE
*
*/
.userProfileModalInner-3fh3QA .username__2cac3, .userProfileModalInner__7c87d .username__2cac3 {
.userProfileModalInner__7c87d .username__2cac3 {
font-size: 22px;
font-weight: 400;
}

.badgeList-2aoHPw {
.badgeList_c193e3 {
height: var(--button-height);
padding: 0 6px;
background-color: var(--profile-body-background-color);
border-radius: var(--button-radius);
}

.tabBarContainer-sCZC4w {
.tabBarContainer__63f55 {
margin: 16px 0 0;
padding: 0 12px;
background-color: transparent !important;
border-bottom: 1px solid var(--background-modifier-accent) !important;
box-shadow: none !important;
}
.tabBarContainer-sCZC4w .tabBar-2hXqzU {
.tabBarContainer__63f55 .tabBar__35f81 {
gap: 24px;
}
.tabBarContainer-sCZC4w .item__48dda {
.tabBarContainer__63f55 .item__48dda {
height: 36px;
border-bottom: none;
}
.tabBarContainer-sCZC4w .item__48dda.selected__5711d {
.tabBarContainer__63f55 .item__48dda.selected__5711d {
position: relative;
background-color: transparent !important;
border: none;
}
.tabBarContainer-sCZC4w .item__48dda.selected__5711d:after {
.tabBarContainer__63f55 .item__48dda.selected__5711d:after {
position: absolute;
content: " ";
width: 90%;
Expand All @@ -9044,15 +9047,15 @@ body:active .root_a28985 .container__8261a:not(:active) {
transition: var(--default-time) ease all;
}

.container-3g15px {
.container_b6b15b {
padding: 16px 16px 0;
}

.divider-SH6OnO {
.divider__07b2a {
margin: 16px 16px 0;
}

.infoScroller-1QMpon {
.infoScroller__6ec79 {
padding: 0 calc(16px - var(--scrollbar-thin-width)) 0 16px !important;
}

Expand All @@ -9073,14 +9076,14 @@ body:active .root_a28985 .container__8261a:not(:active) {
transition: var(--default-time) var(--default-animation) background-color;
}

.note-3M15gE {
.note__7a4f4 {
margin: 0;
}
.note-3M15gE textarea {
.note__7a4f4 textarea {
padding: 6px 12px;
border-radius: var(--input-radius);
}
.note-3M15gE textarea:focus {
.note__7a4f4 textarea:focus {
background-color: transparent;
}

Expand Down Expand Up @@ -12003,8 +12006,8 @@ body:active .container__8261a:not(:active) {
border-radius: calc(var(--popout-radius-big) - 4px);
}

.nameTag-35jqbZ .username__2cac3,
.nameTag-35jqbZ .discriminator-hnHkyt {
.nameTag__7814f .username__2cac3,
.nameTag__7814f .discriminator-hnHkyt {
font-size: 18px;
font-weight: 400;
}
Expand Down Expand Up @@ -12061,6 +12064,10 @@ body:active .container__8261a:not(:active) {
display: none;
}

.inner__39f40 {
border-radius: var(--popout-radius-big);
}

.containerWrapper_fa6aa6 {
padding: 4px;
border-radius: var(--popout-radius-big);
Expand Down Expand Up @@ -12356,7 +12363,7 @@ body:active .menu-KSaHL1:not(:active) {
background-color: hsl(var(--accent-hsl--material-you));
color: var(--accent-text-color--material-you);
}
.frame-oXWS21.listItem_fa7b36 .childWrapper__01b9c {
.listItem_fa7b36.frame_oXWS21 .childWrapper__01b9c {
padding: 0 6px;
border-radius: 12px;
text-transform: capitalize;
Expand Down Expand Up @@ -14997,6 +15004,40 @@ body:active .menu-KSaHL1:not(:active) {
text-transform: none;
}

/*
*
* USER SETTINGS DISCORD EXPERIMENTS
*
*/
.group_c2a6cb {
margin-top: 16px;
background-color: var(--card-color-filled);
border: none;
padding: 16px;
border-radius: var(--card-radius-big);
}
.group_c2a6cb .title__56d25 {
margin-bottom: 0;
}
.group_c2a6cb .eyebrow_b7df6b {
margin-top: 16px;
}
.group_c2a6cb .experimentDate__7d1e5 {
line-height: 42px;
}
.group_c2a6cb .description_f48dbe {
margin: 8px 0;
}
.group_c2a6cb .button_afdfd9 {
--button-height: 18px;
--button-padding: 0;
font-size: 0.875em !important;
font-weight: 400;
}
.group_c2a6cb .divider_f1c3b4 {
display: none;
}

/*
*
* USER SETTINGS FAMILY CENTER
Expand Down

0 comments on commit 2ad89c9

Please sign in to comment.