Skip to content

Commit

Permalink
Sort plugins and authors alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusInsta committed Jun 11, 2021
1 parent e2ac40c commit 3aa1182
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions DiscordPlus-source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1648,18 +1648,44 @@ html[style^="font-size: 93.75%;"] { --chat-font-scaling: 0.9375; }
}

/* Plugins */
/* by Arashiryuu */
/* MemberCount */
#MemberCount {
background-color: var(--dplus-bgc-ui-base) !important;
}

/* by DevilBro */
/* PluginRepo */
.flexChild-faoVW3 > div > div,
.DevilBro-notice {
border-radius: var(--dplus-radius-ui) !important;
/* BadgesEverywhere */
.BE-badge:last-of-type {
margin-right: 0px;
}

/* CharCounter */
#charcounter.normal {
right: 10px !important;
top: -10px;
font-size: 10px;
right: 10px !important;
top: -10px;
font-size: 10px;
}

/* CreationDate / JoinedAtDate / LastMessageDate */
.userPopout-3XzG_A .headerText-2sdzFM.userSelectText-1o1dQ7 + .date-YN6TCS, .root-SR8cQa .nameTag-2IFDfL + .date-YN6TCS {
margin-top: var(--dplus-spacing-ui);
}

/* EditUsers */
.EditUsers-tag {
text-transform: none;
top: -1px !important;
height: 15px;
font-size: 12px;
padding: 0 4px;
vertical-align: middle;
}

/* PluginRepo */
.flexChild-faoVW3 > div > div,
.DevilBro-notice {
border-radius: var(--dplus-radius-ui) !important;
}

/* SendLargeMessages */
Expand All @@ -1678,29 +1704,14 @@ html[style^="font-size: 93.75%;"] { --chat-font-scaling: 0.9375; }
border-radius: var(--dplus-radius-ui) !important;
padding: 0 4px !important;
}

.TRE-tag span {
vertical-align: middle;
}

/* BadgesEverywhere */
.BE-badge:last-of-type {
margin-right: 0px;
}

/* EditUsers */
.EditUsers-tag {
text-transform: none;
top: -1px !important;
height: 15px;
font-size: 12px;
padding: 0 4px;
vertical-align: middle;
}

/* CreationDate / JoinedAtDate / LastMessageDate */
.userPopout-3XzG_A .headerText-2sdzFM.userSelectText-1o1dQ7 + .date-YN6TCS, .root-SR8cQa .nameTag-2IFDfL + .date-YN6TCS {
margin-top: var(--dplus-spacing-ui);
/* by Ducko */
/* Better Message Deletion */
.gm-deleted-message {
background-color: hsl(0, 80%, 20%, 0.8) !important;
}

/* by Zerebos */
Expand All @@ -1723,17 +1734,6 @@ html:not(.reduce-motion) .bf-toolbar .format img {
opacity: 1;
}

/* by Arashiryuu */
#MemberCount {
background-color: var(--dplus-bgc-ui-base) !important;
}

/* by Ducko */
/* Better Message Deletion */
.gm-deleted-message {
background-color: hsl(0, 80%, 20%, 0.8) !important;
}


/* My "branding" */
/* make links to my carrd use my style */
Expand Down

0 comments on commit 3aa1182

Please sign in to comment.