Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusBYT authored Aug 2, 2023
1 parent 5b66e98 commit 3addb79
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ If you wanna add an option or more things such as Chat Effects or a Loading Anim
feel free to create your own @container. Make sure to pay attention to what you can modify
due to the structure of Flashcord. It is recommended to have Flashcord's code on the side
while developping your module. Anyways good luck friend! */
/* https://sirio-network.com/flashcord/fc-sndl.css */

@container FC-SPGO_AT (min-width: 0px) {
/* Appearance Tab */
}

@container FC-SPGO_MAT (min-width: 0px) {
/* My Account Tab */
}

/* 3-MGM_00-Control.css */
@container FC-ControlPanel_PopUp (min-width: 0px) {
/* [DEFAULT] User or Guild Settings, PopUp Style */
}
Expand All @@ -20,6 +14,16 @@ while developping your module. Anyways good luck friend! */
/* User or Guild Settings, Fullscreen Style */
}

/* 3-MGM_00-Control-MAT.css */
@container FC-SPGO_MAT (min-width: 0px) {
/* My Account Tab */
}
/* 3-MGM_00-Control-AT.css */
@container FC-SPGO_AT (min-width: 0px) {
/* Appearance Tab */
}

/* 3-MGM_01-ChatEX.css */
@container FC-ChatSlide_SNDL (min-width: 0px) {
/* [DEFAULT] Channel Sliding */
}
Expand Down Expand Up @@ -60,6 +64,8 @@ while developping your module. Anyways good luck friend! */
/* Channel Unread/Mention Static Colors */
}


/* 3-MGM_01-ChatEX.css */
@container FC-MessageSlide (min-width: 0px) {
/* Sliding New Message */
}
Expand Down Expand Up @@ -88,14 +94,34 @@ while developping your module. Anyways good luck friend! */
/* BaseLayer Blur when there is something that can be focused */
}


/* 3-MGM_02-OTUI_Base.css */
@container FC-FlexGrid (min-width: 0px) {
/* Serves the Plugins, Themes, Friends and pop up roles list to be no longer a list */
}


/* 3-MGM_02-OTUI_Pop.css */
@container FC-UPMO (min-width: 0px) {
/* Focused User Modal Redesign */
}

@container FC-UPRAL (min-width: 0px) {
/* Bigger PopUp Role Addition List */
}


/* 4-SM_UnNitrofy.css */
@container FC-DeNitrofy (min-width: 0px) {
/* EVERY Code about trying to remove the screaming Nitro things */
}


/* 5-ChatEffects_CD.css */
@container FC-ChatEffects_Animated (min-width: 0px) {
/* [DEFAULT] Chat Effects are Animated */
}

@container FC-ChatEffects_Text (min-width: 0px) {
/* Chat's Effects are displayed as text */
}

0 comments on commit 3addb79

Please sign in to comment.