Skip to content

Commit

Permalink
bSID-231014-HF3
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT committed Oct 17, 2023
1 parent a0a4b55 commit f478207
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/SID/0-BIOS.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This license requires that reusers give credit to the creator. It allows reusers

--Flashcord-Branch: "Flashcord Beta";
--Flashcord-Channel: "bSID";
--Flashcord-Version: "231014-HF2";
--Flashcord-Version: "231014-HF3";

--Flashcord-Splash: "have you heard the \A big chungus in pd3?";
--Flashcord-SplashSca: 1.1;
Expand Down
5 changes: 5 additions & 0 deletions src/SID/2-Theme_00-Iridescent.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
}

@container FC-Theme_Iridescent (min-width: 0px) {
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
@container FC-MemberSlide (min-width: 0px) {
[class^="membersWrap-"]::before { /* May be a performance issue? Blame chrome, I fucking hate chrome's fucking bullshit backdrop-filter bug so much I'm going to fucking piss on the moon right this fucking instant */
content: '';
Expand Down
10 changes: 10 additions & 0 deletions src/SID/2-Theme_01-CustomIMG.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,23 @@ html[theme-hooker="theme-mint-apple"] {
background: var(--Flashcolord-CBM_Light-Floating);
}
}
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
}
@container FC-Theme_CBM-Dark (min-width: 0px) {
@container FC-PM (min-width: 0px) {
[role="menu"] {
background: var(--Flashcolord-CBM_Dark-Floating);
}
}
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/SID/3-MGM_01-ChatEX.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
transition-property: translate;
transition-duration: var(--Flashcord-TransMult-Fast, 125ms);
}
:is([class*="baseLayer"]:has([class*="guilds-"]:hover, [class^="sidebar-"]:hover), [class^="notAppAsidePanel-"]:has([id*="guild-"])) .chat-2ZfjoI { /* [!] FC-Wildcard_PerfNuker */
:is([class*="baseLayer"]:has([class*="guilds-"]:hover, [class^="sidebar-"]:hover), [class^="notAppAsidePanel-"]:has([id*="guild-"])) .chat-9g_3Xj { /* [!] FC-Wildcard_PerfNuker */
translate: 0px;
/*will-change: translate;*/
}
Expand Down
1 change: 0 additions & 1 deletion src/SID/3-MGM_01-ChatIn.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@
width: fit-content;
left: auto;
right: 16px;
padding-bottom: 0;
animation: FlashCore-FadeIn_Bottom var(--Flashcord-AnimMult-Normal, 250ms) !important;
}
[class^="newMessagesBar-"] {
Expand Down
2 changes: 1 addition & 1 deletion src/SID/FlashcordCompiler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def merge_files():
input_files = ["0-BIOS.css", "0-Kernel_Ring0.css", "0-Kernel_Ring1.css", "0-Kernel_Ring2.css", "0-Kernel_Ring3.css", "0-Kernel_Serial.css", "1-Anarchy_SID.css", "2-Theme_00-Iridescent.css", "2-Theme_01-CustomIMG.css", "2-Theme_03-Transparent.css", "3-MGM_00-Control.css", "3-MGM_00-Control-MAT.css", "3-MGM_00-Control-AT.css", "3-MGM_01-ChatEx.css", "3-MGM_01-ChatIn.css", "3-MGM_02-OTUI_Base.css", "3-MGM_02-OTUI_Pop.css", "4-SM_Base.css", "4-SM_Pop.css", "4-SM_UnNitrofy.css", "5-ChatEffects_CD.css", "6-CFIX_RPLUGIN.css", "6-CFIX_RTHEME.css", "6-CLIST_RPLUGIN.css", "6-CLIST_RTHEME.css"]
input_files = ["0-BIOS.css", "0-Kernel_Ring0.css", "0-Kernel_Ring1.css", "0-Kernel_Ring2.css", "0-Kernel_Ring3.css", "0-Kernel_Serial.css", "1-Anarchy_SID.css", "2-Theme_00-Iridescent.css", "2-Theme_01-CustomIMG.css", "2-Theme_03-Transparent.css", "3-MGM_00-Control.css", "3-MGM_00-Control-MAT.css", "3-MGM_00-Control-AT.css", "3-MGM_01-ChatEx.css", "3-MGM_01-ChatIn.css", "3-MGM_02-OTUI_Base.css", "3-MGM_02-OTUI_Pop.css", "4-SM_Base.css", "4-SM_Pop.css", "4-SM_UnNitrofy.css", "5-ChatEffects_CD.css", "6-CFIX_RPLUGIN.css", "6-CFIX_RTHEME.css", "6-CLIST_RPLUGIN.css", "6-CLIST_RTHEME.css", "7-Lang.css"]
output_file = "sid.css" # Specify the output file path here

try:
Expand Down
20 changes: 17 additions & 3 deletions src/SID/sid.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This license requires that reusers give credit to the creator. It allows reusers

--Flashcord-Branch: "Flashcord Beta";
--Flashcord-Channel: "bSID";
--Flashcord-Version: "231014-HF2";
--Flashcord-Version: "231014-HF3";

--Flashcord-Splash: "have you heard the \A big chungus in pd3?";
--Flashcord-SplashSca: 1.1;
Expand Down Expand Up @@ -726,6 +726,11 @@ This information is only visible to you, please screenshot it and send it to @Si
}

@container FC-Theme_Iridescent (min-width: 0px) {
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
@container FC-MemberSlide (min-width: 0px) {
[class^="membersWrap-"]::before { /* May be a performance issue? Blame chrome, I fucking hate chrome's fucking bullshit backdrop-filter bug so much I'm going to fucking piss on the moon right this fucking instant */
content: '';
Expand Down Expand Up @@ -918,13 +923,23 @@ html[theme-hooker="theme-mint-apple"] {
background: var(--Flashcolord-CBM_Light-Floating);
}
}
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
}
@container FC-Theme_CBM-Dark (min-width: 0px) {
@container FC-PM (min-width: 0px) {
[role="menu"] {
background: var(--Flashcolord-CBM_Dark-Floating);
}
}
@container FC-JumpBars (min-width: 0px) {
[class^="jumpToPresentBar-"] {
padding-bottom: 0;
}
}
}
}

Expand Down Expand Up @@ -1486,7 +1501,7 @@ Flashcord © 2023 by SiriusBYT is licensed under CC BY-NC-ND 4.0. \A\A\A\A\A\A\A
transition-property: translate;
transition-duration: var(--Flashcord-TransMult-Fast, 125ms);
}
:is([class*="baseLayer"]:has([class*="guilds-"]:hover, [class^="sidebar-"]:hover), [class^="notAppAsidePanel-"]:has([id*="guild-"])) .chat-2ZfjoI { /* [!] FC-Wildcard_PerfNuker */
:is([class*="baseLayer"]:has([class*="guilds-"]:hover, [class^="sidebar-"]:hover), [class^="notAppAsidePanel-"]:has([id*="guild-"])) .chat-9g_3Xj { /* [!] FC-Wildcard_PerfNuker */
translate: 0px;
/*will-change: translate;*/
}
Expand Down Expand Up @@ -2054,7 +2069,6 @@ nav[class^="wrapper-"] > ul {
width: fit-content;
left: auto;
right: 16px;
padding-bottom: 0;
animation: FlashCore-FadeIn_Bottom var(--Flashcord-AnimMult-Normal, 250ms) !important;
}
[class^="newMessagesBar-"] {
Expand Down

0 comments on commit f478207

Please sign in to comment.