Skip to content

Commit 3aa1182

Browse files
committed
Sort plugins and authors alphabetically
1 parent e2ac40c commit 3aa1182

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

DiscordPlus-source.theme.css

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,18 +1648,44 @@ html[style^="font-size: 93.75%;"] { --chat-font-scaling: 0.9375; }
16481648
}
16491649

16501650
/* Plugins */
1651+
/* by Arashiryuu */
1652+
/* MemberCount */
1653+
#MemberCount {
1654+
background-color: var(--dplus-bgc-ui-base) !important;
1655+
}
1656+
16511657
/* by DevilBro */
1652-
/* PluginRepo */
1653-
.flexChild-faoVW3 > div > div,
1654-
.DevilBro-notice {
1655-
border-radius: var(--dplus-radius-ui) !important;
1658+
/* BadgesEverywhere */
1659+
.BE-badge:last-of-type {
1660+
margin-right: 0px;
16561661
}
16571662

16581663
/* CharCounter */
16591664
#charcounter.normal {
1660-
right: 10px !important;
1661-
top: -10px;
1662-
font-size: 10px;
1665+
right: 10px !important;
1666+
top: -10px;
1667+
font-size: 10px;
1668+
}
1669+
1670+
/* CreationDate / JoinedAtDate / LastMessageDate */
1671+
.userPopout-3XzG_A .headerText-2sdzFM.userSelectText-1o1dQ7 + .date-YN6TCS, .root-SR8cQa .nameTag-2IFDfL + .date-YN6TCS {
1672+
margin-top: var(--dplus-spacing-ui);
1673+
}
1674+
1675+
/* EditUsers */
1676+
.EditUsers-tag {
1677+
text-transform: none;
1678+
top: -1px !important;
1679+
height: 15px;
1680+
font-size: 12px;
1681+
padding: 0 4px;
1682+
vertical-align: middle;
1683+
}
1684+
1685+
/* PluginRepo */
1686+
.flexChild-faoVW3 > div > div,
1687+
.DevilBro-notice {
1688+
border-radius: var(--dplus-radius-ui) !important;
16631689
}
16641690

16651691
/* SendLargeMessages */
@@ -1678,29 +1704,14 @@ html[style^="font-size: 93.75%;"] { --chat-font-scaling: 0.9375; }
16781704
border-radius: var(--dplus-radius-ui) !important;
16791705
padding: 0 4px !important;
16801706
}
1681-
16821707
.TRE-tag span {
16831708
vertical-align: middle;
16841709
}
16851710

1686-
/* BadgesEverywhere */
1687-
.BE-badge:last-of-type {
1688-
margin-right: 0px;
1689-
}
1690-
1691-
/* EditUsers */
1692-
.EditUsers-tag {
1693-
text-transform: none;
1694-
top: -1px !important;
1695-
height: 15px;
1696-
font-size: 12px;
1697-
padding: 0 4px;
1698-
vertical-align: middle;
1699-
}
1700-
1701-
/* CreationDate / JoinedAtDate / LastMessageDate */
1702-
.userPopout-3XzG_A .headerText-2sdzFM.userSelectText-1o1dQ7 + .date-YN6TCS, .root-SR8cQa .nameTag-2IFDfL + .date-YN6TCS {
1703-
margin-top: var(--dplus-spacing-ui);
1711+
/* by Ducko */
1712+
/* Better Message Deletion */
1713+
.gm-deleted-message {
1714+
background-color: hsl(0, 80%, 20%, 0.8) !important;
17041715
}
17051716

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

1726-
/* by Arashiryuu */
1727-
#MemberCount {
1728-
background-color: var(--dplus-bgc-ui-base) !important;
1729-
}
1730-
1731-
/* by Ducko */
1732-
/* Better Message Deletion */
1733-
.gm-deleted-message {
1734-
background-color: hsl(0, 80%, 20%, 0.8) !important;
1735-
}
1736-
17371737

17381738
/* My "branding" */
17391739
/* make links to my carrd use my style */

0 commit comments

Comments
 (0)