From 5e1f366da50bc31766ae336aa7a72ffcc76692f9 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Mon, 2 Sep 2024 17:02:01 +0600 Subject: [PATCH 01/44] feat: made radial status optional and added user controllable opacity var --- chillax.theme.css | 4 +++- dark.mode.css | 2 +- light.mode.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index cd35522..8a90671 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -2,7 +2,7 @@ * @name Chillax * @author Chillax Squad * @authorLink https://github.com/warrayquipsome/Chillax#author - * @version 1.0.1 + * @version 1.5.1 * @invite DrfX6286kF * @description The theme where calm meets customization. * @source https://github.com/warrayquipsome/Chillax @@ -31,6 +31,7 @@ @import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css"); +@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); /*additional addons*/ /*(remove the both * to use)*/ /*@import url("https://warrayquipsome.github.io/Chillax/Addons/SimpleLessLag.css");*/ @@ -40,6 +41,7 @@ :root { /*background image*/ /*(replace the link to use)*/ --background-image: var(--wallpaper); + --bg-opacity: 100%; /*bg dev suggestions*/ --wallpaper: url('https://wallpaperaccess.com/full/2799204.jpg'); /*modern background selection*/ diff --git a/dark.mode.css b/dark.mode.css index 762d402..cac192b 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -7,7 +7,6 @@ /****ADDONS****/ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css"); -@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); @import url("https://warrayquipsome.github.io/Chillax/ChillaxTag.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/SettingsModalEdited.css"); @import url("https://crearts-community.github.io/Friends-Grid/theme.css"); @@ -1162,6 +1161,7 @@ div[class*="wrapper_c51b4e"][aria-label*="Online"] /*theme background image*/ .bg_d4b6c5 { background-image: var(--background-image); + opacity: var(--bg-opacity); background-attachment: var(--background-attachment, fixed); background-size: var(--background-size, cover); background-position: var(--background-position, center); diff --git a/light.mode.css b/light.mode.css index 513f09a..09a8feb 100644 --- a/light.mode.css +++ b/light.mode.css @@ -8,7 +8,6 @@ /****ADDONS****/ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css"); -@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); @import url("https://warrayquipsome.github.io/Chillax/ChillaxTag.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/SettingsModalEdited.css"); @import url("https://neodymium7.github.io/BetterDiscordStuff/CSS/AddServerDarkMode.css"); @@ -1111,6 +1110,7 @@ div[class*="wrapper_c51b4e"][aria-label*="Online"] /*theme background image*/ .bg_d4b6c5 { background-image: var(--background-image); + opacity: var(--bg-opacity); background-attachment: var(--background-attachment, fixed); background-size: var(--background-size, cover); background-position: var(--background-position, center); From e3153185f7cb9f305999b2783e140160a5fff0a8 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Mon, 2 Sep 2024 17:04:13 +0600 Subject: [PATCH 02/44] chore: added a comment --- chillax.theme.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 8a90671..97af5f6 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -20,14 +20,20 @@ ╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯ */ +/* + Not yet ready!! Need to adjust more. + */ + + + /*chillax*/ -@import url('https://warrayquipsome.github.io/Chillax/chillax.css'); +@import url("https://warrayquipsome.github.io/Chillax/chillax.css"); /*removable addons*/ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Microsoft.css"); -@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css'); -@import url('https://nyri4.github.io/Discolored/main.css'); +@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css"); +@import url("https://nyri4.github.io/Discolored/main.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css"); @import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css"); @@ -43,10 +49,10 @@ --background-image: var(--wallpaper); --bg-opacity: 100%; /*bg dev suggestions*/ - --wallpaper: url('https://wallpaperaccess.com/full/2799204.jpg'); + --wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg"); /*modern background selection*/ - --modern-dark-bg: url('https://cdn.discordapp.com/attachments/879158025087234098/1015856640530071572/97EAEB95-54C2-4AF3-B70B-5E94A851409.jpeg?size=4096'); - --modern-light-bg: url('https://cdn.discordapp.com/attachments/879158025087234098/1015856640760754216/E98F8123-8B98-4961-90D7-DCC497A26E4.jpeg?size=4096'); + --modern-dark-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640530071572/97EAEB95-54C2-4AF3-B70B-5E94A851409.jpeg?size=4096"); + --modern-light-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640760754216/E98F8123-8B98-4961-90D7-DCC497A26E4.jpeg?size=4096"); } From 10f0da9b4bb12107d3111f04d2eb0560020062b1 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 09:34:50 +0600 Subject: [PATCH 03/44] ci: updated import url for testing purpose and updated chillax squad information --- chillax.css | 4 ++-- chillax.theme.css | 26 ++++++++++++++------------ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/chillax.css b/chillax.css index ee2226d..85296c7 100644 --- a/chillax.css +++ b/chillax.css @@ -1,4 +1,4 @@ /*Dark Mode*/ -@import url("https://warrayquipsome.github.io/Chillax/dark.mode.css"); +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/dark.mode.css"); /*Light Mode*/ -@import url("https://warrayquipsome.github.io/Chillax/light.mode.css"); \ No newline at end of file +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/light.mode.css"); \ No newline at end of file diff --git a/chillax.theme.css b/chillax.theme.css index 97af5f6..bd45826 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -27,20 +27,20 @@ -/*chillax*/ -@import url("https://warrayquipsome.github.io/Chillax/chillax.css"); +/* chilla theme entry point */ +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/chillax.css"); -/*removable addons*/ +/* removable addons */ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Microsoft.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css"); @import url("https://nyri4.github.io/Discolored/main.css"); -@import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css"); -@import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css"); -@import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css"); +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/IconPackEdited.css"); +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/AvatarOnlyMemberList.css"); +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/FolderRedesign.css"); @import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); /*additional addons*/ /*(remove the both * to use)*/ -/*@import url("https://warrayquipsome.github.io/Chillax/Addons/SimpleLessLag.css");*/ +/*@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/SimpleLessLag.css");*/ /*Chillax Roots*/ @@ -166,16 +166,18 @@ /*Permissions*/ /* --You do not have the rights to use our theme name Chillax™ on other projects --You do not have the rights to remove our theme watermark in the theme --You do not have the rights to change this theme author name to anyone +- You do not have the rights to use our theme name Chillax™ on other projects +- You do not have the rights to remove our theme watermark in the theme +- You do not have the rights to change this theme author/dev/maintainer name to anyone */ /*credits*/ /* ========================= Chillax Squad ========================= - Wq Author - Demented_Elmo Co-Author + Wq Owner & Dev + LofiTurtle Dev & Maintainer + Inmoresentum Dev & Maintainer + Demented_Elmo Dev ================================================================= Embeds by Alexis WyvernZu Active Now CSS by Cedrick From 4985f7f2de3dec99e3b20c682442f73df18f9f32 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 09:58:26 +0600 Subject: [PATCH 04/44] chore: adjusted README.md with Owner, Dev, and Maintainer information --- README.md | 11 ++++++++--- chillax.theme.css | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fb3ab1..ab24507 100644 --- a/README.md +++ b/README.md @@ -98,16 +98,21 @@ For problems installing or using the theme, join the support server [https://discord.gg/DrfX6286kF](https://discord.gg/DrfX6286kF) and ask for help. -# Author +# Authors + +## Owner - › [Wq](https://github.com/warrayquipsome) -# Helper: +## Maintainers and Dev -- › [Demented Elmo](https://github.com/Demented-Elmo) - › [LofiTurtle](https://github.com/LofiTurtle) - › [Inmoresentum](https://github.com/Inmoresentum) +## Helper + +- › [Demented Elmo](https://github.com/Demented-Elmo) + I just wanna quickly say thank you to everyone who helped, supported, and used this theme. LUV ALL OF YOU!! diff --git a/chillax.theme.css b/chillax.theme.css index bd45826..694e5ff 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -1,7 +1,7 @@ /** * @name Chillax * @author Chillax Squad - * @authorLink https://github.com/warrayquipsome/Chillax#author + * @authorLink https://github.com/warrayquipsome/Chillax#Authors * @version 1.5.1 * @invite DrfX6286kF * @description The theme where calm meets customization. From e17a565d8736f91a0dd8db9e75ec916c7577a9ad Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 10:12:14 +0600 Subject: [PATCH 05/44] feat: added border radius to AvatarOnlyMemberList.css --- Addons/AvatarOnlyMemberList.css | 1 + chillax.theme.css | 1 + 2 files changed, 2 insertions(+) diff --git a/Addons/AvatarOnlyMemberList.css b/Addons/AvatarOnlyMemberList.css index ebe3b57..9a722ce 100644 --- a/Addons/AvatarOnlyMemberList.css +++ b/Addons/AvatarOnlyMemberList.css @@ -1,6 +1,7 @@ /*avatar only memberlist*/ .membersWrap_cbd271 { min-width: unset; + border-radius: var(--memberlist-border-radius); } .members_cbd271 { diff --git a/chillax.theme.css b/chillax.theme.css index 694e5ff..2921271 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -50,6 +50,7 @@ --bg-opacity: 100%; /*bg dev suggestions*/ --wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg"); + --memberlist-border-radius: 25px; /*modern background selection*/ --modern-dark-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640530071572/97EAEB95-54C2-4AF3-B70B-5E94A851409.jpeg?size=4096"); --modern-light-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640760754216/E98F8123-8B98-4961-90D7-DCC497A26E4.jpeg?size=4096"); From 005bbf87324b840a88b24200839270eb04d13475 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 10:13:04 +0600 Subject: [PATCH 06/44] chore, fix: fixed the bg link urls and minor adjustments to the comments --- chillax.theme.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 2921271..55a82fb 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -52,8 +52,8 @@ --wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg"); --memberlist-border-radius: 25px; /*modern background selection*/ - --modern-dark-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640530071572/97EAEB95-54C2-4AF3-B70B-5E94A851409.jpeg?size=4096"); - --modern-light-bg: url("https://cdn.discordapp.com/attachments/879158025087234098/1015856640760754216/E98F8123-8B98-4961-90D7-DCC497A26E4.jpeg?size=4096"); + --modern-dark-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-dark-bg.png"); + --modern-light-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-light-bg.png"); } @@ -98,17 +98,17 @@ --rs-offline-color: #636b75; --rs-streaming-color: #643da7; --rs-invisible-color: #636b75; - --rs-phone-visible: block; + --rs-phone-visible: block; /* change it to `none` to disable mobile icon */ --rs-phone-color: var(--rs-online-color); - - /*chillax colours rgb*/ /* Google RGB Picker: https://g.co/kgs/NoY83h */ + /* For accent color to take full effect must need to change both */ + /* chillax colours rgb */ --accentcolor: 251, 84, 84; - /*chillax colours hex*/ /* Google RGB Picker: https://g.co/kgs/NoY83h */ + /* chillax colours hex */ --accentcolorV2: #fb5454; - /*settings modal root*/ + /* settings modal root */ --themelightsettingsmodalbackground: rgb(223, 223, 223); --themedarksettingsmodalbackground: rgb(51, 49, 53); --settingsmodalwidth: 960px; From 9130b2dd451726dbf4b4e8310f852c97a69b2978 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 10:56:22 +0600 Subject: [PATCH 07/44] feat: visual improvements for `activity` section in AvatarOnlyMemberList.css --- Addons/AvatarOnlyMemberList.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Addons/AvatarOnlyMemberList.css b/Addons/AvatarOnlyMemberList.css index 9a722ce..8ec6d94 100644 --- a/Addons/AvatarOnlyMemberList.css +++ b/Addons/AvatarOnlyMemberList.css @@ -61,3 +61,16 @@ div:not(:hover) > .members_cbd271 > div { .members_cbd271:not(:hover) > #vc-membercount { flex-wrap: wrap; } + +/* Avatar only member list activity section visual improvement */ +.members_cbd271:not(:hover) .badgesContainer_d60c6d { + display: none; +} + +.members_cbd271:not(:hover) .userSection_c64476 { + display: none; +} + +.members_cbd271:not(:hover) .container_c64476 { + margin-left: -5px; +} \ No newline at end of file From 16d1f50deed374682351d9cf34979e827a3446aa Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 11:24:47 +0600 Subject: [PATCH 08/44] feat: added the ability to change placeholder and typing indicator text/value --- chillax.theme.css | 14 +++++++++++++- dark.mode.css | 27 ++++++++++++++++----------- light.mode.css | 31 ++++++++++++++++++------------- 3 files changed, 47 insertions(+), 25 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 55a82fb..da38d46 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -50,7 +50,6 @@ --bg-opacity: 100%; /*bg dev suggestions*/ --wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg"); - --memberlist-border-radius: 25px; /*modern background selection*/ --modern-dark-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-dark-bg.png"); --modern-light-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-light-bg.png"); @@ -113,6 +112,19 @@ --themedarksettingsmodalbackground: rgb(51, 49, 53); --settingsmodalwidth: 960px; --settingsmodalheight: 80vh; + + /* avatar only member list */ + --memberlist-border-radius: 25px; + + /* placeholder texts/values */ + /* input fields */ + --chillax-input-field: "Life is so much easier when you just take a moment to chill"; + /* input fields when the channel is locked*/ + --chillax-input-field-locked: "Chill! This channel is read only"; + /* typing indicator: when a single person is typing */ + --chillax-input-typing-indicator-one-person: "is smashing some buttons"; + --chillax-input-typing-indicator-many-person: "are smashing some buttons"; + } /*discord transparency*//*roots*/ /*theme dark*/ diff --git a/dark.mode.css b/dark.mode.css index cac192b..08d61c1 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -297,13 +297,18 @@ } .theme-dark .placeholder_a552a6::before { - content: "Life is so much easier when you just take a moment to chill"; + content: var(--chillax-input-field); color: rgba(255, 255, 255, 0.2); font-family: "Poppins"; font-size: 13px; visibility: visible !important; } +/* Change the message in the messagebox when you're restricted from sending messages in that channel. */ +.theme-dark .innerDisabled_d0696b .placeholder_a552a6::before { + content: var(--chillax-input-field-locked) !important; +} + /* Fix slight scroll when text box is empty */ .inner_d0696b { overflow: hidden !important; @@ -3338,29 +3343,29 @@ html .channelTabs-newTab { } /* user typing... but its edited*/ -.dots-1BwzZQ { +.theme-dark .dots-1BwzZQ { margin-right: 5px; } -.base_d7ebeb .text_d7ebeb { +.theme-dark .base_d7ebeb .text_d7ebeb { display: flex; align-items: center; } -.typing_d7ebeb { +.theme-dark .typing_d7ebeb { font-size: 0; } -.typing_d7ebeb strong { +.theme-dark .typing_d7ebeb strong { font-size: 12px; } -.typing_d7ebeb strong:after { +.theme-dark .typing_d7ebeb strong:after { content: ','; margin-right: 4px; } -.typing_d7ebeb strong:nth-last-child(2)::after { +.theme-dark .typing_d7ebeb strong:nth-last-child(2)::after { content: 'and'; margin: 0 4px; color: rgba(255, 255, 255, 0.8); @@ -3368,16 +3373,16 @@ html .channelTabs-newTab { margin-top: -5px; } -.typing_d7ebeb strong:last-child::after { - content: 'is smashing some buttons'; +.theme-dark .typing_d7ebeb strong:last-child::after { + content: var(--chillax-input-typing-indicator-one-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; margin-top: -5px; margin-left: 4px; } -.typing_d7ebeb strong:nth-last-child()::after { - content: 'are smashing some buttons'; +.theme-dark .typing_d7ebeb strong:nth-last-child()::after { + content: var(--chillax-input-typing-indicator-many-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; margin-top: -5px; diff --git a/light.mode.css b/light.mode.css index 09a8feb..d1e12da 100644 --- a/light.mode.css +++ b/light.mode.css @@ -267,13 +267,18 @@ } .theme-light .placeholder_a552a6::before { - content: "Life is so much easier when you just take a time to chill"; + content: var(--chillax-input-field); color: rgba(0, 0, 0, 0.2); font-family: "Poppins"; font-size: 13px; visibility: visible !important; } +/* Change the message in the messagebox when you're restricted from sending messages in that channel. */ +.theme-light .innerDisabled_d0696b .placeholder_a552a6::before { + content: var(--chillax-input-field-locked) !important; +} + /* Replace Wandering Cubes Spinner/loading discord image with gif*/ span[class="inner-26JK4f"]:after { background-image: url("https://multiplexurbangreen.com/images/loader.gif"); @@ -3206,29 +3211,29 @@ html .channelTabs-newTab { } /* user typing... but its edited*/ -.dots-1BwzZQ { +.theme-light .dots-1BwzZQ { margin-right: 5px; } -.base_d7ebeb .text_d7ebeb { +.theme-light .base_d7ebeb .text_d7ebeb { display: flex; align-items: center; } -.typing_d7ebeb { +.theme-light .typing_d7ebeb { font-size: 0; } -.typing_d7ebeb strong { +.theme-light .typing_d7ebeb strong { font-size: 12px; } -.typing_d7ebeb strong:after { +.theme-light .typing_d7ebeb strong:after { content: ','; margin-right: 4px; } -.typing_d7ebeb strong:nth-last-child(2)::after { +.theme-light .typing_d7ebeb strong:nth-last-child(2)::after { content: 'and'; margin: 0 4px; color: rgba(255, 255, 255, 0.8); @@ -3236,16 +3241,16 @@ html .channelTabs-newTab { margin-top: -5px; } -.typing_d7ebeb strong:last-child::after { - content: 'is smashing some buttons'; +.theme-light .typing_d7ebeb strong:last-child::after { + content: var(--chillax-input-typing-indicator-one-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; margin-top: -5px; margin-left: 4px; } -.typing_d7ebeb strong:nth-last-child()::after { - content: 'are smashing some buttons'; +.theme-light .typing_d7ebeb strong:nth-last-child()::after { + content: var(--chillax-input-typing-indicator-many-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; margin-top: -5px; @@ -3300,7 +3305,7 @@ html .channelTabs-newTab { background-color: transparent; } -/*user profile in dms fix*/ +/* user profile in dms fix */ .mutualGuildsList_b433b4 > .collapseBtn_ce1058, .mutualFriendsList_b433b4 > .collapseBtn_ce1058 { background: transparent !important; box-shadow: none !important; @@ -3343,7 +3348,7 @@ html .channelTabs-newTab { padding: 0; } -/*custom unknown game icon*/ +/* custom unknown game icon */ .theme-light [d="M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z"] { d: path("M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0zM0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"); color: rgb(0, 0, 0) !important; From fda3ed1f5df20817ac7b80203f4c5971097b5513 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 11:28:38 +0600 Subject: [PATCH 09/44] fix: fixed th changed urls --- dark.mode.css | 4 ++-- light.mode.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 08d61c1..545316c 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1315,14 +1315,14 @@ svg { } /*chillax squad font and colour change*/ -[href="https\:\/\/github.com/warrayquipsome/Chillax#author"] { +[href="https\:\/\/github.com/warrayquipsome/Chillax#Authors"] { font-family: "Libre Barcode 128 Text"; color: rgb(255, 161, 161) !important; font-weight: 400; font-size: 25px; } -[href="https\:\/\/github.com/warrayquipsome/Chillax#author"]:hover { +[href="https\:\/\/github.com/warrayquipsome/Chillax#Authors"]:hover { font-family: "Libre Barcode 128"; color: rgb(255, 161, 161) !important; font-weight: 400; diff --git a/light.mode.css b/light.mode.css index d1e12da..70cd582 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1264,14 +1264,14 @@ svg { } /*chillax squad font and colour change*/ -[href="https\:\/\/github.com/warrayquipsome/Chillax#author"] { +[href="https\:\/\/github.com/warrayquipsome/Chillax#Authors"] { font-family: "Libre Barcode 128 Text"; color: rgb(255, 161, 161) !important; font-weight: 400; font-size: 25px; } -[href="https\:\/\/github.com/warrayquipsome/Chillax#author"]:hover { +[href="https\:\/\/github.com/warrayquipsome/Chillax#Authors"]:hover { font-family: "Libre Barcode 128"; color: rgb(255, 161, 161) !important; font-weight: 400; From 8696bcc112634c6b5abf5482880a27516a1f5ae2 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 11:38:30 +0600 Subject: [PATCH 10/44] feat: added time stamp besides edited messages Made this custom css part of chillax itself --- light.mode.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/light.mode.css b/light.mode.css index 70cd582..a2228b7 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3429,6 +3429,21 @@ html .channelTabs-newTab { line-height: 1; } +/* adds time stamps besides edited messages */ +.timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca) time::after { + content: " (" attr(aria-label) ")"; + color: var(--text-muted); + font-size: 0.625rem; + font-weight: 400; + line-height: 1; + /* text-transform: lowercase; */ +} + +.edited_f9f2ca:not(.message-translate-indicator) { + display: none; +} +/* End to time stamp */ + /*sidebar server name border radius fix*/ .sidebar_a4d4d9 { border-radius: 0px !important; From 1f1ae5e9fc2c367a8c39fa382c0f4fe52e21bdd5 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 12:16:20 +0600 Subject: [PATCH 11/44] feat!: tyring to bring to old friend grid --- Addons/FriendGrid.css | 571 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 571 insertions(+) create mode 100644 Addons/FriendGrid.css diff --git a/Addons/FriendGrid.css b/Addons/FriendGrid.css new file mode 100644 index 0000000..256ee01 --- /dev/null +++ b/Addons/FriendGrid.css @@ -0,0 +1,571 @@ +.peopleColumn-1wMU14 .title-x4dI75 { + position: relative; + top: -66px; + left: 0px; + font-weight: 700; + font-family: var(--font-display); + color: var(--header-primary); + font-size: 20px; + line-height: 24px; + text-transform: capitalize; + margin-left: 0px +} + +.peopleColumn-1wMU14 .searchBar-2aylmZ { + position: relative; + background: var(--FG-search-background); + z-index: 9; + margin: 0px; + width: 100%; + border-radius: var(--FG-search-radius); + top: 24px +} + +.peopleColumn-1wMU14 .peopleList-2VBrVI>div { + display: grid; + grid-template-columns: 1fr 1fr 1fr; + grid-column-gap: 12px; + row-gap: 12px +} + +.peopleColumn-1wMU14 .peopleList-2VBrVI .content-2a4AW9 [style="height: 0px;"] { + display: none +} + +.peopleColumn-1wMU14 { + padding-top: 40px; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 20px +} + +.peopleColumn-1wMU14 .scrollerBase-_bVAAt { + overflow: visible !important +} + +.peopleColumn-1wMU14 { + display: block; + overflow: hidden scroll +} + +.peopleColumn-1wMU14::-webkit-scrollbar { + width: 16px; + height: 16px +} + +.peopleColumn-1wMU14::-webkit-scrollbar-corner { + background-color: transparent +} + +.peopleColumn-1wMU14::-webkit-scrollbar-thumb { + background-color: var(--scrollbar-auto-thumb); + min-height: 40px +} + +.peopleColumn-1wMU14::-webkit-scrollbar-thumb, +.peopleColumn-1wMU14::-webkit-scrollbar-track { + border: 4px solid transparent; + background-clip: padding-box; + border-radius: var(--FG-cards-radius) +} + +.peopleColumn-1wMU14::-webkit-scrollbar-thumb, +.peopleColumn-1wMU14::-webkit-scrollbar-track { + border: 4px solid transparent; + background-clip: padding-box; + border-radius: var(--FG-cards-radius) +} + +.peopleColumn-1wMU14::-webkit-scrollbar-track { + background-color: var(--scrollbar-auto-track) +} + +.info-1sUqUG .size12-oc4dx4:last-child::after { + content: "\a""Friends-Grid "var(--FA-version) !important; + text-transform: none; + white-space: pre; + -webkit-user-select: all; + -moz-user-select: all; + user-select: all +} + +@media screen and (min-width: 0px)and (max-width: 6000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + height: auto !important; + margin-right: 60vw + } +} + +@media screen and (min-width: 0px)and (max-width: 5000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + height: auto !important; + margin-right: 50vw + } +} + +@media screen and (min-width: 0px)and (max-width: 4000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + height: auto !important; + margin-right: 40vw + } +} + +@media screen and (min-width: 0px)and (max-width: 3000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + height: auto !important; + margin-right: 30vw + } +} + +@media screen and (min-width: 0px)and (max-width: 2600px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + height: auto !important; + margin-right: 0vw + } +} + +@media screen and (min-width: 0px)and (max-width: 2000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + grid-template-columns: var(--FG-row); + height: auto !important + } +} + +@media screen and (min-width: 0px)and (max-width: 1600px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + grid-template-columns: 1fr 1fr; + height: auto !important + } +} + +@media screen and (min-width: 0px)and (max-width: 1000px) { + .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + grid-template-columns: 1fr; + height: auto !important + } +} + +.peopleColumn-1wMU14 .avatar-2MSPKk.wrapper-1VLyxH { + transform: scale(1.8); + margin-left: calc(16px + var(--FG-avatar-margin-left)); + margin-top: calc(var(--FG-avatar-margin-top) + var(--FG-cards-banner-height)) +} + +.peopleColumn-1wMU14 .avatar-2MSPKk::before { + content: ""; + position: fixed; + width: 116%; + height: 116%; + left: -8%; + top: -8% +} + +.peopleColumn-1wMU14 .avatar-2MSPKk::before { + background: var(--FG-cards-background-normal); + border-radius: var(--rs-avatar-shape, var(--FG-avatar-shape)); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .avatar-2MSPKk::before { + background: var(--FG-cards-background-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh .avatar-2MSPKk::before { + opacity: var(--FG-cards-avatar-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .avatar-2MSPKk.wrapper-1VLyxH { + opacity: var(--FG-cards-avatar-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .avatar-2MSPKk.wrapper-1VLyxH { + opacity: var(--FG-cards-avatar-opacity-hover); + transition: var(--FG-transition) +} + +.peopleListItem-u6dGxF.active-2UF8Zh .avatar-2MSPKk.wrapper-1VLyxH { + opacity: var(--FG-cards-avatar-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .userInfo-2WpsYG::before { + content: ""; + position: absolute; + width: 100%; + height: calc(60px + var(--FG-cards-banner-height)); + min-height: 60px; + background-image: var(--user-banner); + background-position: center; + background-color: var(--user-accent-color); + background-size: cover +} + +.peopleColumn-1wMU14 .userInfo-2WpsYG::before { + opacity: var(--FG-cards-banner-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .userInfo-2WpsYG::before { + opacity: var(--FG-cards-banner-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh .userInfo-2WpsYG::before { + opacity: var(--FG-cards-banner-opacity-active); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#online-tab .actions-YHvpIT { + position: relative; + transform: scale(0.72); + margin-left: 2px !important; + bottom: 95%; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: unset +} + +.peopleColumn-1wMU14#all-tab .actions-YHvpIT { + position: relative; + transform: scale(0.72); + margin-left: 2px !important; + bottom: 95%; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: unset +} + +.peopleColumn-1wMU14#pending-tab .actions-2ZgdH4 { + position: absolute; + transform: scale(0.72); + margin-left: 2px !important; + bottom: unset; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: 10px +} + +.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ { + position: absolute; + transform: scale(1); + margin-left: 2px !important; + bottom: unset; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: 10px +} + +.peopleColumn-1wMU14#favorized_friends-tab .actions-YHvpIT { + position: relative; + transform: scale(0.72); + margin-left: 2px !important; + bottom: 95%; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: unset +} + +.peopleColumn-1wMU14#hidden_friends-tab .actions-YHvpIT { + position: relative; + transform: scale(0.72); + margin-left: 2px !important; + bottom: 95%; + margin-right: -2px; + height: 0px; + min-height: 0px; + max-height: 0px; + margin-top: unset +} + +.peopleColumn-1wMU14#online-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#all-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#pending-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#blocked-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#favorized_friends-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#hidden_friends-tab .actionButton-3-B2x- { + background: var(--FG-cards-button-background-normal); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#online-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#all-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#pending-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#blocked-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#favorized_friends-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#hidden_friends-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { + background: var(--FG-cards-button-background-hover); + color: var(--FG-cards-button-icon-normal); + opacity: var(--FG-cards-button-opacity-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#online-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#all-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#pending-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#blocked-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#favorized_friends-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#hidden_friends-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { + opacity: var(--FG-cards-button-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14#online-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.peopleColumn-1wMU14#all-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.peopleColumn-1wMU14#pending-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.peopleColumn-1wMU14#blocked-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.peopleColumn-1wMU14#favorized_friends-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.peopleColumn-1wMU14#hidden_friends-tab .actionButton-3-B2x-:hover { + background: var(--FG-cards-button-icon-hover) !important; + color: var(--FG-cards-button-icon-hover) +} + +.actionButton-3-B2x- { + margin-left: 9px +} + +.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ { + height: 26px !important; + width: 26px !important; + min-height: unset !important; + max-height: unset !important; + margin-right: 10px +} + +.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ .icon-1WVg4I { + height: 14px !important; + width: 14px !important +} + +.peopleColumn-1wMU14 .listItemContents-2NFd61, +.peopleColumn-1wMU14 .listItemContents-f4Uz5J, +.peopleColumn-1wMU14 .listItemContents-2n2Uy9 { + display: flex; + flex-direction: column; + align-items: flex-end +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF { + background: var(--FG-cards-background-normal); + border: var(--FG-cards-border-width) solid var(--FG-cards-border-color-normal); + border-radius: var(--FG-cards-radius) !important; + height: 100% !important; + margin: 0px; + padding: 0px; + min-height: calc(var(--FG-cards-height) + var(--FG-cards-banner-height)) !important +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover { + background: var(--FG-cards-background-hover); + border: var(--FG-cards-border-width) solid var(--FG-cards-border-color-hover); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh { + background: var(--FG-cards-background-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .userInfo-2WpsYG { + transform: scale(1); + width: 100%; + height: 100%; + margin-bottom: var(--FG-cards-margin-bottom) +} + +.peopleColumn-1wMU14#pending-tab .userInfo-2WpsYG { + flex: auto 0 0 +} + +.peopleColumn-1wMU14 .text-3j8t_e { + position: absolute; + width: 80% !important; + left: 0; + bottom: 0; + font-size: 20px; + line-height: 22px; + font-weight: 600 +} + +.peopleColumn-1wMU14#pending-tab .text-3j8t_e { + margin-bottom: var(--FG-cards-margin-bottom); + position: absolute; + bottom: 0% +} + +.peopleColumn-1wMU14 .text-3j8t_e { + margin-left: var(--FG-text-margin-left) +} + +.peopleColumn-1wMU14 .text-3j8t_e { + margin-top: var(--FG-text-margin-top) +} + +.peopleColumn-1wMU14 .username-Qpc78p { + color: var(--FG-cards-username-normal); + opacity: var(--FG-cards-username-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .username-Qpc78p { + color: var(--FG-cards-username-hover); + opacity: var(--FG-cards-username-opacity-hover); + transition: var(--FG-transition) +} + +.peopleListItem-u6dGxF.active-2UF8Zh .username-Qpc78p { + opacity: var(--FG-cards-username-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .discriminator-WV5K5s { + color: var(--FG-cards-discriminator-normal); + opacity: var(--FG-cards-discriminator-opacity-normal); + visibility: visible; + margin-left: 2px; + font-size: 20px; + line-height: 22px; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .discriminator-WV5K5s { + color: var(--FG-cards-discriminator-hover); + opacity: var(--FG-cards-discriminator-opacity-hover); + transition: var(--FG-transition) +} + +.peopleListItem-u6dGxF.active-2UF8Zh .discriminator-WV5K5s { + opacity: var(--FG-cards-discriminator-opacity-active) !important; + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .subtext-xfubwR { + color: var(--FG-cards-status-normal); + opacity: var(--FG-cards-status-opacity-normal); + transition: var(--FG-transition) +} + +.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .subtext-xfubwR { + color: var(--FG-cards-status-hover); + opacity: var(--FG-cards-status-opacity-hover); + transition: var(--FG-transition) +} + +.peopleListItem-u6dGxF.active-2UF8Zh .subtext-xfubwR { + opacity: var(--FG-cards-status-opacity-active) !important; + transition: var(--FG-transition) +} \ No newline at end of file From 546b71714c4e752d17c1c9c474afcf9df5fd071b Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 12:27:01 +0600 Subject: [PATCH 12/44] fix: updated class names of FriendGrid.css --- Addons/FriendGrid.css | 180 +++++++++++++++++++++--------------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/Addons/FriendGrid.css b/Addons/FriendGrid.css index 256ee01..8d6689b 100644 --- a/Addons/FriendGrid.css +++ b/Addons/FriendGrid.css @@ -1,4 +1,4 @@ -.peopleColumn-1wMU14 .title-x4dI75 { +.peopleColumn_c2739c .title_a1cafe { position: relative; top: -66px; left: 0px; @@ -11,7 +11,7 @@ margin-left: 0px } -.peopleColumn-1wMU14 .searchBar-2aylmZ { +.peopleColumn_c2739c .searchBar_e0840f { position: relative; background: var(--FG-search-background); z-index: 9; @@ -21,62 +21,62 @@ top: 24px } -.peopleColumn-1wMU14 .peopleList-2VBrVI>div { +.peopleColumn_c2739c .peopleList_e0840f>div { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 12px; row-gap: 12px } -.peopleColumn-1wMU14 .peopleList-2VBrVI .content-2a4AW9 [style="height: 0px;"] { +.peopleColumn_c2739c .peopleList_e0840f .content-2a4AW9 [style="height: 0px;"] { display: none } -.peopleColumn-1wMU14 { +.peopleColumn_c2739c { padding-top: 40px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px } -.peopleColumn-1wMU14 .scrollerBase-_bVAAt { +.peopleColumn_c2739c .scrollerBase-_bVAAt { overflow: visible !important } -.peopleColumn-1wMU14 { +.peopleColumn_c2739c { display: block; overflow: hidden scroll } -.peopleColumn-1wMU14::-webkit-scrollbar { +.peopleColumn_c2739c::-webkit-scrollbar { width: 16px; height: 16px } -.peopleColumn-1wMU14::-webkit-scrollbar-corner { +.peopleColumn_c2739c::-webkit-scrollbar-corner { background-color: transparent } -.peopleColumn-1wMU14::-webkit-scrollbar-thumb { +.peopleColumn_c2739c::-webkit-scrollbar-thumb { background-color: var(--scrollbar-auto-thumb); min-height: 40px } -.peopleColumn-1wMU14::-webkit-scrollbar-thumb, -.peopleColumn-1wMU14::-webkit-scrollbar-track { +.peopleColumn_c2739c::-webkit-scrollbar-thumb, +.peopleColumn_c2739c::-webkit-scrollbar-track { border: 4px solid transparent; background-clip: padding-box; border-radius: var(--FG-cards-radius) } -.peopleColumn-1wMU14::-webkit-scrollbar-thumb, -.peopleColumn-1wMU14::-webkit-scrollbar-track { +.peopleColumn_c2739c::-webkit-scrollbar-thumb, +.peopleColumn_c2739c::-webkit-scrollbar-track { border: 4px solid transparent; background-clip: padding-box; border-radius: var(--FG-cards-radius) } -.peopleColumn-1wMU14::-webkit-scrollbar-track { +.peopleColumn_c2739c::-webkit-scrollbar-track { background-color: var(--scrollbar-auto-track) } @@ -90,68 +90,68 @@ } @media screen and (min-width: 0px)and (max-width: 6000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { height: auto !important; margin-right: 60vw } } @media screen and (min-width: 0px)and (max-width: 5000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { height: auto !important; margin-right: 50vw } } @media screen and (min-width: 0px)and (max-width: 4000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { height: auto !important; margin-right: 40vw } } @media screen and (min-width: 0px)and (max-width: 3000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { height: auto !important; margin-right: 30vw } } @media screen and (min-width: 0px)and (max-width: 2600px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { height: auto !important; margin-right: 0vw } } @media screen and (min-width: 0px)and (max-width: 2000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { grid-template-columns: var(--FG-row); height: auto !important } } @media screen and (min-width: 0px)and (max-width: 1600px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { grid-template-columns: 1fr 1fr; height: auto !important } } @media screen and (min-width: 0px)and (max-width: 1000px) { - .peopleColumn-1wMU14 .peopleList-2VBrVI>div { + .peopleColumn_c2739c .peopleList_e0840f>div { grid-template-columns: 1fr; height: auto !important } } -.peopleColumn-1wMU14 .avatar-2MSPKk.wrapper-1VLyxH { +.peopleColumn_c2739c .avatar_f3939d.wrapper-1VLyxH { transform: scale(1.8); margin-left: calc(16px + var(--FG-avatar-margin-left)); margin-top: calc(var(--FG-avatar-margin-top) + var(--FG-cards-banner-height)) } -.peopleColumn-1wMU14 .avatar-2MSPKk::before { +.peopleColumn_c2739c .avatar_f3939d::before { content: ""; position: fixed; width: 116%; @@ -160,38 +160,38 @@ top: -8% } -.peopleColumn-1wMU14 .avatar-2MSPKk::before { +.peopleColumn_c2739c .avatar_f3939d::before { background: var(--FG-cards-background-normal); border-radius: var(--rs-avatar-shape, var(--FG-avatar-shape)); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .avatar-2MSPKk::before { +.peopleColumn_c2739c .peopleListItem_d51464:hover .avatar_f3939d::before { background: var(--FG-cards-background-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh .avatar-2MSPKk::before { +.peopleColumn_c2739c .peopleListItem_d51464.active_d51464 .avatar_f3939d::before { opacity: var(--FG-cards-avatar-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14 .avatar-2MSPKk.wrapper-1VLyxH { +.peopleColumn_c2739c .avatar_f3939d.wrapper-1VLyxH { opacity: var(--FG-cards-avatar-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .avatar-2MSPKk.wrapper-1VLyxH { +.peopleColumn_c2739c .peopleListItem_d51464:hover .avatar_f3939d.wrapper-1VLyxH { opacity: var(--FG-cards-avatar-opacity-hover); transition: var(--FG-transition) } -.peopleListItem-u6dGxF.active-2UF8Zh .avatar-2MSPKk.wrapper-1VLyxH { +.peopleListItem_d51464.active_d51464 .avatar_f3939d.wrapper-1VLyxH { opacity: var(--FG-cards-avatar-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14 .userInfo-2WpsYG::before { +.peopleColumn_c2739c .userInfo_f3939d::before { content: ""; position: absolute; width: 100%; @@ -203,22 +203,22 @@ background-size: cover } -.peopleColumn-1wMU14 .userInfo-2WpsYG::before { +.peopleColumn_c2739c .userInfo_f3939d::before { opacity: var(--FG-cards-banner-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .userInfo-2WpsYG::before { +.peopleColumn_c2739c .peopleListItem_d51464:hover .userInfo_f3939d::before { opacity: var(--FG-cards-banner-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh .userInfo-2WpsYG::before { +.peopleColumn_c2739c .peopleListItem_d51464.active_d51464 .userInfo_f3939d::before { opacity: var(--FG-cards-banner-opacity-active); transition: var(--FG-transition) } -.peopleColumn-1wMU14#online-tab .actions-YHvpIT { +.peopleColumn_c2739c#online-tab .actions_e05dae { position: relative; transform: scale(0.72); margin-left: 2px !important; @@ -230,7 +230,7 @@ margin-top: unset } -.peopleColumn-1wMU14#all-tab .actions-YHvpIT { +.peopleColumn_c2739c#all-tab .actions_e05dae { position: relative; transform: scale(0.72); margin-left: 2px !important; @@ -242,7 +242,7 @@ margin-top: unset } -.peopleColumn-1wMU14#pending-tab .actions-2ZgdH4 { +.peopleColumn_c2739c#pending-tab .actions_ccc740 { position: absolute; transform: scale(0.72); margin-left: 2px !important; @@ -254,7 +254,7 @@ margin-top: 10px } -.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ { +.peopleColumn_c2739c#blocked-tab .actionDeny_e01b91 { position: absolute; transform: scale(1); margin-left: 2px !important; @@ -266,7 +266,7 @@ margin-top: 10px } -.peopleColumn-1wMU14#favorized_friends-tab .actions-YHvpIT { +.peopleColumn_c2739c#favorized_friends-tab .actions_e05dae { position: relative; transform: scale(0.72); margin-left: 2px !important; @@ -278,7 +278,7 @@ margin-top: unset } -.peopleColumn-1wMU14#hidden_friends-tab .actions-YHvpIT { +.peopleColumn_c2739c#hidden_friends-tab .actions_e05dae { position: relative; transform: scale(0.72); margin-left: 2px !important; @@ -290,155 +290,155 @@ margin-top: unset } -.peopleColumn-1wMU14#online-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#online-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#all-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#all-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#pending-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#pending-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#blocked-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#blocked-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#favorized_friends-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#favorized_friends-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#hidden_friends-tab .actionButton-3-B2x- { +.peopleColumn_c2739c#hidden_friends-tab .actionButton_e01b91 { background: var(--FG-cards-button-background-normal); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14#online-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#online-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#all-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#all-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#pending-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#pending-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#blocked-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#blocked-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#favorized_friends-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#favorized_friends-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#hidden_friends-tab .peopleListItem-u6dGxF:hover .actionButton-3-B2x- { +.peopleColumn_c2739c#hidden_friends-tab .peopleListItem_d51464:hover .actionButton_e01b91 { background: var(--FG-cards-button-background-hover); color: var(--FG-cards-button-icon-normal); opacity: var(--FG-cards-button-opacity-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14#online-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#online-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#all-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#all-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#pending-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#pending-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#blocked-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#blocked-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#favorized_friends-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#favorized_friends-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#hidden_friends-tab .peopleListItem-u6dGxF.active-2UF8Zh .actionButton-3-B2x- { +.peopleColumn_c2739c#hidden_friends-tab .peopleListItem_d51464.active_d51464 .actionButton_e01b91 { opacity: var(--FG-cards-button-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14#online-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#online-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.peopleColumn-1wMU14#all-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#all-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.peopleColumn-1wMU14#pending-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#pending-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.peopleColumn-1wMU14#blocked-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#blocked-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.peopleColumn-1wMU14#favorized_friends-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#favorized_friends-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.peopleColumn-1wMU14#hidden_friends-tab .actionButton-3-B2x-:hover { +.peopleColumn_c2739c#hidden_friends-tab .actionButton_e01b91:hover { background: var(--FG-cards-button-icon-hover) !important; color: var(--FG-cards-button-icon-hover) } -.actionButton-3-B2x- { +.actionButton_e01b91 { margin-left: 9px } -.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ { +.peopleColumn_c2739c#blocked-tab .actionDeny_e01b91 { height: 26px !important; width: 26px !important; min-height: unset !important; @@ -446,20 +446,20 @@ margin-right: 10px } -.peopleColumn-1wMU14#blocked-tab .actionDeny-1pQVuZ .icon-1WVg4I { +.peopleColumn_c2739c#blocked-tab .actionDeny_e01b91 .icon_e01b91 { height: 14px !important; width: 14px !important } -.peopleColumn-1wMU14 .listItemContents-2NFd61, -.peopleColumn-1wMU14 .listItemContents-f4Uz5J, -.peopleColumn-1wMU14 .listItemContents-2n2Uy9 { +.peopleColumn_c2739c .listItemContents_ccc740, +.peopleColumn_c2739c .listItemContents_f71b83, +.peopleColumn_c2739c .listItemContents_e05dae { display: flex; flex-direction: column; align-items: flex-end } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF { +.peopleColumn_c2739c .peopleListItem_d51464 { background: var(--FG-cards-background-normal); border: var(--FG-cards-border-width) solid var(--FG-cards-border-color-normal); border-radius: var(--FG-cards-radius) !important; @@ -469,29 +469,29 @@ min-height: calc(var(--FG-cards-height) + var(--FG-cards-banner-height)) !important } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover { +.peopleColumn_c2739c .peopleListItem_d51464:hover { background: var(--FG-cards-background-hover); border: var(--FG-cards-border-width) solid var(--FG-cards-border-color-hover); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh { +.peopleColumn_c2739c .peopleListItem_d51464.active_d51464 { background: var(--FG-cards-background-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14 .userInfo-2WpsYG { +.peopleColumn_c2739c .userInfo_f3939d { transform: scale(1); width: 100%; height: 100%; margin-bottom: var(--FG-cards-margin-bottom) } -.peopleColumn-1wMU14#pending-tab .userInfo-2WpsYG { +.peopleColumn_c2739c#pending-tab .userInfo_f3939d { flex: auto 0 0 } -.peopleColumn-1wMU14 .text-3j8t_e { +.peopleColumn_c2739c .text_f3939d { position: absolute; width: 80% !important; left: 0; @@ -501,38 +501,38 @@ font-weight: 600 } -.peopleColumn-1wMU14#pending-tab .text-3j8t_e { +.peopleColumn_c2739c#pending-tab .text_f3939d { margin-bottom: var(--FG-cards-margin-bottom); position: absolute; bottom: 0% } -.peopleColumn-1wMU14 .text-3j8t_e { +.peopleColumn_c2739c .text_f3939d { margin-left: var(--FG-text-margin-left) } -.peopleColumn-1wMU14 .text-3j8t_e { +.peopleColumn_c2739c .text_f3939d { margin-top: var(--FG-text-margin-top) } -.peopleColumn-1wMU14 .username-Qpc78p { +.peopleColumn_c2739c .username_f3939d { color: var(--FG-cards-username-normal); opacity: var(--FG-cards-username-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .username-Qpc78p { +.peopleColumn_c2739c .peopleListItem_d51464:hover .username_f3939d { color: var(--FG-cards-username-hover); opacity: var(--FG-cards-username-opacity-hover); transition: var(--FG-transition) } -.peopleListItem-u6dGxF.active-2UF8Zh .username-Qpc78p { +.peopleListItem_d51464.active_d51464 .username_f3939d { opacity: var(--FG-cards-username-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14 .discriminator-WV5K5s { +.peopleColumn_c2739c .discriminator_f3939d { color: var(--FG-cards-discriminator-normal); opacity: var(--FG-cards-discriminator-opacity-normal); visibility: visible; @@ -542,30 +542,30 @@ transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .discriminator-WV5K5s { +.peopleColumn_c2739c .peopleListItem_d51464:hover .discriminator_f3939d { color: var(--FG-cards-discriminator-hover); opacity: var(--FG-cards-discriminator-opacity-hover); transition: var(--FG-transition) } -.peopleListItem-u6dGxF.active-2UF8Zh .discriminator-WV5K5s { +.peopleListItem_d51464.active_d51464 .discriminator_f3939d { opacity: var(--FG-cards-discriminator-opacity-active) !important; transition: var(--FG-transition) } -.peopleColumn-1wMU14 .subtext-xfubwR { +.peopleColumn_c2739c .subtext_f3939d { color: var(--FG-cards-status-normal); opacity: var(--FG-cards-status-opacity-normal); transition: var(--FG-transition) } -.peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover .subtext-xfubwR { +.peopleColumn_c2739c .peopleListItem_d51464:hover .subtext_f3939d { color: var(--FG-cards-status-hover); opacity: var(--FG-cards-status-opacity-hover); transition: var(--FG-transition) } -.peopleListItem-u6dGxF.active-2UF8Zh .subtext-xfubwR { +.peopleListItem_d51464.active_d51464 .subtext_f3939d { opacity: var(--FG-cards-status-opacity-active) !important; transition: var(--FG-transition) -} \ No newline at end of file +} From 41d7ccb11eae14c9c1d2a27e9b6a5417e79c607b Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 12:44:09 +0600 Subject: [PATCH 13/44] fix: added the missing roots and commented transparent `--FG-cards-banner-background` --- Addons/FriendGrid.css | 111 ++++++++++++++++++++++++++++++++++++++++++ chillax.theme.css | 16 +++--- 2 files changed, 119 insertions(+), 8 deletions(-) diff --git a/Addons/FriendGrid.css b/Addons/FriendGrid.css index 8d6689b..924651d 100644 --- a/Addons/FriendGrid.css +++ b/Addons/FriendGrid.css @@ -1,3 +1,114 @@ +:root { + --FA-version: "v1.0.10"; + + --FG-row: 1fr 1fr 1fr; + + --FG-search-radius: 8px; + + --FG-cards-radius: 8px; + --FG-cards-height: 180px; + --FG-cards-banner-background: var(--brand-experiment); + --FG-cards-margin-bottom: 26px; + --FG-cards-banner-height: 20px; + --FG-cards-border-width: 1px; + + --FG-avatar-margin-top: 46px; + --FG-avatar-margin-left: 20px; + --FG-text-margin-left: 20px; + + --FG-cards-banner-opacity-normal: 1.0; + --FG-cards-banner-opacity-hover: 1.0; + --FG-cards-banner-opacity-active: 1.0; + + --FG-cards-avatar-opacity-normal: 1.0; + --FG-cards-avatar-opacity-hover: 1.0; + --FG-cards-avatar-opacity-active: 1.0; + + --FG-cards-username-opacity-normal: 1.0; + --FG-cards-username-opacity-hover: 1.0; + --FG-cards-username-opacity-active: 1.0; + + --FG-cards-discriminator-opacity-normal: 1.0; + --FG-cards-discriminator-opacity-hover: 1.0; + --FG-cards-discriminator-opacity-active: 1.0; + + --FG-cards-status-opacity-normal: 1.0; + --FG-cards-status-opacity-hover: 1.0; + --FG-cards-status-opacity-active: 1.0; + + --FG-cards-button-opacity-normal: 0.0; + --FG-cards-button-opacity-hover: 1.0; + --FG-cards-button-opacity-active: 0.0; + + --FG-mutal-guilds-normal: 0.0; + --FG-mutal-guilds-hover: 1.0; + --FG-mutal-guilds-active: 1.0; + + --FG-avatar-shape: 50%; + + --FG-transition: all 0.4s ease; + + --user-accent-color: var(--FG-cards-banner-background); +} + +/* ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗ */ +/* ║ Dark ║ Here you can make settings for the Dark Theme. ║ */ +/* ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝ */ + +.theme-dark { + --FG-search-background: var(--background-tertiary); + + --FG-cards-background-normal: var(--background-secondary); + --FG-cards-background-hover: var(--activity-card-background); + + --FG-cards-background-active: var(--activity-card-background); + + --FG-cards-border-color-normal: var(--background-modifier-accent); + --FG-cards-border-color-hover: var(--background-modifier-accent); + + --FG-cards-username-normal: var(--header-primary); + --FG-cards-username-hover: var(--header-primary); + --FG-cards-discriminator-normal: var(--header-secondary); + --FG-cards-discriminator-hover: var(--header-secondary); + --FG-cards-status-normal: var(--header-secondary); + --FG-cards-status-hover: var(--header-secondary); + + --FG-cards-button-icon-normal: var(--interactive-active); + --FG-cards-button-icon-hover: var(--activity-card-background); + --FG-cards-button-background-normal: rgba(0, 0, 0, 0.3); + --FG-cards-button-background-hover: rgba(0, 0, 0, 0.6); +} + +/* ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗ */ +/* ║ Light ║ Here you can make settings for the Light Theme. ║ */ +/* ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝ */ + +.theme-light { + --FG-search-background: var(--background-tertiary); + + --FG-cards-background-normal: var(--background-secondary); + --FG-cards-background-hover: var(--activity-card-background); + + --FG-cards-background-active: var(--activity-card-background); + + --FG-cards-border-color-normal: var(--background-modifier-accent); + --FG-cards-border-color-hover: var(--background-modifier-accent); + + --FG-cards-username-normal: var(--header-primary); + --FG-cards-username-hover: var(--header-primary); + --FG-cards-discriminator-normal: var(--header-secondary); + --FG-cards-discriminator-hover: var(--header-secondary); + --FG-cards-status-normal: var(--header-secondary); + --FG-cards-status-hover: var(--header-secondary); + + --FG-cards-button-icon-normal: var(--interactive-active); + --FG-cards-button-icon-hover: var(--activity-card-background); + --FG-cards-button-background-normal: rgba(255, 255, 255, 0.3); + --FG-cards-button-background-hover: rgba(255, 255, 255, 0.6); +} + + + .peopleColumn_c2739c .title_a1cafe { position: relative; top: -66px; diff --git a/chillax.theme.css b/chillax.theme.css index da38d46..37c6552 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -167,14 +167,14 @@ --deprecated-panel-background: transparent; } -/*friends grid banner colour*/ -.theme-dark { - --FG-cards-banner-background: transparent !important; -} - -.theme-light { - --FG-cards-banner-background: transparent !important; -} +/*!*friends grid banner colour*!*/ +/*.theme-dark {*/ +/* --FG-cards-banner-background: transparent !important;*/ +/*}*/ + +/*.theme-light {*/ +/* --FG-cards-banner-background: transparent !important;*/ +/*}*/ /*Permissions*/ From 191c8525efee7d42714d9e2c2f8bc62bb4c3b3ff Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 12:48:54 +0600 Subject: [PATCH 14/44] chore: added missing import url for friend grid --- chillax.theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chillax.theme.css b/chillax.theme.css index 37c6552..d02b03a 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -38,6 +38,7 @@ @import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/AvatarOnlyMemberList.css"); @import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/FolderRedesign.css"); @import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); +@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/FriendGrid.css"); /*additional addons*/ /*(remove the both * to use)*/ /*@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/SimpleLessLag.css");*/ From 47d5e2f0ff4b024df501e99cd3a6e6277dbf2096 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 18:01:55 +0600 Subject: [PATCH 15/44] fix: fixed the dual time stamp issue in case of a replied message --- light.mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light.mode.css b/light.mode.css index a2228b7..cebbdb6 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3430,7 +3430,7 @@ html .channelTabs-newTab { } /* adds time stamps besides edited messages */ -.timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca) time::after { +.timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca, .vc-reply-timestamp) time::after { content: " (" attr(aria-label) ")"; color: var(--text-muted); font-size: 0.625rem; From b198101c93287b06e24b0bd83a917fa5ab39fc12 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 18:09:38 +0600 Subject: [PATCH 16/44] fix: fixed the border radius not being applied on hover It was a stupid mistake! Hehehehe && --- Addons/AvatarOnlyMemberList.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Addons/AvatarOnlyMemberList.css b/Addons/AvatarOnlyMemberList.css index 8ec6d94..f1c0aec 100644 --- a/Addons/AvatarOnlyMemberList.css +++ b/Addons/AvatarOnlyMemberList.css @@ -1,7 +1,6 @@ /*avatar only memberlist*/ .membersWrap_cbd271 { min-width: unset; - border-radius: var(--memberlist-border-radius); } .members_cbd271 { @@ -43,6 +42,10 @@ div:not(:hover) > .members_cbd271 > div { background-color: #181a1ddd; } +.membersWrap_cbd271:hover { + border-radius: var(--memberlist-border-radius); +} + /* Make the list fill the window height */ .membersWrap_cbd271 { height: 100%; From a333dc36f87a72c0f7c91ce155f98738b104b619 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 18:20:50 +0600 Subject: [PATCH 17/44] fix: applied the proper className --- Addons/AvatarOnlyMemberList.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Addons/AvatarOnlyMemberList.css b/Addons/AvatarOnlyMemberList.css index f1c0aec..45f24d3 100644 --- a/Addons/AvatarOnlyMemberList.css +++ b/Addons/AvatarOnlyMemberList.css @@ -35,14 +35,12 @@ div:not(:hover) > .members_cbd271 > div { .theme-light .members_cbd271:hover { margin-left: -175px; background-color: rgba(255, 255, 255, 0.87); + border-radius: var(--memberlist-border-radius); } .theme-dark .members_cbd271:hover { margin-left: -175px; background-color: #181a1ddd; -} - -.membersWrap_cbd271:hover { border-radius: var(--memberlist-border-radius); } From 1017fa11d1ae3701cc052d3563b490de81429b2f Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 18:23:56 +0600 Subject: [PATCH 18/44] refactor: idea reformat and linting --- Addons/FriendGrid.css | 23 +- Addons/IconPackEdited.css | 596 ++++++++++++++++++++++---------------- chillax.theme.css | 3 - dark.mode.css | 12 +- light.mode.css | 16 +- 5 files changed, 370 insertions(+), 280 deletions(-) diff --git a/Addons/FriendGrid.css b/Addons/FriendGrid.css index 924651d..29e1876 100644 --- a/Addons/FriendGrid.css +++ b/Addons/FriendGrid.css @@ -83,7 +83,7 @@ /* ║ Light ║ Here you can make settings for the Light Theme. ║ */ /* ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝ */ -.theme-light { +.theme-light { --FG-search-background: var(--background-tertiary); --FG-cards-background-normal: var(--background-secondary); @@ -108,7 +108,6 @@ } - .peopleColumn_c2739c .title_a1cafe { position: relative; top: -66px; @@ -132,7 +131,7 @@ top: 24px } -.peopleColumn_c2739c .peopleList_e0840f>div { +.peopleColumn_c2739c .peopleList_e0840f > div { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 12px; @@ -192,7 +191,7 @@ } .info-1sUqUG .size12-oc4dx4:last-child::after { - content: "\a""Friends-Grid "var(--FA-version) !important; + content: "\a" "Friends-Grid " var(--FA-version) !important; text-transform: none; white-space: pre; -webkit-user-select: all; @@ -201,56 +200,56 @@ } @media screen and (min-width: 0px)and (max-width: 6000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { height: auto !important; margin-right: 60vw } } @media screen and (min-width: 0px)and (max-width: 5000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { height: auto !important; margin-right: 50vw } } @media screen and (min-width: 0px)and (max-width: 4000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { height: auto !important; margin-right: 40vw } } @media screen and (min-width: 0px)and (max-width: 3000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { height: auto !important; margin-right: 30vw } } @media screen and (min-width: 0px)and (max-width: 2600px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { height: auto !important; margin-right: 0vw } } @media screen and (min-width: 0px)and (max-width: 2000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { grid-template-columns: var(--FG-row); height: auto !important } } @media screen and (min-width: 0px)and (max-width: 1600px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { grid-template-columns: 1fr 1fr; height: auto !important } } @media screen and (min-width: 0px)and (max-width: 1000px) { - .peopleColumn_c2739c .peopleList_e0840f>div { + .peopleColumn_c2739c .peopleList_e0840f > div { grid-template-columns: 1fr; height: auto !important } diff --git a/Addons/IconPackEdited.css b/Addons/IconPackEdited.css index 31233df..8fb84e0 100644 --- a/Addons/IconPackEdited.css +++ b/Addons/IconPackEdited.css @@ -1,460 +1,552 @@ - :root { - --bell: "M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z"; - --pin: "M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354z"; - --inbox: "M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L16.53 8.41C16.85 8.15 17.33 8.2 17.58 8.53C17.84 8.85 17.79 9.33 17.47 9.59Z"; - --search: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z"; - --help: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.644-1.142l-4.29 1.117a.85.85 0 0 1-1.037-1.036l1.116-4.289A9.959 9.959 0 0 1 2 12C2 6.477 6.477 2 12 2Zm0 13.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-8.75A2.75 2.75 0 0 0 9.25 9.5a.75.75 0 0 0 1.493.102l.014-.23a1.25 1.25 0 0 1 2.493.128c0 .539-.135.805-.645 1.332l-.304.31c-.754.784-1.051 1.347-1.051 2.358a.75.75 0 0 0 1.5 0c0-.539.135-.805.645-1.332l.304-.31c.754-.784 1.051-1.347 1.051-2.358A2.75 2.75 0 0 0 12 6.75Z"; - --members: "M9 2C6.38 2 4.25 4.13 4.25 6.75C4.25 9.32 6.26 11.4 8.88 11.49C8.96 11.48 9.04 11.48 9.1 11.49C9.12 11.49 9.13 11.49 9.15 11.49C9.16 11.49 9.16 11.49 9.17 11.49C11.73 11.4 13.74 9.32 13.75 6.75C13.75 4.13 11.62 2 9 2Z M14.0809 14.1489C11.2909 12.2889 6.74094 12.2889 3.93094 14.1489C2.66094 14.9989 1.96094 16.1489 1.96094 17.3789C1.96094 18.6089 2.66094 19.7489 3.92094 20.5889C5.32094 21.5289 7.16094 21.9989 9.00094 21.9989C10.8409 21.9989 12.6809 21.5289 14.0809 20.5889C15.3409 19.7389 16.0409 18.5989 16.0409 17.3589C16.0309 16.1289 15.3409 14.9889 14.0809 14.1489Z M19.9894 7.33815C20.1494 9.27815 18.7694 10.9781 16.8594 11.2081C16.8494 11.2081 16.8494 11.2081 16.8394 11.2081H16.8094C16.7494 11.2081 16.6894 11.2081 16.6394 11.2281C15.6694 11.2781 14.7794 10.9681 14.1094 10.3981C15.1394 9.47815 15.7294 8.09815 15.6094 6.59815C15.5394 5.78815 15.2594 5.04815 14.8394 4.41815C15.2194 4.22815 15.6594 4.10815 16.1094 4.06815C18.0694 3.89815 19.8194 5.35815 19.9894 7.33815Z M21.9883 16.5904C21.9083 17.5604 21.2883 18.4004 20.2483 18.9704C19.2483 19.5204 17.9883 19.7804 16.7383 19.7504C17.4583 19.1004 17.8783 18.2904 17.9583 17.4304C18.0583 16.1904 17.4683 15.0004 16.2883 14.0504C15.6183 13.5204 14.8383 13.1004 13.9883 12.7904C16.1983 12.1504 18.9783 12.5804 20.6883 13.9604C21.6083 14.7004 22.0783 15.6304 21.9883 16.5904Z"; - --member: "M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489Z"; - --threads: "M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.4 21.86 5.4 21.32V19.87C4.38 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19 5 9.02C5.13 9.01 5.26 9 5.4 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z M17.75 15.6C19.02 15.6 20.09 15.18 20.83 14.43C21.58 13.69 22 12.62 22 11.35V6.25C22 3.9 20.1 2 17.75 2H9.25C6.9 2 5 3.9 5 6.25V7C5 7.28 5.22 7.5 5.5 7.5H12.19C14.9 7.5 17.09 9.69 17.09 12.4V15.1C17.09 15.38 17.31 15.6 17.59 15.6H17.75Z"; - --threads-private: "M21.9989 12.8595C21.9989 15.1495 20.8189 17.1795 18.9989 18.4595L17.6589 21.4095C17.3489 22.0795 16.4489 22.2095 15.9789 21.6395L14.4989 19.8595C12.6389 19.8595 10.9289 19.2295 9.62891 18.1795L10.2289 17.4695C14.8489 17.1195 18.4989 13.4595 18.4989 8.99953C18.4989 8.23953 18.3889 7.48953 18.1889 6.76953C20.4589 7.96953 21.9989 10.2495 21.9989 12.8595Z M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9C2 11.29 3.18 13.32 5 14.6L6.34 17.55C6.65 18.22 7.55 18.34 8.02 17.78L8.57 17.12L9.5 16C13.64 16 17 12.87 17 9C17 7.95 16.75 6.96 16.3 6.07ZM12 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z"; - --stickers: "M17.75 3A3.25 3.25 0 0 1 21 6.25v6.749L16.251 13l-.213.007a3.25 3.25 0 0 0-2.714 1.832c-.42.114-.86.17-1.323.17-1.045 0-1.98-.29-2.824-.873a.75.75 0 1 0-.854 1.233 6.335 6.335 0 0 0 3.678 1.14c.227 0 .45-.01.671-.032l.329-.04L13 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5Zm2.591 11.72L14.72 20.34a2.266 2.266 0 0 1-.218.191L14.5 16.25l.006-.143c.069-.85.745-1.528 1.593-1.6l.151-.007h4.282c-.059.077-.123.15-.192.22ZM9.001 7.75a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 7.75Zm6 0a1.25 1.25 0 1 0 0 2.499 1.25 1.25 0 0 0 0-2.499Z"; - --gif: "M18.75 3.501A3.25 3.25 0 0 1 22 6.751v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.254V6.75a3.25 3.25 0 0 1 3.25-3.25h13.5ZM8.015 8.872c-1.627 0-2.754 1.41-2.754 3.123 0 1.713 1.128 3.126 2.754 3.126.887 0 1.703-.427 2.111-1.214l.077-.162.023-.07.018-.075.008-.083v-1.52l-.007-.093a.625.625 0 0 0-.516-.524l-.102-.008H8.625l-.092.006a.626.626 0 0 0-.524.516L8 11.997l.007.092c.04.268.25.48.516.524l.102.009h.376v.733l-.006.015c-.189.32-.552.5-.98.5-.866 0-1.504-.798-1.504-1.875 0-1.076.637-1.873 1.504-1.873.421 0 .66.047.96.19a.625.625 0 0 0 .542-1.126c-.483-.232-.905-.314-1.502-.314Zm4.614.122a.625.625 0 0 0-.618.533l-.007.092v4.763l.007.092a.625.625 0 0 0 1.236 0l.007-.092V9.619l-.007-.092a.625.625 0 0 0-.618-.533Zm4.993.007-1.997-.007a.625.625 0 0 0-.62.53l-.007.093v4.748l.006.093c.04.268.25.48.516.524l.103.008.092-.006c.268-.04.48-.25.524-.516l.009-.103-.001-1.115h1.123l.092-.006c.268-.04.48-.25.525-.516l.008-.102-.007-.092a.625.625 0 0 0-.516-.525l-.102-.008h-1.123v-1.756l1.37.006.093-.006a.625.625 0 0 0 .005-1.237l-.093-.007-1.997-.007 1.997.007Z"; - --gift: "M20 12V18C20 20.21 18.21 22 16 22H8C5.79 22 4 20.21 4 18V12C4 11.45 4.45 11 5 11H6.97C7.52 11 7.97 11.45 7.97 12V15.14C7.97 15.88 8.38 16.56 9.03 16.91C9.32 17.07 9.64 17.15 9.97 17.15C10.35 17.15 10.73 17.04 11.06 16.82L12.01 16.2L12.89 16.79C13.5 17.2 14.28 17.25 14.93 16.9C15.59 16.55 16 15.88 16 15.13V12C16 11.45 16.45 11 17 11H19C19.55 11 20 11.45 20 12Z M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z M11.6388 5.00141H6.11881C5.77881 4.63141 5.78881 4.06141 6.14881 3.70141L7.56881 2.28141C7.93881 1.91141 8.54881 1.91141 8.91881 2.28141L11.6388 5.00141Z M17.8716 5.00141H12.3516L15.0716 2.28141C15.4416 1.91141 16.0516 1.91141 16.4216 2.28141L17.8416 3.70141C18.2016 4.06141 18.2116 4.63141 17.8716 5.00141Z M13.9714 11C14.5214 11 14.9714 11.45 14.9714 12V15.13C14.9714 15.93 14.0814 16.41 13.4214 15.96L12.5214 15.36C12.1914 15.14 11.7614 15.14 11.4214 15.36L10.4814 15.98C9.82141 16.42 8.94141 15.94 8.94141 15.15V12C8.94141 11.45 9.39141 11 9.94141 11H13.9714Z"; - --send: "M18.0693 8.50867L9.50929 4.22867C3.75929 1.34867 1.39929 3.70867 4.27929 9.45867L5.14929 11.1987C5.39929 11.7087 5.39929 12.2987 5.14929 12.8087L4.27929 14.5387C1.39929 20.2887 3.74929 22.6487 9.50929 19.7687L18.0693 15.4887C21.9093 13.5687 21.9093 10.4287 18.0693 8.50867ZM14.8393 12.7487H9.43929C9.02929 12.7487 8.68929 12.4087 8.68929 11.9987C8.68929 11.5887 9.02929 11.2487 9.43929 11.2487H14.8393C15.2493 11.2487 15.5893 11.5887 15.5893 11.9987C15.5893 12.4087 15.2493 12.7487 14.8393 12.7487Z"; - --attach: "M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z"; - --play: "M14.9694 10.2301L12.0694 8.56012C11.3494 8.14012 10.4794 8.14012 9.75938 8.56012C9.03938 8.98012 8.60938 9.72012 8.60938 10.5601V13.9101C8.60938 14.7401 9.03938 15.4901 9.75938 15.9101C10.1194 16.1201 10.5194 16.2201 10.9094 16.2201C11.3094 16.2201 11.6994 16.1201 12.0594 15.9101L14.9594 14.2401C15.6794 13.8201 16.1094 13.0801 16.1094 12.2401C16.1294 11.4001 15.6994 10.6501 14.9694 10.2301Z"; - --home: "M20.8593 8.36985L13.9293 2.82985C12.8593 1.96985 11.1293 1.96985 10.0693 2.81985L3.13929 8.36985C2.35929 8.98985 1.85929 10.2998 2.02929 11.2798L3.35929 19.2398C3.59929 20.6598 4.95929 21.8098 6.39929 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2798C22.1293 10.2998 21.6293 8.98985 20.8593 8.36985ZM11.9993 15.4998C10.6193 15.4998 9.49929 14.3798 9.49929 12.9998C9.49929 11.6198 10.6193 10.4998 11.9993 10.4998C13.3793 10.4998 14.4993 11.6198 14.4993 12.9998C14.4993 14.3798 13.3793 15.4998 11.9993 15.4998Z"; - --rules: "M14.9303 2.5V8.4C14.9303 8.84 14.4103 9.06 14.0903 8.77L12.3403 7.16C12.1503 6.98 11.8503 6.98 11.6603 7.16L9.91031 8.76C9.59031 9.06 9.07031 8.83 9.07031 8.4V2.5C9.07031 2.22 9.29031 2 9.57031 2H14.4303C14.7103 2 14.9303 2.22 14.9303 2.5Z M16.98 2.05891C16.69 2.01891 16.43 2.26891 16.43 2.55891V8.57891C16.43 9.33891 15.98 10.0289 15.28 10.3389C14.58 10.6389 13.77 10.5089 13.21 9.98891L12.34 9.18891C12.15 9.00891 11.86 9.00891 11.66 9.18891L10.79 9.98891C10.43 10.3289 9.96 10.4989 9.49 10.4989C9.23 10.4989 8.97 10.4489 8.72 10.3389C8.02 10.0289 7.57 9.33891 7.57 8.57891V2.55891C7.57 2.26891 7.31 2.01891 7.02 2.05891C4.22 2.40891 3 4.29891 3 6.99891V16.9989C3 19.9989 4.5 21.9989 8 21.9989H16C19.5 21.9989 21 19.9989 21 16.9989V6.99891C21 4.29891 19.78 2.40891 16.98 2.05891ZM17.5 18.7489H9C8.59 18.7489 8.25 18.4089 8.25 17.9989C8.25 17.5889 8.59 17.2489 9 17.2489H17.5C17.91 17.2489 18.25 17.5889 18.25 17.9989C18.25 18.4089 17.91 18.7489 17.5 18.7489ZM17.5 14.7489H13.25C12.84 14.7489 12.5 14.4089 12.5 13.9989C12.5 13.5889 12.84 13.2489 13.25 13.2489H17.5C17.91 13.2489 18.25 13.5889 18.25 13.9989C18.25 14.4089 17.91 14.7489 17.5 14.7489"; - --text-channel: "M17 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V6.98C22 4.23 19.76 2 17 2ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12ZM16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z"; - --text-channel-private: "M18.03 9.5C16.08 9.5 14.5 7.92 14.5 5.97V3C14.5 2.45 14.05 2 13.5 2H7C4.24 2 2 4.23 2 6.98V13.95C2 16.71 4.24 18.95 7 18.95H8.5C8.78 18.95 9.14 19.13 9.3 19.35L10.8 21.34C11.46 22.22 12.54 22.22 13.2 21.34L14.7 19.35C14.89 19.1 15.19 18.95 15.5 18.95H17.01C19.77 18.95 22 16.72 22 13.96V10.5C22 9.95 21.55 9.5 21 9.5H18.03ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.44 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.44 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z"; - --voice-channel: "M18.0003 16.7503C17.8403 16.7503 17.6903 16.7003 17.5503 16.6003C17.2203 16.3503 17.1503 15.8803 17.4003 15.5503C18.9703 13.4603 18.9703 10.5403 17.4003 8.45027C17.1503 8.12027 17.2203 7.65027 17.5503 7.40027C17.8803 7.15027 18.3503 7.22027 18.6003 7.55027C20.5603 10.1703 20.5603 13.8303 18.6003 16.4503C18.4503 16.6503 18.2303 16.7503 18.0003 16.7503Z M19.8284 19.2503C19.6684 19.2503 19.5184 19.2003 19.3784 19.1003C19.0484 18.8503 18.9784 18.3803 19.2284 18.0503C21.8984 14.4903 21.8984 9.51027 19.2284 5.95027C18.9784 5.62027 19.0484 5.15027 19.3784 4.90027C19.7084 4.65027 20.1784 4.72027 20.4284 5.05027C23.4984 9.14027 23.4984 14.8603 20.4284 18.9503C20.2884 19.1503 20.0584 19.2503 19.8284 19.2503Z M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z"; - --voice-channel-private: "M19.3284 16.7503C19.1684 16.7503 19.0184 16.7003 18.8784 16.6003C18.5484 16.3503 18.4784 15.8803 18.7284 15.5503C20.2984 13.4603 20.2984 10.5403 18.7284 8.45027C18.4784 8.12027 18.5484 7.65027 18.8784 7.40027C19.2084 7.15027 19.6784 7.22027 19.9284 7.55027C21.8984 10.1703 21.8984 13.8303 19.9284 16.4503C19.7884 16.6503 19.5584 16.7503 19.3284 16.7503Z M15.3481 3.78168C14.2281 3.16168 12.7981 3.32168 11.3381 4.23168L8.41813 6.06168C8.21813 6.18168 7.98813 6.25168 7.75813 6.25168H6.82812H6.32812C3.90812 6.25168 2.57812 7.58168 2.57812 10.0017V14.0017C2.57812 16.4217 3.90812 17.7517 6.32812 17.7517H6.82812H7.75813C7.98813 17.7517 8.21813 17.8217 8.41813 17.9417L11.3381 19.7717C12.2181 20.3217 13.0781 20.5917 13.8781 20.5917C14.3981 20.5917 14.8981 20.4717 15.3481 20.2217C16.4581 19.6017 17.0781 18.3117 17.0781 16.5917V7.41168C17.0781 5.69168 16.4581 4.40168 15.3481 3.78168Z"; - --events: "M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 18.2098C9.16 18.2498 9.11 18.2998 9.06 18.3298C9 18.3698 8.94 18.3998 8.88 18.4198C8.82 18.4498 8.76 18.4698 8.7 18.4798C8.63 18.4898 8.57 18.4998 8.5 18.4998C8.37 18.4998 8.24 18.4698 8.12 18.4198C7.99 18.3698 7.89 18.2998 7.79 18.2098C7.61 18.0198 7.5 17.7598 7.5 17.4998C7.5 17.2398 7.61 16.9798 7.79 16.7898C7.89 16.6998 7.99 16.6298 8.12 16.5798C8.3 16.4998 8.5 16.4798 8.7 16.5198C8.76 16.5298 8.82 16.5498 8.88 16.5798C8.94 16.5998 9 16.6298 9.06 16.6698C9.11 16.7098 9.16 16.7498 9.21 16.7898C9.39 16.9798 9.5 17.2398 9.5 17.4998C9.5 17.7598 9.39 18.0198 9.21 18.2098ZM9.21 14.7098C9.02 14.8898 8.76 14.9998 8.5 14.9998C8.24 14.9998 7.98 14.8898 7.79 14.7098C7.61 14.5198 7.5 14.2598 7.5 13.9998C7.5 13.7398 7.61 13.4798 7.79 13.2898C8.07 13.0098 8.51 12.9198 8.88 13.0798C9.01 13.1298 9.12 13.1998 9.21 13.2898C9.39 13.4798 9.5 13.7398 9.5 13.9998C9.5 14.2598 9.39 14.5198 9.21 14.7098ZM12.71 18.2098C12.52 18.3898 12.26 18.4998 12 18.4998C11.74 18.4998 11.48 18.3898 11.29 18.2098C11.11 18.0198 11 17.7598 11 17.4998C11 17.2398 11.11 16.9798 11.29 16.7898C11.66 16.4198 12.34 16.4198 12.71 16.7898C12.89 16.9798 13 17.2398 13 17.4998C13 17.7598 12.89 18.0198 12.71 18.2098ZM12.71 14.7098C12.66 14.7498 12.61 14.7898 12.56 14.8298C12.5 14.8698 12.44 14.8998 12.38 14.9198C12.32 14.9498 12.26 14.9698 12.2 14.9798C12.13 14.9898 12.07 14.9998 12 14.9998C11.74 14.9998 11.48 14.8898 11.29 14.7098C11.11 14.5198 11 14.2598 11 13.9998C11 13.7398 11.11 13.4798 11.29 13.2898C11.38 13.1998 11.49 13.1298 11.62 13.0798C11.99 12.9198 12.43 13.0098 12.71 13.2898C12.89 13.4798 13 13.7398 13 13.9998C13 14.2598 12.89 14.5198 12.71 14.7098ZM16.21 18.2098C16.02 18.3898 15.76 18.4998 15.5 18.4998C15.24 18.4998 14.98 18.3898 14.79 18.2098C14.61 18.0198 14.5 17.7598 14.5 17.4998C14.5 17.2398 14.61 16.9798 14.79 16.7898C15.16 16.4198 15.84 16.4198 16.21 16.7898C16.39 16.9798 16.5 17.2398 16.5 17.4998C16.5 17.7598 16.39 18.0198 16.21 18.2098ZM16.21 14.7098C16.16 14.7498 16.11 14.7898 16.06 14.8298C16 14.8698 15.94 14.8998 15.88 14.9198C15.82 14.9498 15.76 14.9698 15.7 14.9798C15.63 14.9898 15.56 14.9998 15.5 14.9998C15.24 14.9998 14.98 14.8898 14.79 14.7098C14.61 14.5198 14.5 14.2598 14.5 13.9998C14.5 13.7398 14.61 13.4798 14.79 13.2898C14.89 13.1998 14.99 13.1298 15.12 13.0798C15.3 12.9998 15.5 12.9798 15.7 13.0198C15.76 13.0298 15.82 13.0498 15.88 13.0798C15.94 13.0998 16 13.1298 16.06 13.1698C16.11 13.2098 16.16 13.2498 16.21 13.2898C16.39 13.4798 16.5 13.7398 16.5 13.9998C16.5 14.2598 16.39 14.5198 16.21 14.7098Z "; - --event-add: "M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H12.93C13.62 21.9998 14.1 21.3298 13.88 20.6798C13.68 20.0998 13.51 19.4598 13.51 18.9998C13.51 15.9698 15.98 13.4998 19.01 13.4998C19.3 13.4998 19.59 13.5198 19.87 13.5698C20.47 13.6598 21.01 13.1898 21.01 12.5898V10.8498C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 17.7098C9.11 17.7998 9 17.8698 8.88 17.9198C8.76 17.9698 8.63 17.9998 8.5 17.9998C8.37 17.9998 8.24 17.9698 8.12 17.9198C8 17.8698 7.89 17.7998 7.79 17.7098C7.61 17.5198 7.5 17.2598 7.5 16.9998C7.5 16.9398 7.51 16.8698 7.52 16.8098C7.53 16.7398 7.55 16.6798 7.58 16.6198C7.6 16.5598 7.63 16.4998 7.67 16.4398C7.7 16.3898 7.75 16.3398 7.79 16.2898C7.89 16.1998 8 16.1298 8.12 16.0798C8.36 15.9798 8.64 15.9798 8.88 16.0798C9 16.1298 9.11 16.1998 9.21 16.2898C9.25 16.3398 9.3 16.3898 9.33 16.4398C9.37 16.4998 9.4 16.5598 9.42 16.6198C9.45 16.6798 9.47 16.7398 9.48 16.8098C9.49 16.8698 9.5 16.9398 9.5 16.9998C9.5 17.2598 9.39 17.5198 9.21 17.7098ZM9.21 14.2098C9.11 14.2998 9 14.3698 8.88 14.4198C8.76 14.4698 8.63 14.4998 8.5 14.4998C8.37 14.4998 8.24 14.4698 8.12 14.4198C7.99 14.3698 7.89 14.2998 7.79 14.2098C7.61 14.0198 7.5 13.7598 7.5 13.4998C7.5 13.2398 7.61 12.9798 7.79 12.7898C7.89 12.6998 8 12.6298 8.12 12.5798C8.36 12.4798 8.64 12.4798 8.88 12.5798C9 12.6298 9.11 12.6998 9.21 12.7898C9.25 12.8398 9.3 12.8898 9.33 12.9398C9.37 12.9998 9.4 13.0598 9.42 13.1198C9.45 13.1798 9.47 13.2398 9.48 13.2998C9.49 13.3698 9.5 13.4398 9.5 13.4998C9.5 13.7598 9.39 14.0198 9.21 14.2098ZM12.71 14.2098C12.52 14.3898 12.27 14.4998 12 14.4998C11.87 14.4998 11.74 14.4698 11.62 14.4198C11.49 14.3698 11.39 14.2998 11.29 14.2098C11.11 14.0198 11 13.7598 11 13.4998C11 13.4398 11.01 13.3698 11.02 13.2998C11.03 13.2398 11.05 13.1798 11.08 13.1198C11.1 13.0598 11.13 12.9998 11.17 12.9398C11.21 12.8898 11.25 12.8398 11.29 12.7898C11.66 12.4198 12.33 12.4198 12.71 12.7898C12.75 12.8398 12.79 12.8898 12.83 12.9398C12.87 12.9998 12.9 13.0598 12.92 13.1198C12.95 13.1798 12.97 13.2398 12.98 13.2998C12.99 13.3698 13 13.4398 13 13.4998C13 13.7598 12.89 14.0198 12.71 14.2098Z M21.83 16.17C20.27 14.61 17.73 14.61 16.17 16.17C14.61 17.73 14.61 20.27 16.17 21.83C17.73 23.39 20.27 23.39 21.83 21.83C23.39 20.27 23.39 17.73 21.83 16.17ZM21.07 19.56C20.94 19.7 20.75 19.78 20.54 19.78H19.8V20.56C19.8 20.77 19.72 20.95 19.58 21.09C19.44 21.23 19.26 21.31 19.05 21.31C18.64 21.31 18.3 20.97 18.3 20.56V19.78H17.55C17.14 19.78 16.8 19.45 16.8 19.03C16.8 18.62 17.14 18.28 17.55 18.28H18.3V17.57C18.3 17.16 18.63 16.82 19.05 16.82C19.46 16.82 19.8 17.16 19.8 17.57V18.28H20.54C20.96 18.28 21.29 18.62 21.29 19.03C21.29 19.24 21.21 19.43 21.07 19.56Z"; - --announcement-channel: "M5.112 17.454C3.345 17.155 2 15.617 2 13.766V9.509c0-2.061 1.666-3.733 3.727-3.741 1.609-.006 3.408-.013 4.665-.018 1.062-.004 2.113-.214 3.096-.617 1.096-.45 2.648-1.088 4.126-1.695.981-.402 2.097-.29 2.978.3.88.59 1.408 1.581 1.408 2.64v10.519c0 1.059-.528 2.049-1.408 2.64-.881.59-1.997.702-2.978.3l-3.41-1.401c-.905 1.421-2.495 2.364-4.303 2.364-2.198 0-4.073-1.394-4.789-3.346Zm2.472.933c-.305-.279-.438-.7-.35-1.104.088-.404.384-.731.778-.858 1.081-.404 2.721-.326 3.776.334.327.215.524.58.524.972 0 .391-.197.756-.525.971-.545.348-1.192.547-1.886.547-.885 0-1.695-.325-2.317-.862Z"; - --announcement-channel-private: "M15.001 4.511c.171-.07.365-.06.529.026.164.087.281.241.319.423h.001c.34 1.57 1.62 2.85 3.19 3.19.61.13 1.2.13 1.76.03.62-.12 1.2.34 1.2.97v7.747c0 1.059-.528 2.049-1.408 2.64-.881.59-1.997.702-2.978.3l-3.41-1.401c-.905 1.421-2.495 2.364-4.303 2.364-2.198 0-4.073-1.394-4.789-3.346C3.345 17.155 2 15.617 2 13.766V9.509c0-2.061 1.666-3.733 3.727-3.741 1.609-.006 3.408-.013 4.665-.018 1.062-.004 2.113-.214 3.096-.617.442-.181.958-.393 1.513-.622ZM7.584 18.387c-.305-.279-.438-.7-.35-1.104.088-.404.384-.731.778-.858 1.081-.404 2.721-.326 3.776.334.327.215.524.58.524.972 0 .391-.197.756-.525.971-.545.348-1.192.547-1.886.547-.885 0-1.695-.325-2.317-.862Z"; - --stage: "M12.0011 14.3811C13.3155 14.3811 14.3811 13.3155 14.3811 12.0011C14.3811 10.6867 13.3155 9.62109 12.0011 9.62109C10.6867 9.62109 9.62109 10.6867 9.62109 12.0011C9.62109 13.3155 10.6867 14.3811 12.0011 14.3811Z M20.0003 18.7503C19.8403 18.7503 19.6903 18.7003 19.5503 18.6003C19.2203 18.3503 19.1503 17.8803 19.4003 17.5503C20.6103 15.9403 21.2503 14.0203 21.2503 12.0003C21.2503 9.98027 20.6103 8.06027 19.4003 6.45027C19.1503 6.12027 19.2203 5.65027 19.5503 5.40027C19.8803 5.15027 20.3503 5.22027 20.6003 5.55027C22.0103 7.42027 22.7503 9.65027 22.7503 12.0003C22.7503 14.3503 22.0103 16.5803 20.6003 18.4503C20.4503 18.6503 20.2303 18.7503 20.0003 18.7503Z M4 18.7503C3.77 18.7503 3.55 18.6503 3.4 18.4503C1.99 16.5803 1.25 14.3503 1.25 12.0003C1.25 9.65027 1.99 7.42027 3.4 5.55027C3.65 5.22027 4.12 5.15027 4.45 5.40027C4.78 5.65027 4.85 6.12027 4.6 6.45027C3.39 8.06027 2.75 9.98027 2.75 12.0003C2.75 14.0203 3.39 15.9403 4.6 17.5503C4.85 17.8803 4.78 18.3503 4.45 18.6003C4.32 18.7003 4.16 18.7503 4 18.7503Z M16.8011 16.3487C16.6411 16.3487 16.4911 16.2987 16.3511 16.1987C16.0211 15.9487 15.9511 15.4787 16.2011 15.1487C16.8911 14.2387 17.2511 13.1487 17.2511 11.9987C17.2511 10.8487 16.8911 9.75871 16.2011 8.84871C15.9511 8.51871 16.0211 8.04871 16.3511 7.79871C16.6811 7.54871 17.1511 7.61871 17.4011 7.94871C18.2811 9.12871 18.7511 10.5287 18.7511 11.9987C18.7511 13.4687 18.2811 14.8787 17.4011 16.0487C17.2511 16.2487 17.0311 16.3487 16.8011 16.3487Z M7.2 16.3487C6.97 16.3487 6.75 16.2487 6.6 16.0487C5.72 14.8787 5.25 13.4687 5.25 11.9987C5.25 10.5287 5.72 9.11871 6.6 7.94871C6.85 7.61871 7.32 7.54871 7.65 7.79871C7.98 8.04871 8.05 8.51871 7.8 8.84871C7.11 9.75871 6.75 10.8487 6.75 11.9987C6.75 13.1487 7.11 14.2387 7.8 15.1487C8.05 15.4787 7.98 15.9487 7.65 16.1987C7.52 16.2987 7.36 16.3487 7.2 16.3487Z"; - --lock: "M18.75 8V10.1C18.31 10.04 17.81 10.01 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.19 10.01 5.69 10.04 5.25 10.1V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8Z M18.75 10.1C18.31 10.04 17.81 10.01 17.25 10H6.75C6.19 10.01 5.69 10.04 5.25 10.1C2.7 10.41 2 11.66 2 15V17C2 21 3 22 7 22H17C21 22 22 21 22 17V15C22 11.66 21.3 10.41 18.75 10.1ZM8.71 16.71C8.52 16.89 8.26 17 8 17C7.87 17 7.74 16.97 7.62 16.92C7.49 16.87 7.39 16.8 7.29 16.71C7.11 16.52 7 16.26 7 16C7 15.87 7.03 15.74 7.08 15.62C7.13 15.5 7.2 15.39 7.29 15.29C7.39 15.2 7.49 15.13 7.62 15.08C7.99 14.92 8.43 15.01 8.71 15.29C8.8 15.39 8.87 15.5 8.92 15.62C8.97 15.74 9 15.87 9 16C9 16.26 8.89 16.52 8.71 16.71ZM12.92 16.38C12.87 16.5 12.8 16.61 12.71 16.71C12.52 16.89 12.26 17 12 17C11.73 17 11.48 16.89 11.29 16.71C11.2 16.61 11.13 16.5 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.73 11.11 15.48 11.29 15.29C11.66 14.92 12.33 14.92 12.71 15.29C12.89 15.48 13 15.73 13 16C13 16.13 12.97 16.26 12.92 16.38ZM16.71 16.71C16.52 16.89 16.26 17 16 17C15.74 17 15.48 16.89 15.29 16.71C15.11 16.52 15 16.27 15 16C15 15.73 15.11 15.48 15.29 15.29C15.67 14.92 16.34 14.92 16.71 15.29C16.75 15.34 16.79 15.39 16.83 15.45C16.87 15.5 16.9 15.56 16.92 15.62C16.95 15.68 16.97 15.74 16.98 15.8C16.99 15.87 17 15.94 17 16C17 16.26 16.89 16.52 16.71 16.71Z"; - --message: "M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z"; - --discord: var(--message); - --favorites: "M15.3895 5.21125L16.7995 8.03125C16.9895 8.42125 17.4995 8.79125 17.9295 8.87125L20.4795 9.29125C22.1095 9.56125 22.4895 10.7413 21.3195 11.9213L19.3295 13.9113C18.9995 14.2413 18.8095 14.8913 18.9195 15.3613L19.4895 17.8213C19.9395 19.7613 18.8995 20.5213 17.1895 19.5013L14.7995 18.0813C14.3695 17.8213 13.6495 17.8213 13.2195 18.0813L10.8295 19.5013C9.11945 20.5113 8.07945 19.7613 8.52945 17.8213L9.09945 15.3613C9.18945 14.8813 8.99945 14.2313 8.66945 13.9013L6.67945 11.9113C5.50945 10.7413 5.88945 9.56125 7.51945 9.28125L10.0695 8.86125C10.4995 8.79125 11.0095 8.41125 11.1995 8.02125L12.6095 5.20125C13.3795 3.68125 14.6195 3.68125 15.3895 5.21125Z"; - --explore: "M20.9808 3.02084C20.1108 2.15084 18.8808 1.81084 17.6908 2.11084L7.89084 4.56084C6.24084 4.97084 4.97084 6.25084 4.56084 7.89084L2.11084 17.7008C1.81084 18.8908 2.15084 20.1208 3.02084 20.9908C3.68084 21.6408 4.55084 22.0008 5.45084 22.0008C5.73084 22.0008 6.02084 21.9708 6.30084 21.8908L16.1108 19.4408C17.7508 19.0308 19.0308 17.7608 19.4408 16.1108L21.8908 6.30084C22.1908 5.11084 21.8508 3.88084 20.9808 3.02084ZM12.0008 15.8808C9.86084 15.8808 8.12084 14.1408 8.12084 12.0008C8.12084 9.86084 9.86084 8.12084 12.0008 8.12084C14.1408 8.12084 15.8808 9.86084 15.8808 12.0008C15.8808 14.1408 14.1408 15.8808 12.0008 15.8808Z"; - --add: "M18.1291 14.2501H17.2491V13.3701C17.2491 12.9601 16.9091 12.6201 16.4991 12.6201C16.0891 12.6201 15.7491 12.9601 15.7491 13.3701V14.2501H14.8691C14.4591 14.2501 14.1191 14.5901 14.1191 15.0001C14.1191 15.4101 14.4591 15.7501 14.8691 15.7501H15.7491V16.6301C15.7491 17.0401 16.0891 17.3801 16.4991 17.3801C16.9091 17.3801 17.2491 17.0401 17.2491 16.6301V15.7501H18.1291C18.5391 15.7501 18.8791 15.4101 18.8791 15.0001C18.8791 14.5901 18.5391 14.2501 18.1291 14.2501Z"; - --video: "M21.15 6.17C20.74 5.95 19.88 5.72 18.71 6.54L17.24 7.58C17.13 4.47 15.78 3.25 12.5 3.25H6.5C3.08 3.25 1.75 4.58 1.75 8V16C1.75 18.3 3 20.75 6.5 20.75H12.5C15.78 20.75 17.13 19.53 17.24 16.42L18.71 17.46C19.33 17.9 19.87 18.04 20.3 18.04C20.67 18.04 20.96 17.93 21.15 17.83C21.56 17.62 22.25 17.05 22.25 15.62V8.38C22.25 6.95 21.56 6.38 21.15 6.17ZM11 11.38C9.97 11.38 9.12 10.54 9.12 9.5C9.12 8.46 9.97 7.62 11 7.62C12.03 7.62 12.88 8.46 12.88 9.5C12.88 10.54 12.03 11.38 11 11.38Z"; - --call: "M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z"; - --call-dc: "M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z M19.0599 6.00187L20.2999 4.76188C20.5899 4.47188 20.5899 3.99187 20.2999 3.70188C20.0099 3.41188 19.5299 3.41188 19.2399 3.70188L17.9999 4.94187L16.7599 3.70188C16.4699 3.41188 15.9899 3.41188 15.6999 3.70188C15.4099 3.99187 15.4099 4.47188 15.6999 4.76188L16.9399 6.00187L15.6999 7.24187C15.4099 7.53187 15.4099 8.01188 15.6999 8.30188C15.8499 8.45188 16.0399 8.52188 16.2299 8.52188C16.4199 8.52188 16.6099 8.45188 16.7599 8.30188L17.9999 7.06187L19.2399 8.30188C19.3899 8.45188 19.5799 8.52188 19.7699 8.52188C19.9599 8.52188 20.1499 8.45188 20.2999 8.30188C20.5899 8.01188 20.5899 7.53187 20.2999 7.24187L19.0599 6.00187Z"; - --screen-share: "M20.97 10.37V13.56C20.97 15.88 19.09 17.76 16.77 17.76H13.21C12.66 17.76 12.21 18.2 12.21 18.76V19.58C12.21 20.13 12.66 20.58 13.21 20.58H15.47C15.86 20.58 16.18 20.89 16.18 21.29C16.18 21.68 15.86 22 15.47 22H7.53C7.14 22 6.82 21.68 6.82 21.29C6.82 20.89 7.14 20.58 7.53 20.58H9.79C10.34 20.58 10.79 20.13 10.79 19.58V18.76C10.79 18.2 10.34 17.76 9.79 17.76H6.19C3.88 17.76 2 15.88 2 13.56V7.19C2 4.88 3.88 3 6.19 3H10.5C11.05 3 11.5 3.45 11.5 4V6.15C11.5 8.08 12.79 9.37 14.71 9.37H19.97C20.52 9.37 20.97 9.82 20.97 10.37Z M21.99 2.35962L20.86 3.14962V2.72962C20.86 1.77962 20.09 1.01962 19.15 1.01962H14.87C13.84 1.00962 13 1.84962 13 2.87962V6.15962C13 7.01962 13.43 7.86962 14.71 7.86962H19.14C20.09 7.86962 20.85 7.09962 20.85 6.15962V5.72962L21.98 6.51962C22.55 6.90962 23 6.66962 23 5.98962V2.88962C23 2.20962 22.55 1.97962 21.99 2.35962Z"; - --rocket: "M19.698 2.512a2.75 2.75 0 0 1 1.81 1.81l.207.665a6.75 6.75 0 0 1-1.673 6.776l-.998.998a3.497 3.497 0 0 1-.328 4.568l-1.242 1.242a.75.75 0 0 1-1.06 0l-1.59-1.59-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.889a.75.75 0 0 1 .146-1.174l1.384-.829-.47-.47a1.75 1.75 0 0 1 0-2.475l.18-.18-1.592-1.59a.75.75 0 0 1 0-1.061l1.243-1.243a3.498 3.498 0 0 1 4.569-.327l.996-.995a6.75 6.75 0 0 1 6.773-1.674l.663.205Zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.301l-5.396 5.397a.25.25 0 0 0 0 .353l5.307 5.307a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27l-.206-.665ZM6.69 18.395a.75.75 0 0 0-1.06-1.061l-2.476 2.475a.75.75 0 0 0 1.061 1.06l2.475-2.474ZM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.06a.75.75 0 1 1-1.061-1.06l1.06-1.06a.75.75 0 0 1 1.061 0ZM8.632 20.341a.75.75 0 1 0-1.06-1.06l-1.059 1.058a.75.75 0 0 0 1.06 1.06l1.06-1.058Z M13.057 7.431a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536Zm2.475 1.06a1 1 0 1 0-1.414 1.415 1 1 0 0 0 1.414-1.414Z"; - --message-add: "M5.21 13.5117C4.12 13.4417 3 13.8417 2.17 14.6717C0.61 16.2317 0.61 18.7617 2.17 20.3317C2.7 20.8617 3.35 21.2117 4.04 21.3817C4.42 21.4817 4.82 21.5117 5.22 21.4917C6.17 21.4517 7.1 21.0717 7.83 20.3417C8.86 19.3117 9.21 17.8617 8.88 16.5517C8.72 15.8617 8.36 15.2117 7.83 14.6817C7.11 13.9517 6.17 13.5617 5.21 13.5117ZM7.24 17.4817C7.24 17.6917 7.16 17.8717 7.02 18.0117C6.88 18.1517 6.7 18.2317 6.49 18.2317H5.75V19.0117C5.75 19.2217 5.67 19.4017 5.53 19.5417C5.39 19.6817 5.21 19.7617 5 19.7617C4.59 19.7617 4.25 19.4217 4.25 19.0117V18.2317H3.5C3.09 18.2317 2.75 17.8917 2.75 17.4817C2.75 17.0717 3.09 16.7317 3.5 16.7317H4.25V16.0217C4.25 15.6117 4.59 15.2717 5 15.2717C5.41 15.2717 5.75 15.6117 5.75 16.0217V16.7317H6.49C6.91 16.7317 7.24 17.0717 7.24 17.4817Z M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z"; - --reply: "M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"; - --edit: "M19.0206 3.48162C17.0806 1.54162 15.1806 1.49162 13.1906 3.48162L11.9806 4.69162C11.8806 4.79162 11.8406 4.95162 11.8806 5.09162C12.6406 7.74162 14.7606 9.86162 17.4106 10.6216C17.4506 10.6316 17.4906 10.6416 17.5306 10.6416C17.6406 10.6416 17.7406 10.6016 17.8206 10.5216L19.0206 9.31162C20.0106 8.33162 20.4906 7.38162 20.4906 6.42162C20.5006 5.43162 20.0206 4.47162 19.0206 3.48162Z M15.6103 11.5308C15.3203 11.3908 15.0403 11.2508 14.7703 11.0908C14.5503 10.9608 14.3403 10.8208 14.1303 10.6708C13.9603 10.5608 13.7603 10.4008 13.5703 10.2408C13.5503 10.2308 13.4803 10.1708 13.4003 10.0908C13.0703 9.81078 12.7003 9.45078 12.3703 9.05078C12.3403 9.03078 12.2903 8.96078 12.2203 8.87078C12.1203 8.75078 11.9503 8.55078 11.8003 8.32078C11.6803 8.17078 11.5403 7.95078 11.4103 7.73078C11.2503 7.46078 11.1103 7.19078 10.9703 6.91078C10.9491 6.86539 10.9286 6.82022 10.9088 6.77532C10.7612 6.442 10.3265 6.34455 10.0688 6.60231L4.34032 12.3308C4.21032 12.4608 4.09032 12.7108 4.06032 12.8808L3.52032 16.7108C3.42032 17.3908 3.61032 18.0308 4.03032 18.4608C4.39032 18.8108 4.89032 19.0008 5.43032 19.0008C5.55032 19.0008 5.67032 18.9908 5.79032 18.9708L9.63032 18.4308C9.81032 18.4008 10.0603 18.2808 10.1803 18.1508L15.9016 12.4295C16.1612 12.1699 16.0633 11.7245 15.7257 11.5804C15.6877 11.5642 15.6492 11.5476 15.6103 11.5308Z"; - --copy-link: "M7.24989 12C7.24989 11.59 7.58989 11.25 7.99989 11.25H10.9999V7.5C10.9999 6.95 10.5499 6.5 9.99989 6.5H7.76989C4.61989 6.5 1.87989 9.08 1.99989 12.22C2.05989 13.65 2.65989 14.94 3.60989 15.89C4.60989 16.88 5.97989 17.5 7.49989 17.5H9.99989C10.5499 17.5 10.9999 17.05 10.9999 16.5V12.75H7.99989C7.58989 12.75 7.24989 12.41 7.24989 12Z M20.39 8.11C19.39 7.12 18.02 6.5 16.5 6.5H14C13.45 6.5 13 6.95 13 7.5V11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H13V16.5C13 17.05 13.45 17.5 14 17.5H16.23C19.38 17.5 22.12 14.92 21.99 11.78C21.94 10.35 21.33 9.06 20.39 8.11Z M13 11.25H11V12.75H13V11.25Z"; - --delete: "M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z"; - --reactions: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm2.492 7.36a.75.75 0 1 1-1.484-.22c.162-1.09 1.123-1.89 2.242-1.89s2.08.8 2.242 1.89a.75.75 0 1 1-1.484.22c-.048-.323-.35-.61-.758-.61-.408 0-.71.287-.758.61ZM12 18c-3.142 0-5.237-2.363-5.5-5.25h11C17.237 15.637 15.142 18 12 18ZM8.75 8.75c-.408 0-.71.287-.758.61a.75.75 0 1 1-1.484-.22C6.67 8.05 7.631 7.25 8.75 7.25s2.08.8 2.242 1.89a.75.75 0 1 1-1.484.22c-.048-.323-.35-.61-.758-.61Z"; - --reaction-add: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11ZM12 2c5.524 0 10.002 4.478 10.002 10.002 0 .263-.01.524-.03.782a6.502 6.502 0 0 0-10.88 3.626 4.487 4.487 0 0 1-2.63-1.625.75.75 0 1 0-1.178.928 5.993 5.993 0 0 0 3.73 2.21c.1 1.564.754 2.98 1.769 4.05-.258.02-.52.03-.783.03-5.524 0-10.002-4.478-10.002-10.001C1.998 6.477 6.476 1.999 12 1.999Zm5.5 12-.09.008a.5.5 0 0 0-.402.402L17 14.5V17L14.498 17l-.09.008a.5.5 0 0 0-.402.402l-.008.09.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001.09-.008a.5.5 0 0 0 .402-.402l.008-.09-.008-.09a.5.5 0 0 0-.402-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 14ZM9 8.751a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 8.75Zm6 0a1.25 1.25 0 1 0 0 2.499 1.25 1.25 0 0 0 0-2.499Z"; - --mark-unread: "M4.17038 15.2998L8.70038 19.8298C10.5604 21.6898 13.5804 21.6898 15.4504 19.8298L19.8404 15.4398C21.7004 13.5798 21.7004 10.5598 19.8404 8.6898L15.3004 4.1698C14.3504 3.2198 13.0404 2.7098 11.7004 2.7798L6.70038 3.0198C4.70038 3.1098 3.11038 4.6998 3.01038 6.6898L2.77038 11.6898C2.71038 13.0398 3.22038 14.3498 4.17038 15.2998Z"; - --invite: "M11 17.5a6.47 6.47 0 0 1 1.023-3.5h-7.77a2.249 2.249 0 0 0-2.25 2.25v.919c0 .572.18 1.13.511 1.596C4.056 20.929 6.58 22 10 22c.932 0 1.797-.08 2.592-.24A6.475 6.475 0 0 1 11 17.502ZM15 7.005a5 5 0 1 0-10 0 5 5 0 0 0 10 0Z M23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0Zm-5.59-3.492L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17h2.504l.09.008a.5.5 0 0 1 .402.402l.008.09-.008.09a.5.5 0 0 1-.402.402l-.09.008H18L18 20.5l-.008.09a.5.5 0 0 1-.402.402L17.5 21l-.09-.008a.5.5 0 0 1-.402-.402L17 20.5V18h-2.496l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17L17 14.5l.008-.09a.5.5 0 0 1 .402-.402Z"; - --crown: "M2 15.29V5.71002C2 4.38002 2.77 4.06002 3.71 5.00002L6.3 7.59002C6.69 7.98002 7.33 7.98002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.7 4.00002L16.29 7.59002C16.68 7.98002 17.32 7.98002 17.7 7.59002L20.29 5.00002C21.23 4.06002 22 4.38002 22 5.71002V15.3C22 18.3 20 20.3 17 20.3H7C4.24 20.29 2 18.05 2 15.29Z"; - --music: "M20.8894 5.1786V16.4786C20.8894 18.4586 19.2794 20.0686 17.2994 20.0686C15.3294 20.0686 13.7094 18.4586 13.7094 16.4786C13.7094 14.5086 15.3294 12.8986 17.2994 12.8986C18.1394 12.8986 18.8894 13.1886 19.4994 13.6686V7.7186L10.2894 10.3386V18.4086C10.2894 20.3886 8.66937 21.9986 6.69937 21.9986C4.71937 21.9986 3.10938 20.3886 3.10938 18.4086C3.10938 16.4386 4.71937 14.8286 6.69937 14.8286C7.52938 14.8286 8.27938 15.1186 8.88938 15.5886V6.7486C8.88938 5.2786 9.77938 4.1386 11.1894 3.7586L16.9694 2.1786C18.1394 1.8586 19.1294 1.9686 19.8294 2.5086C20.5394 3.0386 20.8894 3.9386 20.8894 5.1786Z"; - --game: "M16.65 5.71875H7.35C4.4 5.71875 2 8.11875 2 11.0687V16.6488C2 19.5988 4.4 21.9988 7.35 21.9988H16.65C19.6 21.9988 22 19.5988 22 16.6488V11.0687C22 8.11875 19.6 5.71875 16.65 5.71875ZM14.5 12.0188C14.5 11.4688 14.95 11.0188 15.5 11.0188C16.05 11.0188 16.5 11.4688 16.5 12.0188C16.5 12.5688 16.05 13.0287 15.5 13.0287C14.95 13.0287 14.5 12.5888 14.5 12.0388V12.0188ZM10.13 16.0688C9.98 16.2188 9.79 16.2888 9.6 16.2888C9.41 16.2888 9.22 16.2188 9.07 16.0688L8.04 15.0387L7.05 16.0288C6.9 16.1788 6.71 16.2488 6.52 16.2488C6.33 16.2488 6.14 16.1788 5.99 16.0288C5.7 15.7388 5.7 15.2587 5.99 14.9688L6.98 13.9788L6.02 13.0188C5.73 12.7288 5.73 12.2488 6.02 11.9588C6.31 11.6688 6.79 11.6688 7.08 11.9588L8.04 12.9188L9.03 11.9288C9.32 11.6388 9.8 11.6388 10.09 11.9288C10.38 12.2188 10.38 12.6988 10.09 12.9887L9.1 13.9788L10.13 15.0088C10.42 15.2988 10.42 15.7788 10.13 16.0688ZM13.54 14.9988C12.99 14.9988 12.53 14.5488 12.53 13.9988C12.53 13.4488 12.97 12.9988 13.52 12.9988H13.54C14.09 12.9988 14.54 13.4488 14.54 13.9988C14.54 14.5488 14.1 14.9988 13.54 14.9988ZM15.5 16.9688C14.95 16.9688 14.5 16.5288 14.5 15.9788V15.9587C14.5 15.4087 14.95 14.9587 15.5 14.9587C16.05 14.9587 16.5 15.4087 16.5 15.9587C16.5 16.5087 16.06 16.9688 15.5 16.9688ZM17.48 14.9988C16.93 14.9988 16.47 14.5488 16.47 13.9988C16.47 13.4488 16.91 12.9988 17.46 12.9988H17.48C18.03 12.9988 18.48 13.4488 18.48 13.9988C18.48 14.5488 18.04 14.9988 17.48 14.9988Z M13.6394 2.71L13.6294 3.65C13.6194 4.53 12.8894 5.26 11.9994 5.26C11.8494 5.26 11.7594 5.36 11.7594 5.49C11.7594 5.62 11.8594 5.72 11.9894 5.72H10.3794C10.3694 5.65 10.3594 5.57 10.3594 5.49C10.3594 4.59 11.0894 3.86 11.9794 3.86C12.1294 3.86 12.2294 3.76 12.2294 3.63L12.2394 2.69C12.2494 2.31 12.5594 2 12.9394 2H12.9494C13.3394 2 13.6394 2.32 13.6394 2.71Z"; - --science: "M5.40002 2.09998H18.6C19.7 2.09998 20.6 2.99998 20.6 4.09998V6.29998C20.6 7.09998 20.1 8.09998 19.6 8.59998L15.3 12.4C14.7 12.9 14.3 13.9 14.3 14.7V19C14.3 19.6 13.9 20.4 13.4 20.7L12 21.6C10.7 22.4 8.90002 21.5 8.90002 19.9V14.6C8.90002 13.9 8.50002 13 8.10002 12.5L4.30002 8.49998C3.80002 7.99998 3.40002 7.09998 3.40002 6.49998V4.19998C3.40002 2.99998 4.30002 2.09998 5.40002 2.09998Z M10.93 2.09998L6 9.99998"; - --entertainment: "M20 6V6.24H14.87C11.9 6.24 10.52 7.62 10.52 10.59V15.7H9.75V19.25H10.52V20.75H4.95C4.54 20.75 4.2 20.41 4.2 20C4.2 19.59 4.54 19.25 4.95 19.25H8.25V15.7H6C2.87 15.7 2.03 14.93 2 11.9V6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6Z M19.9995 7.78828C19.7495 7.75828 19.4595 7.73828 19.1495 7.73828H14.8695C12.7295 7.73828 12.0195 8.44828 12.0195 10.5883V19.2483C12.0295 19.8683 12.0995 20.3583 12.2495 20.7483C12.5995 21.6583 13.3895 21.9983 14.8695 21.9983H19.1495C21.2895 21.9983 21.9995 21.2883 21.9995 19.1483V10.5883C21.9995 8.75828 21.4795 7.97828 19.9995 7.78828ZM17.0095 10.0883C17.8795 10.0883 18.5795 10.7883 18.5795 11.6583C18.5795 12.5283 17.8795 13.2283 17.0095 13.2283C16.1395 13.2283 15.4395 12.5283 15.4395 11.6583C15.4395 10.7883 16.1395 10.0883 17.0095 10.0883ZM17.0095 19.1483C15.8295 19.1483 14.8695 18.1883 14.8695 17.0083C14.8695 16.5183 15.0395 16.0583 15.3195 15.6983C15.7095 15.1983 16.3195 14.8683 17.0095 14.8683C17.5495 14.8683 18.0395 15.0683 18.4095 15.3883C18.8595 15.7883 19.1495 16.3683 19.1495 17.0083C19.1495 18.1883 18.1895 19.1483 17.0095 19.1483Z"; - --school-hub: "M20 14.25C21.2426 14.25 22.25 13.2426 22.25 12C22.25 10.7574 21.2426 9.75 20 9.75C18.7574 9.75 17.75 10.7574 17.75 12C17.75 13.2426 18.7574 14.25 20 14.25Z M20 6.25C21.2426 6.25 22.25 5.24264 22.25 4C22.25 2.75736 21.2426 1.75 20 1.75C18.7574 1.75 17.75 2.75736 17.75 4C17.75 5.24264 18.7574 6.25 20 6.25Z M20 22.25C21.2426 22.25 22.25 21.2426 22.25 20C22.25 18.7574 21.2426 17.75 20 17.75C18.7574 17.75 17.75 18.7574 17.75 20C17.75 21.2426 18.7574 22.25 20 22.25Z M4 14.25C5.24264 14.25 6.25 13.2426 6.25 12C6.25 10.7574 5.24264 9.75 4 9.75C2.75736 9.75 1.75 10.7574 1.75 12C1.75 13.2426 2.75736 14.25 4 14.25Z M19 12.75C19.41 12.75 19.75 12.41 19.75 12C19.75 11.59 19.41 11.25 19 11.25H11.75V7C11.75 5.42 12.42 4.75 14 4.75H19C19.41 4.75 19.75 4.41 19.75 4C19.75 3.59 19.41 3.25 19 3.25H14C11.58 3.25 10.25 4.58 10.25 7V11.25H5C4.59 11.25 4.25 11.59 4.25 12C4.25 12.41 4.59 12.75 5 12.75H10.25V17C10.25 19.42 11.58 20.75 14 20.75H19C19.41 20.75 19.75 20.41 19.75 20C19.75 19.59 19.41 19.25 19 19.25H14C12.42 19.25 11.75 18.58 11.75 17V12.75H19Z"; - --folder: "M19.4345 4.03448C19.5668 4.2424 19.3401 4.48461 19.0998 4.43C18.6298 4.29 18.1098 4.22 17.5798 4.22H14.2796C14.1223 4.22 13.9743 4.14605 13.8798 4.02037L12.7298 2.49C12.589 2.29044 12.7221 2 12.9664 2H15.7198C17.2808 2 18.6559 2.81073 19.4345 4.03448Z M20.14 6.54C19.71 6.23 19.22 6 18.69 5.87C18.33 5.77 17.96 5.72 17.58 5.72H13.86C13.28 5.72 13.24 5.67 12.93 5.26L11.53 3.4C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42V17.58C2 20.02 3.98 22 6.42 22H17.58C20.02 22 22 20.02 22 17.58V10.14C22 8.65 21.27 7.34 20.14 6.54ZM14.39 16.34H9.6C9.21 16.34 8.91 16.03 8.91 15.64C8.91 15.26 9.21 14.94 9.6 14.94H14.39C14.78 14.94 15.09 15.26 15.09 15.64C15.09 16.03 14.78 16.34 14.39 16.34Z"; - --open-external: "M16.8 2H14.2C11 2 9 4 9 7.2V11.25H15.25C15.66 11.25 16 11.59 16 12C16 12.41 15.66 12.75 15.25 12.75H9V16.8C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2Z M4.56141 11.2498L6.63141 9.17984C6.78141 9.02984 6.85141 8.83984 6.85141 8.64984C6.85141 8.45984 6.78141 8.25984 6.63141 8.11984C6.34141 7.82984 5.86141 7.82984 5.57141 8.11984L2.22141 11.4698C1.93141 11.7598 1.93141 12.2398 2.22141 12.5298L5.57141 15.8798C5.86141 16.1698 6.34141 16.1698 6.63141 15.8798C6.92141 15.5898 6.92141 15.1098 6.63141 14.8198L4.56141 12.7498H9.00141V11.2498H4.56141Z"; - --download: "M16.8 9H12.75V13.44L14.82 11.37C14.97 11.22 15.16 11.15 15.35 11.15C15.54 11.15 15.73 11.22 15.88 11.37C16.17 11.66 16.17 12.14 15.88 12.43L12.53 15.78C12.24 16.07 11.76 16.07 11.47 15.78L8.12 12.43C7.83 12.14 7.83 11.66 8.12 11.37C8.41 11.08 8.89 11.08 9.18 11.37L11.25 13.44V9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z M12.75 2.75C12.75 2.34 12.41 2 12 2C11.59 2 11.25 2.34 11.25 2.75V9H12.75V2.75Z"; - --maximize: "M21.6914 2.71C21.6114 2.53 21.4714 2.38 21.2814 2.3C21.1914 2.27 21.1014 2.25 21.0014 2.25H17.0014C16.5914 2.25 16.2514 2.59 16.2514 3C16.2514 3.41 16.5914 3.75 17.0014 3.75H19.1914L14.4714 8.47C14.1814 8.76 14.1814 9.24 14.4714 9.53C14.6214 9.68 14.8114 9.75 15.0014 9.75C15.1914 9.75 15.3814 9.68 15.5314 9.53L20.2514 4.81V7C20.2514 7.41 20.5914 7.75 21.0014 7.75C21.4114 7.75 21.7514 7.41 21.7514 7V3C21.7514 2.9 21.7314 2.81 21.6914 2.71Z M8.47 14.4714L3.75 19.1914V17.0014C3.75 16.5914 3.41 16.2514 3 16.2514C2.59 16.2514 2.25 16.5914 2.25 17.0014V21.0014C2.25 21.1014 2.27 21.1914 2.31 21.2914C2.39 21.4714 2.53 21.6214 2.72 21.7014C2.8 21.7314 2.9 21.7514 3 21.7514H7C7.41 21.7514 7.75 21.4114 7.75 21.0014C7.75 20.5914 7.41 20.2514 7 20.2514H4.81L9.53 15.5314C9.82 15.2414 9.82 14.7614 9.53 14.4714C9.24 14.1814 8.76 14.1814 8.47 14.4714Z M2.2 14.75C1.85 14.75 1.54 14.5 1.47 14.15C1.33 13.45 1.25 12.72 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.73 1.25 13.46 1.32 14.17 1.47C14.58 1.55 14.84 1.95 14.76 2.35C14.68 2.76 14.27 3.01 13.88 2.94C13.25 2.81 12.63 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 12.62 2.81 13.25 2.94 13.85C3.02 14.26 2.76 14.65 2.35 14.73C2.3 14.75 2.25 14.75 2.2 14.75Z M12.001 22.7483C11.271 22.7483 10.541 22.6783 9.83101 22.5283C9.42101 22.4483 9.16101 22.0483 9.24101 21.6483C9.32101 21.2383 9.73101 20.9883 10.121 21.0583C10.731 21.1783 11.361 21.2483 11.991 21.2483C17.091 21.2483 21.241 17.0983 21.241 11.9983C21.241 11.3783 21.181 10.7583 21.061 10.1483C20.981 9.73835 21.241 9.34835 21.651 9.26835C22.061 9.18835 22.451 9.44835 22.531 9.85835C22.671 10.5583 22.741 11.2783 22.741 11.9983C22.751 17.9283 17.931 22.7483 12.001 22.7483Z"; - --play: "M4 11.9999V8.43989C4 4.01989 7.13 2.2099 10.96 4.4199L14.05 6.1999L17.14 7.9799C20.97 10.1899 20.97 13.8099 17.14 16.0199L14.05 17.7999L10.96 19.5799C7.13 21.7899 4 19.9799 4 15.5599V11.9999Z"; - --pause: "M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z M21 19.11V4.89C21 3.54 20.43 3 18.99 3H15.36C13.93 3 13.35 3.54 13.35 4.89V19.11C13.35 20.46 13.92 21 15.36 21H18.99C20.43 21 21 20.46 21 19.11Z"; - --image: "M2.58078 19.0112L2.56078 19.0312C2.29078 18.4413 2.12078 17.7713 2.05078 17.0312C2.12078 17.7613 2.31078 18.4212 2.58078 19.0112Z M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V13.9V7.81C22 4.17 19.83 2 16.19 2ZM20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V12.61L20.37 12.5Z"; - --settings: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z"; - --mic: "M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"; - --mic-slashed: "M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"; - --headphone: "M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"; - --tag: "M19.8305 8.6998L15.3005 4.1698C14.3505 3.2198 13.0405 2.7098 11.7005 2.7798L6.70046 3.0198C4.70046 3.1098 3.11046 4.6998 3.01046 6.6898L2.77046 11.6898C2.71046 13.0298 3.21046 14.3398 4.16046 15.2898L8.69046 19.8198C10.5505 21.6798 13.5705 21.6798 15.4405 19.8198L19.8305 15.4298C21.7005 13.5798 21.7005 10.5598 19.8305 8.6998ZM9.50046 12.3798C7.91046 12.3798 6.62046 11.0898 6.62046 9.4998C6.62046 7.9098 7.91046 6.6198 9.50046 6.6198C11.0905 6.6198 12.3805 7.9098 12.3805 9.4998C12.3805 11.0898 11.0905 12.3798 9.50046 12.3798Z"; - --code: "M21 10H3C2.45 10 2 10.45 2 11V16.19C2 16.39 2.01 16.59 2.03 16.79C2.23 19.87 4.13 21.77 7.21 21.97C7.41 21.99 7.61 22 7.81 22H16.19C16.39 22 16.59 21.99 16.79 21.97C19.87 21.77 21.77 19.87 21.97 16.79C21.99 16.59 22 16.39 22 16.19V11C22 10.45 21.55 10 21 10ZM8 16.15C8.34 16.65 8.8 17.06 9.33 17.33C9.71 17.51 9.86 17.96 9.67 18.34C9.54 18.6 9.27 18.75 9 18.75C8.89 18.75 8.77 18.72 8.67 18.67C7.89 18.29 7.23 17.7 6.76 16.99C6.36 16.39 6.36 15.61 6.76 15.01C7.23 14.3 7.89 13.71 8.67 13.33C9.04 13.14 9.49 13.29 9.67 13.66C9.86 14.04 9.71 14.49 9.33 14.67C8.8 14.94 8.34 15.35 8 15.85C7.94 15.94 7.94 16.06 8 16.15ZM17.45 16.99C16.97 17.7 16.31 18.29 15.54 18.67C15.43 18.72 15.32 18.75 15.21 18.75C14.93 18.75 14.67 18.6 14.54 18.34C14.35 17.96 14.5 17.51 14.87 17.33C15.41 17.06 15.87 16.65 16.2 16.15C16.27 16.06 16.27 15.94 16.2 15.85C15.87 15.35 15.41 14.94 14.87 14.67C14.5 14.49 14.35 14.04 14.54 13.66C14.72 13.29 15.17 13.14 15.54 13.33C16.31 13.71 16.97 14.3 17.45 15.01C17.85 15.61 17.85 16.39 17.45 16.99Z M22 7.81V8C22 8.55 21.55 9 21 9L3 9.01C2.45 9.01 2 8.56 2 8.01V7.81C2 7.61 2.01 7.41 2.03 7.21C2.23 4.13 4.13 2.23 7.21 2.03C7.41 2.01 7.61 2 7.81 2H16.19C16.39 2 16.59 2.01 16.79 2.03C19.87 2.23 21.77 4.13 21.97 7.21C21.99 7.41 22 7.61 22 7.81Z"; - --description: "M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM14 15.25H7C6.59 15.25 6.25 14.91 6.25 14.5C6.25 14.09 6.59 13.75 7 13.75H14C14.41 13.75 14.75 14.09 14.75 14.5C14.75 14.91 14.41 15.25 14 15.25ZM17 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H17C17.41 8.75 17.75 9.09 17.75 9.5C17.75 9.91 17.41 10.25 17 10.25Z"; + --bell: "M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z"; + --pin: "M4.146.146A.5.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5c0 .68-.342 1.174-.646 1.479-.126.125-.25.224-.354.298v4.431l.078.048c.203.127.476.314.751.555C12.36 7.775 13 8.527 13 9.5a.5.5 0 0 1-.5.5h-4v4.5c0 .276-.224 1.5-.5 1.5s-.5-1.224-.5-1.5V10h-4a.5.5 0 0 1-.5-.5c0-.973.64-1.725 1.17-2.189A5.921 5.921 0 0 1 5 6.708V2.277a2.77 2.77 0 0 1-.354-.298C4.342 1.674 4 1.179 4 .5a.5.5 0 0 1 .146-.354z"; + --inbox: "M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L16.53 8.41C16.85 8.15 17.33 8.2 17.58 8.53C17.84 8.85 17.79 9.33 17.47 9.59Z"; + --search: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z"; + --help: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.644-1.142l-4.29 1.117a.85.85 0 0 1-1.037-1.036l1.116-4.289A9.959 9.959 0 0 1 2 12C2 6.477 6.477 2 12 2Zm0 13.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-8.75A2.75 2.75 0 0 0 9.25 9.5a.75.75 0 0 0 1.493.102l.014-.23a1.25 1.25 0 0 1 2.493.128c0 .539-.135.805-.645 1.332l-.304.31c-.754.784-1.051 1.347-1.051 2.358a.75.75 0 0 0 1.5 0c0-.539.135-.805.645-1.332l.304-.31c.754-.784 1.051-1.347 1.051-2.358A2.75 2.75 0 0 0 12 6.75Z"; + --members: "M9 2C6.38 2 4.25 4.13 4.25 6.75C4.25 9.32 6.26 11.4 8.88 11.49C8.96 11.48 9.04 11.48 9.1 11.49C9.12 11.49 9.13 11.49 9.15 11.49C9.16 11.49 9.16 11.49 9.17 11.49C11.73 11.4 13.74 9.32 13.75 6.75C13.75 4.13 11.62 2 9 2Z M14.0809 14.1489C11.2909 12.2889 6.74094 12.2889 3.93094 14.1489C2.66094 14.9989 1.96094 16.1489 1.96094 17.3789C1.96094 18.6089 2.66094 19.7489 3.92094 20.5889C5.32094 21.5289 7.16094 21.9989 9.00094 21.9989C10.8409 21.9989 12.6809 21.5289 14.0809 20.5889C15.3409 19.7389 16.0409 18.5989 16.0409 17.3589C16.0309 16.1289 15.3409 14.9889 14.0809 14.1489Z M19.9894 7.33815C20.1494 9.27815 18.7694 10.9781 16.8594 11.2081C16.8494 11.2081 16.8494 11.2081 16.8394 11.2081H16.8094C16.7494 11.2081 16.6894 11.2081 16.6394 11.2281C15.6694 11.2781 14.7794 10.9681 14.1094 10.3981C15.1394 9.47815 15.7294 8.09815 15.6094 6.59815C15.5394 5.78815 15.2594 5.04815 14.8394 4.41815C15.2194 4.22815 15.6594 4.10815 16.1094 4.06815C18.0694 3.89815 19.8194 5.35815 19.9894 7.33815Z M21.9883 16.5904C21.9083 17.5604 21.2883 18.4004 20.2483 18.9704C19.2483 19.5204 17.9883 19.7804 16.7383 19.7504C17.4583 19.1004 17.8783 18.2904 17.9583 17.4304C18.0583 16.1904 17.4683 15.0004 16.2883 14.0504C15.6183 13.5204 14.8383 13.1004 13.9883 12.7904C16.1983 12.1504 18.9783 12.5804 20.6883 13.9604C21.6083 14.7004 22.0783 15.6304 21.9883 16.5904Z"; + --member: "M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489Z"; + --threads: "M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.4 21.86 5.4 21.32V19.87C4.38 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19 5 9.02C5.13 9.01 5.26 9 5.4 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z M17.75 15.6C19.02 15.6 20.09 15.18 20.83 14.43C21.58 13.69 22 12.62 22 11.35V6.25C22 3.9 20.1 2 17.75 2H9.25C6.9 2 5 3.9 5 6.25V7C5 7.28 5.22 7.5 5.5 7.5H12.19C14.9 7.5 17.09 9.69 17.09 12.4V15.1C17.09 15.38 17.31 15.6 17.59 15.6H17.75Z"; + --threads-private: "M21.9989 12.8595C21.9989 15.1495 20.8189 17.1795 18.9989 18.4595L17.6589 21.4095C17.3489 22.0795 16.4489 22.2095 15.9789 21.6395L14.4989 19.8595C12.6389 19.8595 10.9289 19.2295 9.62891 18.1795L10.2289 17.4695C14.8489 17.1195 18.4989 13.4595 18.4989 8.99953C18.4989 8.23953 18.3889 7.48953 18.1889 6.76953C20.4589 7.96953 21.9989 10.2495 21.9989 12.8595Z M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9C2 11.29 3.18 13.32 5 14.6L6.34 17.55C6.65 18.22 7.55 18.34 8.02 17.78L8.57 17.12L9.5 16C13.64 16 17 12.87 17 9C17 7.95 16.75 6.96 16.3 6.07ZM12 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z"; + --stickers: "M17.75 3A3.25 3.25 0 0 1 21 6.25v6.749L16.251 13l-.213.007a3.25 3.25 0 0 0-2.714 1.832c-.42.114-.86.17-1.323.17-1.045 0-1.98-.29-2.824-.873a.75.75 0 1 0-.854 1.233 6.335 6.335 0 0 0 3.678 1.14c.227 0 .45-.01.671-.032l.329-.04L13 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5Zm2.591 11.72L14.72 20.34a2.266 2.266 0 0 1-.218.191L14.5 16.25l.006-.143c.069-.85.745-1.528 1.593-1.6l.151-.007h4.282c-.059.077-.123.15-.192.22ZM9.001 7.75a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 7.75Zm6 0a1.25 1.25 0 1 0 0 2.499 1.25 1.25 0 0 0 0-2.499Z"; + --gif: "M18.75 3.501A3.25 3.25 0 0 1 22 6.751v10.503a3.25 3.25 0 0 1-3.25 3.25H5.25A3.25 3.25 0 0 1 2 17.254V6.75a3.25 3.25 0 0 1 3.25-3.25h13.5ZM8.015 8.872c-1.627 0-2.754 1.41-2.754 3.123 0 1.713 1.128 3.126 2.754 3.126.887 0 1.703-.427 2.111-1.214l.077-.162.023-.07.018-.075.008-.083v-1.52l-.007-.093a.625.625 0 0 0-.516-.524l-.102-.008H8.625l-.092.006a.626.626 0 0 0-.524.516L8 11.997l.007.092c.04.268.25.48.516.524l.102.009h.376v.733l-.006.015c-.189.32-.552.5-.98.5-.866 0-1.504-.798-1.504-1.875 0-1.076.637-1.873 1.504-1.873.421 0 .66.047.96.19a.625.625 0 0 0 .542-1.126c-.483-.232-.905-.314-1.502-.314Zm4.614.122a.625.625 0 0 0-.618.533l-.007.092v4.763l.007.092a.625.625 0 0 0 1.236 0l.007-.092V9.619l-.007-.092a.625.625 0 0 0-.618-.533Zm4.993.007-1.997-.007a.625.625 0 0 0-.62.53l-.007.093v4.748l.006.093c.04.268.25.48.516.524l.103.008.092-.006c.268-.04.48-.25.524-.516l.009-.103-.001-1.115h1.123l.092-.006c.268-.04.48-.25.525-.516l.008-.102-.007-.092a.625.625 0 0 0-.516-.525l-.102-.008h-1.123v-1.756l1.37.006.093-.006a.625.625 0 0 0 .005-1.237l-.093-.007-1.997-.007 1.997.007Z"; + --gift: "M20 12V18C20 20.21 18.21 22 16 22H8C5.79 22 4 20.21 4 18V12C4 11.45 4.45 11 5 11H6.97C7.52 11 7.97 11.45 7.97 12V15.14C7.97 15.88 8.38 16.56 9.03 16.91C9.32 17.07 9.64 17.15 9.97 17.15C10.35 17.15 10.73 17.04 11.06 16.82L12.01 16.2L12.89 16.79C13.5 17.2 14.28 17.25 14.93 16.9C15.59 16.55 16 15.88 16 15.13V12C16 11.45 16.45 11 17 11H19C19.55 11 20 11.45 20 12Z M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z M11.6388 5.00141H6.11881C5.77881 4.63141 5.78881 4.06141 6.14881 3.70141L7.56881 2.28141C7.93881 1.91141 8.54881 1.91141 8.91881 2.28141L11.6388 5.00141Z M17.8716 5.00141H12.3516L15.0716 2.28141C15.4416 1.91141 16.0516 1.91141 16.4216 2.28141L17.8416 3.70141C18.2016 4.06141 18.2116 4.63141 17.8716 5.00141Z M13.9714 11C14.5214 11 14.9714 11.45 14.9714 12V15.13C14.9714 15.93 14.0814 16.41 13.4214 15.96L12.5214 15.36C12.1914 15.14 11.7614 15.14 11.4214 15.36L10.4814 15.98C9.82141 16.42 8.94141 15.94 8.94141 15.15V12C8.94141 11.45 9.39141 11 9.94141 11H13.9714Z"; + --send: "M18.0693 8.50867L9.50929 4.22867C3.75929 1.34867 1.39929 3.70867 4.27929 9.45867L5.14929 11.1987C5.39929 11.7087 5.39929 12.2987 5.14929 12.8087L4.27929 14.5387C1.39929 20.2887 3.74929 22.6487 9.50929 19.7687L18.0693 15.4887C21.9093 13.5687 21.9093 10.4287 18.0693 8.50867ZM14.8393 12.7487H9.43929C9.02929 12.7487 8.68929 12.4087 8.68929 11.9987C8.68929 11.5887 9.02929 11.2487 9.43929 11.2487H14.8393C15.2493 11.2487 15.5893 11.5887 15.5893 11.9987C15.5893 12.4087 15.2493 12.7487 14.8393 12.7487Z"; + --attach: "M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z"; + --play: "M14.9694 10.2301L12.0694 8.56012C11.3494 8.14012 10.4794 8.14012 9.75938 8.56012C9.03938 8.98012 8.60938 9.72012 8.60938 10.5601V13.9101C8.60938 14.7401 9.03938 15.4901 9.75938 15.9101C10.1194 16.1201 10.5194 16.2201 10.9094 16.2201C11.3094 16.2201 11.6994 16.1201 12.0594 15.9101L14.9594 14.2401C15.6794 13.8201 16.1094 13.0801 16.1094 12.2401C16.1294 11.4001 15.6994 10.6501 14.9694 10.2301Z"; + --home: "M20.8593 8.36985L13.9293 2.82985C12.8593 1.96985 11.1293 1.96985 10.0693 2.81985L3.13929 8.36985C2.35929 8.98985 1.85929 10.2998 2.02929 11.2798L3.35929 19.2398C3.59929 20.6598 4.95929 21.8098 6.39929 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2798C22.1293 10.2998 21.6293 8.98985 20.8593 8.36985ZM11.9993 15.4998C10.6193 15.4998 9.49929 14.3798 9.49929 12.9998C9.49929 11.6198 10.6193 10.4998 11.9993 10.4998C13.3793 10.4998 14.4993 11.6198 14.4993 12.9998C14.4993 14.3798 13.3793 15.4998 11.9993 15.4998Z"; + --rules: "M14.9303 2.5V8.4C14.9303 8.84 14.4103 9.06 14.0903 8.77L12.3403 7.16C12.1503 6.98 11.8503 6.98 11.6603 7.16L9.91031 8.76C9.59031 9.06 9.07031 8.83 9.07031 8.4V2.5C9.07031 2.22 9.29031 2 9.57031 2H14.4303C14.7103 2 14.9303 2.22 14.9303 2.5Z M16.98 2.05891C16.69 2.01891 16.43 2.26891 16.43 2.55891V8.57891C16.43 9.33891 15.98 10.0289 15.28 10.3389C14.58 10.6389 13.77 10.5089 13.21 9.98891L12.34 9.18891C12.15 9.00891 11.86 9.00891 11.66 9.18891L10.79 9.98891C10.43 10.3289 9.96 10.4989 9.49 10.4989C9.23 10.4989 8.97 10.4489 8.72 10.3389C8.02 10.0289 7.57 9.33891 7.57 8.57891V2.55891C7.57 2.26891 7.31 2.01891 7.02 2.05891C4.22 2.40891 3 4.29891 3 6.99891V16.9989C3 19.9989 4.5 21.9989 8 21.9989H16C19.5 21.9989 21 19.9989 21 16.9989V6.99891C21 4.29891 19.78 2.40891 16.98 2.05891ZM17.5 18.7489H9C8.59 18.7489 8.25 18.4089 8.25 17.9989C8.25 17.5889 8.59 17.2489 9 17.2489H17.5C17.91 17.2489 18.25 17.5889 18.25 17.9989C18.25 18.4089 17.91 18.7489 17.5 18.7489ZM17.5 14.7489H13.25C12.84 14.7489 12.5 14.4089 12.5 13.9989C12.5 13.5889 12.84 13.2489 13.25 13.2489H17.5C17.91 13.2489 18.25 13.5889 18.25 13.9989C18.25 14.4089 17.91 14.7489 17.5 14.7489"; + --text-channel: "M17 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V6.98C22 4.23 19.76 2 17 2ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12ZM16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z"; + --text-channel-private: "M18.03 9.5C16.08 9.5 14.5 7.92 14.5 5.97V3C14.5 2.45 14.05 2 13.5 2H7C4.24 2 2 4.23 2 6.98V13.95C2 16.71 4.24 18.95 7 18.95H8.5C8.78 18.95 9.14 19.13 9.3 19.35L10.8 21.34C11.46 22.22 12.54 22.22 13.2 21.34L14.7 19.35C14.89 19.1 15.19 18.95 15.5 18.95H17.01C19.77 18.95 22 16.72 22 13.96V10.5C22 9.95 21.55 9.5 21 9.5H18.03ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.44 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.44 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z"; + --voice-channel: "M18.0003 16.7503C17.8403 16.7503 17.6903 16.7003 17.5503 16.6003C17.2203 16.3503 17.1503 15.8803 17.4003 15.5503C18.9703 13.4603 18.9703 10.5403 17.4003 8.45027C17.1503 8.12027 17.2203 7.65027 17.5503 7.40027C17.8803 7.15027 18.3503 7.22027 18.6003 7.55027C20.5603 10.1703 20.5603 13.8303 18.6003 16.4503C18.4503 16.6503 18.2303 16.7503 18.0003 16.7503Z M19.8284 19.2503C19.6684 19.2503 19.5184 19.2003 19.3784 19.1003C19.0484 18.8503 18.9784 18.3803 19.2284 18.0503C21.8984 14.4903 21.8984 9.51027 19.2284 5.95027C18.9784 5.62027 19.0484 5.15027 19.3784 4.90027C19.7084 4.65027 20.1784 4.72027 20.4284 5.05027C23.4984 9.14027 23.4984 14.8603 20.4284 18.9503C20.2884 19.1503 20.0584 19.2503 19.8284 19.2503Z M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z"; + --voice-channel-private: "M19.3284 16.7503C19.1684 16.7503 19.0184 16.7003 18.8784 16.6003C18.5484 16.3503 18.4784 15.8803 18.7284 15.5503C20.2984 13.4603 20.2984 10.5403 18.7284 8.45027C18.4784 8.12027 18.5484 7.65027 18.8784 7.40027C19.2084 7.15027 19.6784 7.22027 19.9284 7.55027C21.8984 10.1703 21.8984 13.8303 19.9284 16.4503C19.7884 16.6503 19.5584 16.7503 19.3284 16.7503Z M15.3481 3.78168C14.2281 3.16168 12.7981 3.32168 11.3381 4.23168L8.41813 6.06168C8.21813 6.18168 7.98813 6.25168 7.75813 6.25168H6.82812H6.32812C3.90812 6.25168 2.57812 7.58168 2.57812 10.0017V14.0017C2.57812 16.4217 3.90812 17.7517 6.32812 17.7517H6.82812H7.75813C7.98813 17.7517 8.21813 17.8217 8.41813 17.9417L11.3381 19.7717C12.2181 20.3217 13.0781 20.5917 13.8781 20.5917C14.3981 20.5917 14.8981 20.4717 15.3481 20.2217C16.4581 19.6017 17.0781 18.3117 17.0781 16.5917V7.41168C17.0781 5.69168 16.4581 4.40168 15.3481 3.78168Z"; + --events: "M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 18.2098C9.16 18.2498 9.11 18.2998 9.06 18.3298C9 18.3698 8.94 18.3998 8.88 18.4198C8.82 18.4498 8.76 18.4698 8.7 18.4798C8.63 18.4898 8.57 18.4998 8.5 18.4998C8.37 18.4998 8.24 18.4698 8.12 18.4198C7.99 18.3698 7.89 18.2998 7.79 18.2098C7.61 18.0198 7.5 17.7598 7.5 17.4998C7.5 17.2398 7.61 16.9798 7.79 16.7898C7.89 16.6998 7.99 16.6298 8.12 16.5798C8.3 16.4998 8.5 16.4798 8.7 16.5198C8.76 16.5298 8.82 16.5498 8.88 16.5798C8.94 16.5998 9 16.6298 9.06 16.6698C9.11 16.7098 9.16 16.7498 9.21 16.7898C9.39 16.9798 9.5 17.2398 9.5 17.4998C9.5 17.7598 9.39 18.0198 9.21 18.2098ZM9.21 14.7098C9.02 14.8898 8.76 14.9998 8.5 14.9998C8.24 14.9998 7.98 14.8898 7.79 14.7098C7.61 14.5198 7.5 14.2598 7.5 13.9998C7.5 13.7398 7.61 13.4798 7.79 13.2898C8.07 13.0098 8.51 12.9198 8.88 13.0798C9.01 13.1298 9.12 13.1998 9.21 13.2898C9.39 13.4798 9.5 13.7398 9.5 13.9998C9.5 14.2598 9.39 14.5198 9.21 14.7098ZM12.71 18.2098C12.52 18.3898 12.26 18.4998 12 18.4998C11.74 18.4998 11.48 18.3898 11.29 18.2098C11.11 18.0198 11 17.7598 11 17.4998C11 17.2398 11.11 16.9798 11.29 16.7898C11.66 16.4198 12.34 16.4198 12.71 16.7898C12.89 16.9798 13 17.2398 13 17.4998C13 17.7598 12.89 18.0198 12.71 18.2098ZM12.71 14.7098C12.66 14.7498 12.61 14.7898 12.56 14.8298C12.5 14.8698 12.44 14.8998 12.38 14.9198C12.32 14.9498 12.26 14.9698 12.2 14.9798C12.13 14.9898 12.07 14.9998 12 14.9998C11.74 14.9998 11.48 14.8898 11.29 14.7098C11.11 14.5198 11 14.2598 11 13.9998C11 13.7398 11.11 13.4798 11.29 13.2898C11.38 13.1998 11.49 13.1298 11.62 13.0798C11.99 12.9198 12.43 13.0098 12.71 13.2898C12.89 13.4798 13 13.7398 13 13.9998C13 14.2598 12.89 14.5198 12.71 14.7098ZM16.21 18.2098C16.02 18.3898 15.76 18.4998 15.5 18.4998C15.24 18.4998 14.98 18.3898 14.79 18.2098C14.61 18.0198 14.5 17.7598 14.5 17.4998C14.5 17.2398 14.61 16.9798 14.79 16.7898C15.16 16.4198 15.84 16.4198 16.21 16.7898C16.39 16.9798 16.5 17.2398 16.5 17.4998C16.5 17.7598 16.39 18.0198 16.21 18.2098ZM16.21 14.7098C16.16 14.7498 16.11 14.7898 16.06 14.8298C16 14.8698 15.94 14.8998 15.88 14.9198C15.82 14.9498 15.76 14.9698 15.7 14.9798C15.63 14.9898 15.56 14.9998 15.5 14.9998C15.24 14.9998 14.98 14.8898 14.79 14.7098C14.61 14.5198 14.5 14.2598 14.5 13.9998C14.5 13.7398 14.61 13.4798 14.79 13.2898C14.89 13.1998 14.99 13.1298 15.12 13.0798C15.3 12.9998 15.5 12.9798 15.7 13.0198C15.76 13.0298 15.82 13.0498 15.88 13.0798C15.94 13.0998 16 13.1298 16.06 13.1698C16.11 13.2098 16.16 13.2498 16.21 13.2898C16.39 13.4798 16.5 13.7398 16.5 13.9998C16.5 14.2598 16.39 14.5198 16.21 14.7098Z "; + --event-add: "M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H12.93C13.62 21.9998 14.1 21.3298 13.88 20.6798C13.68 20.0998 13.51 19.4598 13.51 18.9998C13.51 15.9698 15.98 13.4998 19.01 13.4998C19.3 13.4998 19.59 13.5198 19.87 13.5698C20.47 13.6598 21.01 13.1898 21.01 12.5898V10.8498C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 17.7098C9.11 17.7998 9 17.8698 8.88 17.9198C8.76 17.9698 8.63 17.9998 8.5 17.9998C8.37 17.9998 8.24 17.9698 8.12 17.9198C8 17.8698 7.89 17.7998 7.79 17.7098C7.61 17.5198 7.5 17.2598 7.5 16.9998C7.5 16.9398 7.51 16.8698 7.52 16.8098C7.53 16.7398 7.55 16.6798 7.58 16.6198C7.6 16.5598 7.63 16.4998 7.67 16.4398C7.7 16.3898 7.75 16.3398 7.79 16.2898C7.89 16.1998 8 16.1298 8.12 16.0798C8.36 15.9798 8.64 15.9798 8.88 16.0798C9 16.1298 9.11 16.1998 9.21 16.2898C9.25 16.3398 9.3 16.3898 9.33 16.4398C9.37 16.4998 9.4 16.5598 9.42 16.6198C9.45 16.6798 9.47 16.7398 9.48 16.8098C9.49 16.8698 9.5 16.9398 9.5 16.9998C9.5 17.2598 9.39 17.5198 9.21 17.7098ZM9.21 14.2098C9.11 14.2998 9 14.3698 8.88 14.4198C8.76 14.4698 8.63 14.4998 8.5 14.4998C8.37 14.4998 8.24 14.4698 8.12 14.4198C7.99 14.3698 7.89 14.2998 7.79 14.2098C7.61 14.0198 7.5 13.7598 7.5 13.4998C7.5 13.2398 7.61 12.9798 7.79 12.7898C7.89 12.6998 8 12.6298 8.12 12.5798C8.36 12.4798 8.64 12.4798 8.88 12.5798C9 12.6298 9.11 12.6998 9.21 12.7898C9.25 12.8398 9.3 12.8898 9.33 12.9398C9.37 12.9998 9.4 13.0598 9.42 13.1198C9.45 13.1798 9.47 13.2398 9.48 13.2998C9.49 13.3698 9.5 13.4398 9.5 13.4998C9.5 13.7598 9.39 14.0198 9.21 14.2098ZM12.71 14.2098C12.52 14.3898 12.27 14.4998 12 14.4998C11.87 14.4998 11.74 14.4698 11.62 14.4198C11.49 14.3698 11.39 14.2998 11.29 14.2098C11.11 14.0198 11 13.7598 11 13.4998C11 13.4398 11.01 13.3698 11.02 13.2998C11.03 13.2398 11.05 13.1798 11.08 13.1198C11.1 13.0598 11.13 12.9998 11.17 12.9398C11.21 12.8898 11.25 12.8398 11.29 12.7898C11.66 12.4198 12.33 12.4198 12.71 12.7898C12.75 12.8398 12.79 12.8898 12.83 12.9398C12.87 12.9998 12.9 13.0598 12.92 13.1198C12.95 13.1798 12.97 13.2398 12.98 13.2998C12.99 13.3698 13 13.4398 13 13.4998C13 13.7598 12.89 14.0198 12.71 14.2098Z M21.83 16.17C20.27 14.61 17.73 14.61 16.17 16.17C14.61 17.73 14.61 20.27 16.17 21.83C17.73 23.39 20.27 23.39 21.83 21.83C23.39 20.27 23.39 17.73 21.83 16.17ZM21.07 19.56C20.94 19.7 20.75 19.78 20.54 19.78H19.8V20.56C19.8 20.77 19.72 20.95 19.58 21.09C19.44 21.23 19.26 21.31 19.05 21.31C18.64 21.31 18.3 20.97 18.3 20.56V19.78H17.55C17.14 19.78 16.8 19.45 16.8 19.03C16.8 18.62 17.14 18.28 17.55 18.28H18.3V17.57C18.3 17.16 18.63 16.82 19.05 16.82C19.46 16.82 19.8 17.16 19.8 17.57V18.28H20.54C20.96 18.28 21.29 18.62 21.29 19.03C21.29 19.24 21.21 19.43 21.07 19.56Z"; + --announcement-channel: "M5.112 17.454C3.345 17.155 2 15.617 2 13.766V9.509c0-2.061 1.666-3.733 3.727-3.741 1.609-.006 3.408-.013 4.665-.018 1.062-.004 2.113-.214 3.096-.617 1.096-.45 2.648-1.088 4.126-1.695.981-.402 2.097-.29 2.978.3.88.59 1.408 1.581 1.408 2.64v10.519c0 1.059-.528 2.049-1.408 2.64-.881.59-1.997.702-2.978.3l-3.41-1.401c-.905 1.421-2.495 2.364-4.303 2.364-2.198 0-4.073-1.394-4.789-3.346Zm2.472.933c-.305-.279-.438-.7-.35-1.104.088-.404.384-.731.778-.858 1.081-.404 2.721-.326 3.776.334.327.215.524.58.524.972 0 .391-.197.756-.525.971-.545.348-1.192.547-1.886.547-.885 0-1.695-.325-2.317-.862Z"; + --announcement-channel-private: "M15.001 4.511c.171-.07.365-.06.529.026.164.087.281.241.319.423h.001c.34 1.57 1.62 2.85 3.19 3.19.61.13 1.2.13 1.76.03.62-.12 1.2.34 1.2.97v7.747c0 1.059-.528 2.049-1.408 2.64-.881.59-1.997.702-2.978.3l-3.41-1.401c-.905 1.421-2.495 2.364-4.303 2.364-2.198 0-4.073-1.394-4.789-3.346C3.345 17.155 2 15.617 2 13.766V9.509c0-2.061 1.666-3.733 3.727-3.741 1.609-.006 3.408-.013 4.665-.018 1.062-.004 2.113-.214 3.096-.617.442-.181.958-.393 1.513-.622ZM7.584 18.387c-.305-.279-.438-.7-.35-1.104.088-.404.384-.731.778-.858 1.081-.404 2.721-.326 3.776.334.327.215.524.58.524.972 0 .391-.197.756-.525.971-.545.348-1.192.547-1.886.547-.885 0-1.695-.325-2.317-.862Z"; + --stage: "M12.0011 14.3811C13.3155 14.3811 14.3811 13.3155 14.3811 12.0011C14.3811 10.6867 13.3155 9.62109 12.0011 9.62109C10.6867 9.62109 9.62109 10.6867 9.62109 12.0011C9.62109 13.3155 10.6867 14.3811 12.0011 14.3811Z M20.0003 18.7503C19.8403 18.7503 19.6903 18.7003 19.5503 18.6003C19.2203 18.3503 19.1503 17.8803 19.4003 17.5503C20.6103 15.9403 21.2503 14.0203 21.2503 12.0003C21.2503 9.98027 20.6103 8.06027 19.4003 6.45027C19.1503 6.12027 19.2203 5.65027 19.5503 5.40027C19.8803 5.15027 20.3503 5.22027 20.6003 5.55027C22.0103 7.42027 22.7503 9.65027 22.7503 12.0003C22.7503 14.3503 22.0103 16.5803 20.6003 18.4503C20.4503 18.6503 20.2303 18.7503 20.0003 18.7503Z M4 18.7503C3.77 18.7503 3.55 18.6503 3.4 18.4503C1.99 16.5803 1.25 14.3503 1.25 12.0003C1.25 9.65027 1.99 7.42027 3.4 5.55027C3.65 5.22027 4.12 5.15027 4.45 5.40027C4.78 5.65027 4.85 6.12027 4.6 6.45027C3.39 8.06027 2.75 9.98027 2.75 12.0003C2.75 14.0203 3.39 15.9403 4.6 17.5503C4.85 17.8803 4.78 18.3503 4.45 18.6003C4.32 18.7003 4.16 18.7503 4 18.7503Z M16.8011 16.3487C16.6411 16.3487 16.4911 16.2987 16.3511 16.1987C16.0211 15.9487 15.9511 15.4787 16.2011 15.1487C16.8911 14.2387 17.2511 13.1487 17.2511 11.9987C17.2511 10.8487 16.8911 9.75871 16.2011 8.84871C15.9511 8.51871 16.0211 8.04871 16.3511 7.79871C16.6811 7.54871 17.1511 7.61871 17.4011 7.94871C18.2811 9.12871 18.7511 10.5287 18.7511 11.9987C18.7511 13.4687 18.2811 14.8787 17.4011 16.0487C17.2511 16.2487 17.0311 16.3487 16.8011 16.3487Z M7.2 16.3487C6.97 16.3487 6.75 16.2487 6.6 16.0487C5.72 14.8787 5.25 13.4687 5.25 11.9987C5.25 10.5287 5.72 9.11871 6.6 7.94871C6.85 7.61871 7.32 7.54871 7.65 7.79871C7.98 8.04871 8.05 8.51871 7.8 8.84871C7.11 9.75871 6.75 10.8487 6.75 11.9987C6.75 13.1487 7.11 14.2387 7.8 15.1487C8.05 15.4787 7.98 15.9487 7.65 16.1987C7.52 16.2987 7.36 16.3487 7.2 16.3487Z"; + --lock: "M18.75 8V10.1C18.31 10.04 17.81 10.01 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.19 10.01 5.69 10.04 5.25 10.1V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8Z M18.75 10.1C18.31 10.04 17.81 10.01 17.25 10H6.75C6.19 10.01 5.69 10.04 5.25 10.1C2.7 10.41 2 11.66 2 15V17C2 21 3 22 7 22H17C21 22 22 21 22 17V15C22 11.66 21.3 10.41 18.75 10.1ZM8.71 16.71C8.52 16.89 8.26 17 8 17C7.87 17 7.74 16.97 7.62 16.92C7.49 16.87 7.39 16.8 7.29 16.71C7.11 16.52 7 16.26 7 16C7 15.87 7.03 15.74 7.08 15.62C7.13 15.5 7.2 15.39 7.29 15.29C7.39 15.2 7.49 15.13 7.62 15.08C7.99 14.92 8.43 15.01 8.71 15.29C8.8 15.39 8.87 15.5 8.92 15.62C8.97 15.74 9 15.87 9 16C9 16.26 8.89 16.52 8.71 16.71ZM12.92 16.38C12.87 16.5 12.8 16.61 12.71 16.71C12.52 16.89 12.26 17 12 17C11.73 17 11.48 16.89 11.29 16.71C11.2 16.61 11.13 16.5 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.73 11.11 15.48 11.29 15.29C11.66 14.92 12.33 14.92 12.71 15.29C12.89 15.48 13 15.73 13 16C13 16.13 12.97 16.26 12.92 16.38ZM16.71 16.71C16.52 16.89 16.26 17 16 17C15.74 17 15.48 16.89 15.29 16.71C15.11 16.52 15 16.27 15 16C15 15.73 15.11 15.48 15.29 15.29C15.67 14.92 16.34 14.92 16.71 15.29C16.75 15.34 16.79 15.39 16.83 15.45C16.87 15.5 16.9 15.56 16.92 15.62C16.95 15.68 16.97 15.74 16.98 15.8C16.99 15.87 17 15.94 17 16C17 16.26 16.89 16.52 16.71 16.71Z"; + --message: "M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z"; + --discord: var(--message); + --favorites: "M15.3895 5.21125L16.7995 8.03125C16.9895 8.42125 17.4995 8.79125 17.9295 8.87125L20.4795 9.29125C22.1095 9.56125 22.4895 10.7413 21.3195 11.9213L19.3295 13.9113C18.9995 14.2413 18.8095 14.8913 18.9195 15.3613L19.4895 17.8213C19.9395 19.7613 18.8995 20.5213 17.1895 19.5013L14.7995 18.0813C14.3695 17.8213 13.6495 17.8213 13.2195 18.0813L10.8295 19.5013C9.11945 20.5113 8.07945 19.7613 8.52945 17.8213L9.09945 15.3613C9.18945 14.8813 8.99945 14.2313 8.66945 13.9013L6.67945 11.9113C5.50945 10.7413 5.88945 9.56125 7.51945 9.28125L10.0695 8.86125C10.4995 8.79125 11.0095 8.41125 11.1995 8.02125L12.6095 5.20125C13.3795 3.68125 14.6195 3.68125 15.3895 5.21125Z"; + --explore: "M20.9808 3.02084C20.1108 2.15084 18.8808 1.81084 17.6908 2.11084L7.89084 4.56084C6.24084 4.97084 4.97084 6.25084 4.56084 7.89084L2.11084 17.7008C1.81084 18.8908 2.15084 20.1208 3.02084 20.9908C3.68084 21.6408 4.55084 22.0008 5.45084 22.0008C5.73084 22.0008 6.02084 21.9708 6.30084 21.8908L16.1108 19.4408C17.7508 19.0308 19.0308 17.7608 19.4408 16.1108L21.8908 6.30084C22.1908 5.11084 21.8508 3.88084 20.9808 3.02084ZM12.0008 15.8808C9.86084 15.8808 8.12084 14.1408 8.12084 12.0008C8.12084 9.86084 9.86084 8.12084 12.0008 8.12084C14.1408 8.12084 15.8808 9.86084 15.8808 12.0008C15.8808 14.1408 14.1408 15.8808 12.0008 15.8808Z"; + --add: "M18.1291 14.2501H17.2491V13.3701C17.2491 12.9601 16.9091 12.6201 16.4991 12.6201C16.0891 12.6201 15.7491 12.9601 15.7491 13.3701V14.2501H14.8691C14.4591 14.2501 14.1191 14.5901 14.1191 15.0001C14.1191 15.4101 14.4591 15.7501 14.8691 15.7501H15.7491V16.6301C15.7491 17.0401 16.0891 17.3801 16.4991 17.3801C16.9091 17.3801 17.2491 17.0401 17.2491 16.6301V15.7501H18.1291C18.5391 15.7501 18.8791 15.4101 18.8791 15.0001C18.8791 14.5901 18.5391 14.2501 18.1291 14.2501Z"; + --video: "M21.15 6.17C20.74 5.95 19.88 5.72 18.71 6.54L17.24 7.58C17.13 4.47 15.78 3.25 12.5 3.25H6.5C3.08 3.25 1.75 4.58 1.75 8V16C1.75 18.3 3 20.75 6.5 20.75H12.5C15.78 20.75 17.13 19.53 17.24 16.42L18.71 17.46C19.33 17.9 19.87 18.04 20.3 18.04C20.67 18.04 20.96 17.93 21.15 17.83C21.56 17.62 22.25 17.05 22.25 15.62V8.38C22.25 6.95 21.56 6.38 21.15 6.17ZM11 11.38C9.97 11.38 9.12 10.54 9.12 9.5C9.12 8.46 9.97 7.62 11 7.62C12.03 7.62 12.88 8.46 12.88 9.5C12.88 10.54 12.03 11.38 11 11.38Z"; + --call: "M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z"; + --call-dc: "M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z M19.0599 6.00187L20.2999 4.76188C20.5899 4.47188 20.5899 3.99187 20.2999 3.70188C20.0099 3.41188 19.5299 3.41188 19.2399 3.70188L17.9999 4.94187L16.7599 3.70188C16.4699 3.41188 15.9899 3.41188 15.6999 3.70188C15.4099 3.99187 15.4099 4.47188 15.6999 4.76188L16.9399 6.00187L15.6999 7.24187C15.4099 7.53187 15.4099 8.01188 15.6999 8.30188C15.8499 8.45188 16.0399 8.52188 16.2299 8.52188C16.4199 8.52188 16.6099 8.45188 16.7599 8.30188L17.9999 7.06187L19.2399 8.30188C19.3899 8.45188 19.5799 8.52188 19.7699 8.52188C19.9599 8.52188 20.1499 8.45188 20.2999 8.30188C20.5899 8.01188 20.5899 7.53187 20.2999 7.24187L19.0599 6.00187Z"; + --screen-share: "M20.97 10.37V13.56C20.97 15.88 19.09 17.76 16.77 17.76H13.21C12.66 17.76 12.21 18.2 12.21 18.76V19.58C12.21 20.13 12.66 20.58 13.21 20.58H15.47C15.86 20.58 16.18 20.89 16.18 21.29C16.18 21.68 15.86 22 15.47 22H7.53C7.14 22 6.82 21.68 6.82 21.29C6.82 20.89 7.14 20.58 7.53 20.58H9.79C10.34 20.58 10.79 20.13 10.79 19.58V18.76C10.79 18.2 10.34 17.76 9.79 17.76H6.19C3.88 17.76 2 15.88 2 13.56V7.19C2 4.88 3.88 3 6.19 3H10.5C11.05 3 11.5 3.45 11.5 4V6.15C11.5 8.08 12.79 9.37 14.71 9.37H19.97C20.52 9.37 20.97 9.82 20.97 10.37Z M21.99 2.35962L20.86 3.14962V2.72962C20.86 1.77962 20.09 1.01962 19.15 1.01962H14.87C13.84 1.00962 13 1.84962 13 2.87962V6.15962C13 7.01962 13.43 7.86962 14.71 7.86962H19.14C20.09 7.86962 20.85 7.09962 20.85 6.15962V5.72962L21.98 6.51962C22.55 6.90962 23 6.66962 23 5.98962V2.88962C23 2.20962 22.55 1.97962 21.99 2.35962Z"; + --rocket: "M19.698 2.512a2.75 2.75 0 0 1 1.81 1.81l.207.665a6.75 6.75 0 0 1-1.673 6.776l-.998.998a3.497 3.497 0 0 1-.328 4.568l-1.242 1.242a.75.75 0 0 1-1.06 0l-1.59-1.59-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.889a.75.75 0 0 1 .146-1.174l1.384-.829-.47-.47a1.75 1.75 0 0 1 0-2.475l.18-.18-1.592-1.59a.75.75 0 0 1 0-1.061l1.243-1.243a3.498 3.498 0 0 1 4.569-.327l.996-.995a6.75 6.75 0 0 1 6.773-1.674l.663.205Zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.301l-5.396 5.397a.25.25 0 0 0 0 .353l5.307 5.307a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27l-.206-.665ZM6.69 18.395a.75.75 0 0 0-1.06-1.061l-2.476 2.475a.75.75 0 0 0 1.061 1.06l2.475-2.474ZM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.06a.75.75 0 1 1-1.061-1.06l1.06-1.06a.75.75 0 0 1 1.061 0ZM8.632 20.341a.75.75 0 1 0-1.06-1.06l-1.059 1.058a.75.75 0 0 0 1.06 1.06l1.06-1.058Z M13.057 7.431a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536Zm2.475 1.06a1 1 0 1 0-1.414 1.415 1 1 0 0 0 1.414-1.414Z"; + --message-add: "M5.21 13.5117C4.12 13.4417 3 13.8417 2.17 14.6717C0.61 16.2317 0.61 18.7617 2.17 20.3317C2.7 20.8617 3.35 21.2117 4.04 21.3817C4.42 21.4817 4.82 21.5117 5.22 21.4917C6.17 21.4517 7.1 21.0717 7.83 20.3417C8.86 19.3117 9.21 17.8617 8.88 16.5517C8.72 15.8617 8.36 15.2117 7.83 14.6817C7.11 13.9517 6.17 13.5617 5.21 13.5117ZM7.24 17.4817C7.24 17.6917 7.16 17.8717 7.02 18.0117C6.88 18.1517 6.7 18.2317 6.49 18.2317H5.75V19.0117C5.75 19.2217 5.67 19.4017 5.53 19.5417C5.39 19.6817 5.21 19.7617 5 19.7617C4.59 19.7617 4.25 19.4217 4.25 19.0117V18.2317H3.5C3.09 18.2317 2.75 17.8917 2.75 17.4817C2.75 17.0717 3.09 16.7317 3.5 16.7317H4.25V16.0217C4.25 15.6117 4.59 15.2717 5 15.2717C5.41 15.2717 5.75 15.6117 5.75 16.0217V16.7317H6.49C6.91 16.7317 7.24 17.0717 7.24 17.4817Z M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z"; + --reply: "M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z"; + --edit: "M19.0206 3.48162C17.0806 1.54162 15.1806 1.49162 13.1906 3.48162L11.9806 4.69162C11.8806 4.79162 11.8406 4.95162 11.8806 5.09162C12.6406 7.74162 14.7606 9.86162 17.4106 10.6216C17.4506 10.6316 17.4906 10.6416 17.5306 10.6416C17.6406 10.6416 17.7406 10.6016 17.8206 10.5216L19.0206 9.31162C20.0106 8.33162 20.4906 7.38162 20.4906 6.42162C20.5006 5.43162 20.0206 4.47162 19.0206 3.48162Z M15.6103 11.5308C15.3203 11.3908 15.0403 11.2508 14.7703 11.0908C14.5503 10.9608 14.3403 10.8208 14.1303 10.6708C13.9603 10.5608 13.7603 10.4008 13.5703 10.2408C13.5503 10.2308 13.4803 10.1708 13.4003 10.0908C13.0703 9.81078 12.7003 9.45078 12.3703 9.05078C12.3403 9.03078 12.2903 8.96078 12.2203 8.87078C12.1203 8.75078 11.9503 8.55078 11.8003 8.32078C11.6803 8.17078 11.5403 7.95078 11.4103 7.73078C11.2503 7.46078 11.1103 7.19078 10.9703 6.91078C10.9491 6.86539 10.9286 6.82022 10.9088 6.77532C10.7612 6.442 10.3265 6.34455 10.0688 6.60231L4.34032 12.3308C4.21032 12.4608 4.09032 12.7108 4.06032 12.8808L3.52032 16.7108C3.42032 17.3908 3.61032 18.0308 4.03032 18.4608C4.39032 18.8108 4.89032 19.0008 5.43032 19.0008C5.55032 19.0008 5.67032 18.9908 5.79032 18.9708L9.63032 18.4308C9.81032 18.4008 10.0603 18.2808 10.1803 18.1508L15.9016 12.4295C16.1612 12.1699 16.0633 11.7245 15.7257 11.5804C15.6877 11.5642 15.6492 11.5476 15.6103 11.5308Z"; + --copy-link: "M7.24989 12C7.24989 11.59 7.58989 11.25 7.99989 11.25H10.9999V7.5C10.9999 6.95 10.5499 6.5 9.99989 6.5H7.76989C4.61989 6.5 1.87989 9.08 1.99989 12.22C2.05989 13.65 2.65989 14.94 3.60989 15.89C4.60989 16.88 5.97989 17.5 7.49989 17.5H9.99989C10.5499 17.5 10.9999 17.05 10.9999 16.5V12.75H7.99989C7.58989 12.75 7.24989 12.41 7.24989 12Z M20.39 8.11C19.39 7.12 18.02 6.5 16.5 6.5H14C13.45 6.5 13 6.95 13 7.5V11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H13V16.5C13 17.05 13.45 17.5 14 17.5H16.23C19.38 17.5 22.12 14.92 21.99 11.78C21.94 10.35 21.33 9.06 20.39 8.11Z M13 11.25H11V12.75H13V11.25Z"; + --delete: "M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z"; + --reactions: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm2.492 7.36a.75.75 0 1 1-1.484-.22c.162-1.09 1.123-1.89 2.242-1.89s2.08.8 2.242 1.89a.75.75 0 1 1-1.484.22c-.048-.323-.35-.61-.758-.61-.408 0-.71.287-.758.61ZM12 18c-3.142 0-5.237-2.363-5.5-5.25h11C17.237 15.637 15.142 18 12 18ZM8.75 8.75c-.408 0-.71.287-.758.61a.75.75 0 1 1-1.484-.22C6.67 8.05 7.631 7.25 8.75 7.25s2.08.8 2.242 1.89a.75.75 0 1 1-1.484.22c-.048-.323-.35-.61-.758-.61Z"; + --reaction-add: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11ZM12 2c5.524 0 10.002 4.478 10.002 10.002 0 .263-.01.524-.03.782a6.502 6.502 0 0 0-10.88 3.626 4.487 4.487 0 0 1-2.63-1.625.75.75 0 1 0-1.178.928 5.993 5.993 0 0 0 3.73 2.21c.1 1.564.754 2.98 1.769 4.05-.258.02-.52.03-.783.03-5.524 0-10.002-4.478-10.002-10.001C1.998 6.477 6.476 1.999 12 1.999Zm5.5 12-.09.008a.5.5 0 0 0-.402.402L17 14.5V17L14.498 17l-.09.008a.5.5 0 0 0-.402.402l-.008.09.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001.09-.008a.5.5 0 0 0 .402-.402l.008-.09-.008-.09a.5.5 0 0 0-.402-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403L17.5 14ZM9 8.751a1.25 1.25 0 1 0 0 2.499A1.25 1.25 0 0 0 9 8.75Zm6 0a1.25 1.25 0 1 0 0 2.499 1.25 1.25 0 0 0 0-2.499Z"; + --mark-unread: "M4.17038 15.2998L8.70038 19.8298C10.5604 21.6898 13.5804 21.6898 15.4504 19.8298L19.8404 15.4398C21.7004 13.5798 21.7004 10.5598 19.8404 8.6898L15.3004 4.1698C14.3504 3.2198 13.0404 2.7098 11.7004 2.7798L6.70038 3.0198C4.70038 3.1098 3.11038 4.6998 3.01038 6.6898L2.77038 11.6898C2.71038 13.0398 3.22038 14.3498 4.17038 15.2998Z"; + --invite: "M11 17.5a6.47 6.47 0 0 1 1.023-3.5h-7.77a2.249 2.249 0 0 0-2.25 2.25v.919c0 .572.18 1.13.511 1.596C4.056 20.929 6.58 22 10 22c.932 0 1.797-.08 2.592-.24A6.475 6.475 0 0 1 11 17.502ZM15 7.005a5 5 0 1 0-10 0 5 5 0 0 0 10 0Z M23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0Zm-5.59-3.492L17.5 14l.09.008a.5.5 0 0 1 .402.402l.008.09V17h2.504l.09.008a.5.5 0 0 1 .402.402l.008.09-.008.09a.5.5 0 0 1-.402.402l-.09.008H18L18 20.5l-.008.09a.5.5 0 0 1-.402.402L17.5 21l-.09-.008a.5.5 0 0 1-.402-.402L17 20.5V18h-2.496l-.09-.008a.5.5 0 0 1-.402-.402l-.008-.09.008-.09a.5.5 0 0 1 .402-.402l.09-.008H17L17 14.5l.008-.09a.5.5 0 0 1 .402-.402Z"; + --crown: "M2 15.29V5.71002C2 4.38002 2.77 4.06002 3.71 5.00002L6.3 7.59002C6.69 7.98002 7.33 7.98002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.7 4.00002L16.29 7.59002C16.68 7.98002 17.32 7.98002 17.7 7.59002L20.29 5.00002C21.23 4.06002 22 4.38002 22 5.71002V15.3C22 18.3 20 20.3 17 20.3H7C4.24 20.29 2 18.05 2 15.29Z"; + --music: "M20.8894 5.1786V16.4786C20.8894 18.4586 19.2794 20.0686 17.2994 20.0686C15.3294 20.0686 13.7094 18.4586 13.7094 16.4786C13.7094 14.5086 15.3294 12.8986 17.2994 12.8986C18.1394 12.8986 18.8894 13.1886 19.4994 13.6686V7.7186L10.2894 10.3386V18.4086C10.2894 20.3886 8.66937 21.9986 6.69937 21.9986C4.71937 21.9986 3.10938 20.3886 3.10938 18.4086C3.10938 16.4386 4.71937 14.8286 6.69937 14.8286C7.52938 14.8286 8.27938 15.1186 8.88938 15.5886V6.7486C8.88938 5.2786 9.77938 4.1386 11.1894 3.7586L16.9694 2.1786C18.1394 1.8586 19.1294 1.9686 19.8294 2.5086C20.5394 3.0386 20.8894 3.9386 20.8894 5.1786Z"; + --game: "M16.65 5.71875H7.35C4.4 5.71875 2 8.11875 2 11.0687V16.6488C2 19.5988 4.4 21.9988 7.35 21.9988H16.65C19.6 21.9988 22 19.5988 22 16.6488V11.0687C22 8.11875 19.6 5.71875 16.65 5.71875ZM14.5 12.0188C14.5 11.4688 14.95 11.0188 15.5 11.0188C16.05 11.0188 16.5 11.4688 16.5 12.0188C16.5 12.5688 16.05 13.0287 15.5 13.0287C14.95 13.0287 14.5 12.5888 14.5 12.0388V12.0188ZM10.13 16.0688C9.98 16.2188 9.79 16.2888 9.6 16.2888C9.41 16.2888 9.22 16.2188 9.07 16.0688L8.04 15.0387L7.05 16.0288C6.9 16.1788 6.71 16.2488 6.52 16.2488C6.33 16.2488 6.14 16.1788 5.99 16.0288C5.7 15.7388 5.7 15.2587 5.99 14.9688L6.98 13.9788L6.02 13.0188C5.73 12.7288 5.73 12.2488 6.02 11.9588C6.31 11.6688 6.79 11.6688 7.08 11.9588L8.04 12.9188L9.03 11.9288C9.32 11.6388 9.8 11.6388 10.09 11.9288C10.38 12.2188 10.38 12.6988 10.09 12.9887L9.1 13.9788L10.13 15.0088C10.42 15.2988 10.42 15.7788 10.13 16.0688ZM13.54 14.9988C12.99 14.9988 12.53 14.5488 12.53 13.9988C12.53 13.4488 12.97 12.9988 13.52 12.9988H13.54C14.09 12.9988 14.54 13.4488 14.54 13.9988C14.54 14.5488 14.1 14.9988 13.54 14.9988ZM15.5 16.9688C14.95 16.9688 14.5 16.5288 14.5 15.9788V15.9587C14.5 15.4087 14.95 14.9587 15.5 14.9587C16.05 14.9587 16.5 15.4087 16.5 15.9587C16.5 16.5087 16.06 16.9688 15.5 16.9688ZM17.48 14.9988C16.93 14.9988 16.47 14.5488 16.47 13.9988C16.47 13.4488 16.91 12.9988 17.46 12.9988H17.48C18.03 12.9988 18.48 13.4488 18.48 13.9988C18.48 14.5488 18.04 14.9988 17.48 14.9988Z M13.6394 2.71L13.6294 3.65C13.6194 4.53 12.8894 5.26 11.9994 5.26C11.8494 5.26 11.7594 5.36 11.7594 5.49C11.7594 5.62 11.8594 5.72 11.9894 5.72H10.3794C10.3694 5.65 10.3594 5.57 10.3594 5.49C10.3594 4.59 11.0894 3.86 11.9794 3.86C12.1294 3.86 12.2294 3.76 12.2294 3.63L12.2394 2.69C12.2494 2.31 12.5594 2 12.9394 2H12.9494C13.3394 2 13.6394 2.32 13.6394 2.71Z"; + --science: "M5.40002 2.09998H18.6C19.7 2.09998 20.6 2.99998 20.6 4.09998V6.29998C20.6 7.09998 20.1 8.09998 19.6 8.59998L15.3 12.4C14.7 12.9 14.3 13.9 14.3 14.7V19C14.3 19.6 13.9 20.4 13.4 20.7L12 21.6C10.7 22.4 8.90002 21.5 8.90002 19.9V14.6C8.90002 13.9 8.50002 13 8.10002 12.5L4.30002 8.49998C3.80002 7.99998 3.40002 7.09998 3.40002 6.49998V4.19998C3.40002 2.99998 4.30002 2.09998 5.40002 2.09998Z M10.93 2.09998L6 9.99998"; + --entertainment: "M20 6V6.24H14.87C11.9 6.24 10.52 7.62 10.52 10.59V15.7H9.75V19.25H10.52V20.75H4.95C4.54 20.75 4.2 20.41 4.2 20C4.2 19.59 4.54 19.25 4.95 19.25H8.25V15.7H6C2.87 15.7 2.03 14.93 2 11.9V6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6Z M19.9995 7.78828C19.7495 7.75828 19.4595 7.73828 19.1495 7.73828H14.8695C12.7295 7.73828 12.0195 8.44828 12.0195 10.5883V19.2483C12.0295 19.8683 12.0995 20.3583 12.2495 20.7483C12.5995 21.6583 13.3895 21.9983 14.8695 21.9983H19.1495C21.2895 21.9983 21.9995 21.2883 21.9995 19.1483V10.5883C21.9995 8.75828 21.4795 7.97828 19.9995 7.78828ZM17.0095 10.0883C17.8795 10.0883 18.5795 10.7883 18.5795 11.6583C18.5795 12.5283 17.8795 13.2283 17.0095 13.2283C16.1395 13.2283 15.4395 12.5283 15.4395 11.6583C15.4395 10.7883 16.1395 10.0883 17.0095 10.0883ZM17.0095 19.1483C15.8295 19.1483 14.8695 18.1883 14.8695 17.0083C14.8695 16.5183 15.0395 16.0583 15.3195 15.6983C15.7095 15.1983 16.3195 14.8683 17.0095 14.8683C17.5495 14.8683 18.0395 15.0683 18.4095 15.3883C18.8595 15.7883 19.1495 16.3683 19.1495 17.0083C19.1495 18.1883 18.1895 19.1483 17.0095 19.1483Z"; + --school-hub: "M20 14.25C21.2426 14.25 22.25 13.2426 22.25 12C22.25 10.7574 21.2426 9.75 20 9.75C18.7574 9.75 17.75 10.7574 17.75 12C17.75 13.2426 18.7574 14.25 20 14.25Z M20 6.25C21.2426 6.25 22.25 5.24264 22.25 4C22.25 2.75736 21.2426 1.75 20 1.75C18.7574 1.75 17.75 2.75736 17.75 4C17.75 5.24264 18.7574 6.25 20 6.25Z M20 22.25C21.2426 22.25 22.25 21.2426 22.25 20C22.25 18.7574 21.2426 17.75 20 17.75C18.7574 17.75 17.75 18.7574 17.75 20C17.75 21.2426 18.7574 22.25 20 22.25Z M4 14.25C5.24264 14.25 6.25 13.2426 6.25 12C6.25 10.7574 5.24264 9.75 4 9.75C2.75736 9.75 1.75 10.7574 1.75 12C1.75 13.2426 2.75736 14.25 4 14.25Z M19 12.75C19.41 12.75 19.75 12.41 19.75 12C19.75 11.59 19.41 11.25 19 11.25H11.75V7C11.75 5.42 12.42 4.75 14 4.75H19C19.41 4.75 19.75 4.41 19.75 4C19.75 3.59 19.41 3.25 19 3.25H14C11.58 3.25 10.25 4.58 10.25 7V11.25H5C4.59 11.25 4.25 11.59 4.25 12C4.25 12.41 4.59 12.75 5 12.75H10.25V17C10.25 19.42 11.58 20.75 14 20.75H19C19.41 20.75 19.75 20.41 19.75 20C19.75 19.59 19.41 19.25 19 19.25H14C12.42 19.25 11.75 18.58 11.75 17V12.75H19Z"; + --folder: "M19.4345 4.03448C19.5668 4.2424 19.3401 4.48461 19.0998 4.43C18.6298 4.29 18.1098 4.22 17.5798 4.22H14.2796C14.1223 4.22 13.9743 4.14605 13.8798 4.02037L12.7298 2.49C12.589 2.29044 12.7221 2 12.9664 2H15.7198C17.2808 2 18.6559 2.81073 19.4345 4.03448Z M20.14 6.54C19.71 6.23 19.22 6 18.69 5.87C18.33 5.77 17.96 5.72 17.58 5.72H13.86C13.28 5.72 13.24 5.67 12.93 5.26L11.53 3.4C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42V17.58C2 20.02 3.98 22 6.42 22H17.58C20.02 22 22 20.02 22 17.58V10.14C22 8.65 21.27 7.34 20.14 6.54ZM14.39 16.34H9.6C9.21 16.34 8.91 16.03 8.91 15.64C8.91 15.26 9.21 14.94 9.6 14.94H14.39C14.78 14.94 15.09 15.26 15.09 15.64C15.09 16.03 14.78 16.34 14.39 16.34Z"; + --open-external: "M16.8 2H14.2C11 2 9 4 9 7.2V11.25H15.25C15.66 11.25 16 11.59 16 12C16 12.41 15.66 12.75 15.25 12.75H9V16.8C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2Z M4.56141 11.2498L6.63141 9.17984C6.78141 9.02984 6.85141 8.83984 6.85141 8.64984C6.85141 8.45984 6.78141 8.25984 6.63141 8.11984C6.34141 7.82984 5.86141 7.82984 5.57141 8.11984L2.22141 11.4698C1.93141 11.7598 1.93141 12.2398 2.22141 12.5298L5.57141 15.8798C5.86141 16.1698 6.34141 16.1698 6.63141 15.8798C6.92141 15.5898 6.92141 15.1098 6.63141 14.8198L4.56141 12.7498H9.00141V11.2498H4.56141Z"; + --download: "M16.8 9H12.75V13.44L14.82 11.37C14.97 11.22 15.16 11.15 15.35 11.15C15.54 11.15 15.73 11.22 15.88 11.37C16.17 11.66 16.17 12.14 15.88 12.43L12.53 15.78C12.24 16.07 11.76 16.07 11.47 15.78L8.12 12.43C7.83 12.14 7.83 11.66 8.12 11.37C8.41 11.08 8.89 11.08 9.18 11.37L11.25 13.44V9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z M12.75 2.75C12.75 2.34 12.41 2 12 2C11.59 2 11.25 2.34 11.25 2.75V9H12.75V2.75Z"; + --maximize: "M21.6914 2.71C21.6114 2.53 21.4714 2.38 21.2814 2.3C21.1914 2.27 21.1014 2.25 21.0014 2.25H17.0014C16.5914 2.25 16.2514 2.59 16.2514 3C16.2514 3.41 16.5914 3.75 17.0014 3.75H19.1914L14.4714 8.47C14.1814 8.76 14.1814 9.24 14.4714 9.53C14.6214 9.68 14.8114 9.75 15.0014 9.75C15.1914 9.75 15.3814 9.68 15.5314 9.53L20.2514 4.81V7C20.2514 7.41 20.5914 7.75 21.0014 7.75C21.4114 7.75 21.7514 7.41 21.7514 7V3C21.7514 2.9 21.7314 2.81 21.6914 2.71Z M8.47 14.4714L3.75 19.1914V17.0014C3.75 16.5914 3.41 16.2514 3 16.2514C2.59 16.2514 2.25 16.5914 2.25 17.0014V21.0014C2.25 21.1014 2.27 21.1914 2.31 21.2914C2.39 21.4714 2.53 21.6214 2.72 21.7014C2.8 21.7314 2.9 21.7514 3 21.7514H7C7.41 21.7514 7.75 21.4114 7.75 21.0014C7.75 20.5914 7.41 20.2514 7 20.2514H4.81L9.53 15.5314C9.82 15.2414 9.82 14.7614 9.53 14.4714C9.24 14.1814 8.76 14.1814 8.47 14.4714Z M2.2 14.75C1.85 14.75 1.54 14.5 1.47 14.15C1.33 13.45 1.25 12.72 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.73 1.25 13.46 1.32 14.17 1.47C14.58 1.55 14.84 1.95 14.76 2.35C14.68 2.76 14.27 3.01 13.88 2.94C13.25 2.81 12.63 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 12.62 2.81 13.25 2.94 13.85C3.02 14.26 2.76 14.65 2.35 14.73C2.3 14.75 2.25 14.75 2.2 14.75Z M12.001 22.7483C11.271 22.7483 10.541 22.6783 9.83101 22.5283C9.42101 22.4483 9.16101 22.0483 9.24101 21.6483C9.32101 21.2383 9.73101 20.9883 10.121 21.0583C10.731 21.1783 11.361 21.2483 11.991 21.2483C17.091 21.2483 21.241 17.0983 21.241 11.9983C21.241 11.3783 21.181 10.7583 21.061 10.1483C20.981 9.73835 21.241 9.34835 21.651 9.26835C22.061 9.18835 22.451 9.44835 22.531 9.85835C22.671 10.5583 22.741 11.2783 22.741 11.9983C22.751 17.9283 17.931 22.7483 12.001 22.7483Z"; + --play: "M4 11.9999V8.43989C4 4.01989 7.13 2.2099 10.96 4.4199L14.05 6.1999L17.14 7.9799C20.97 10.1899 20.97 13.8099 17.14 16.0199L14.05 17.7999L10.96 19.5799C7.13 21.7899 4 19.9799 4 15.5599V11.9999Z"; + --pause: "M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z M21 19.11V4.89C21 3.54 20.43 3 18.99 3H15.36C13.93 3 13.35 3.54 13.35 4.89V19.11C13.35 20.46 13.92 21 15.36 21H18.99C20.43 21 21 20.46 21 19.11Z"; + --image: "M2.58078 19.0112L2.56078 19.0312C2.29078 18.4413 2.12078 17.7713 2.05078 17.0312C2.12078 17.7613 2.31078 18.4212 2.58078 19.0112Z M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V13.9V7.81C22 4.17 19.83 2 16.19 2ZM20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V12.61L20.37 12.5Z"; + --settings: "M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z"; + --mic: "M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"; + --mic-slashed: "M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"; + --headphone: "M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"; + --tag: "M19.8305 8.6998L15.3005 4.1698C14.3505 3.2198 13.0405 2.7098 11.7005 2.7798L6.70046 3.0198C4.70046 3.1098 3.11046 4.6998 3.01046 6.6898L2.77046 11.6898C2.71046 13.0298 3.21046 14.3398 4.16046 15.2898L8.69046 19.8198C10.5505 21.6798 13.5705 21.6798 15.4405 19.8198L19.8305 15.4298C21.7005 13.5798 21.7005 10.5598 19.8305 8.6998ZM9.50046 12.3798C7.91046 12.3798 6.62046 11.0898 6.62046 9.4998C6.62046 7.9098 7.91046 6.6198 9.50046 6.6198C11.0905 6.6198 12.3805 7.9098 12.3805 9.4998C12.3805 11.0898 11.0905 12.3798 9.50046 12.3798Z"; + --code: "M21 10H3C2.45 10 2 10.45 2 11V16.19C2 16.39 2.01 16.59 2.03 16.79C2.23 19.87 4.13 21.77 7.21 21.97C7.41 21.99 7.61 22 7.81 22H16.19C16.39 22 16.59 21.99 16.79 21.97C19.87 21.77 21.77 19.87 21.97 16.79C21.99 16.59 22 16.39 22 16.19V11C22 10.45 21.55 10 21 10ZM8 16.15C8.34 16.65 8.8 17.06 9.33 17.33C9.71 17.51 9.86 17.96 9.67 18.34C9.54 18.6 9.27 18.75 9 18.75C8.89 18.75 8.77 18.72 8.67 18.67C7.89 18.29 7.23 17.7 6.76 16.99C6.36 16.39 6.36 15.61 6.76 15.01C7.23 14.3 7.89 13.71 8.67 13.33C9.04 13.14 9.49 13.29 9.67 13.66C9.86 14.04 9.71 14.49 9.33 14.67C8.8 14.94 8.34 15.35 8 15.85C7.94 15.94 7.94 16.06 8 16.15ZM17.45 16.99C16.97 17.7 16.31 18.29 15.54 18.67C15.43 18.72 15.32 18.75 15.21 18.75C14.93 18.75 14.67 18.6 14.54 18.34C14.35 17.96 14.5 17.51 14.87 17.33C15.41 17.06 15.87 16.65 16.2 16.15C16.27 16.06 16.27 15.94 16.2 15.85C15.87 15.35 15.41 14.94 14.87 14.67C14.5 14.49 14.35 14.04 14.54 13.66C14.72 13.29 15.17 13.14 15.54 13.33C16.31 13.71 16.97 14.3 17.45 15.01C17.85 15.61 17.85 16.39 17.45 16.99Z M22 7.81V8C22 8.55 21.55 9 21 9L3 9.01C2.45 9.01 2 8.56 2 8.01V7.81C2 7.61 2.01 7.41 2.03 7.21C2.23 4.13 4.13 2.23 7.21 2.03C7.41 2.01 7.61 2 7.81 2H16.19C16.39 2 16.59 2.01 16.79 2.03C19.87 2.23 21.77 4.13 21.97 7.21C21.99 7.41 22 7.61 22 7.81Z"; + --description: "M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM14 15.25H7C6.59 15.25 6.25 14.91 6.25 14.5C6.25 14.09 6.59 13.75 7 13.75H14C14.41 13.75 14.75 14.09 14.75 14.5C14.75 14.91 14.41 15.25 14 15.25ZM17 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H17C17.41 8.75 17.75 9.09 17.75 9.5C17.75 9.91 17.41 10.25 17 10.25Z"; } + [d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"], [d="M19.8914 3.80204L22.2438 8.55654C22.5726 9.22119 22.0891 9.99999 21.3475 10L16.6179 10C15.8745 10 15.391 9.21769 15.7235 8.55279L18.1007 3.79829C18.4701 3.05951 19.5251 3.06172 19.8914 3.80204ZM18.4998 5H19.4999V7.5H18.4999L18.4998 5ZM18.4998 8.49887C18.4998 8.77589 18.7238 9 18.9998 9C19.2759 9 19.4999 8.77589 19.4999 8.49887C19.4999 8.22224 19.2759 7.99773 18.9998 7.99773C18.7238 7.99773 18.4998 8.22224 18.4998 8.49887Z"] { - transform: translate(2px, -3px); + transform: translate(2px, -3px); } + [d="M12.3345 2.71469L21.0315 10.542C21.3721 10.8486 21.1553 11.4137 20.697 11.4137H19V18.4137C19 18.9659 18.5523 19.4137 18 19.4137H15C14.4477 19.4137 14 18.9659 14 18.4137V13.4137H10V18.4137C10 18.9659 9.55228 19.4137 9 19.4137H6C5.44771 19.4137 5 18.9659 5 18.4137V11.4137H3.30298C2.84473 11.4137 2.62789 10.8486 2.96849 10.542L11.6655 2.71469C11.8557 2.54356 12.1443 2.54356 12.3345 2.71469Z"] { - d: path(var(--home)); - transform-origin: center; - transform: scale(0.9) translate(0, -1.5px); + d: path(var(--home)); + transform-origin: center; + transform: scale(0.9) translate(0, -1.5px); } + [d="M33 34.5833V7.49998H35V36.6666H9C6.791 36.6666 5 34.801 5 32.5V7.49998C5 5.19894 6.791 3.33331 9 3.33331H31V30.4166H9C7.8955 30.4166 7 31.3485 7 32.5C7 33.6515 7.8955 34.5833 9 34.5833H33ZM23.9718 9.99998L15.8889 17.9915L12.7086 14.8441L10 17.5058L15.8885 23.3333L26.6667 12.6669L23.9718 9.99998Z"] { - d: path(var(--rules)); - transform: scale(1.6) translate(1px, 0px); - width: 24px !important; - height: 24px !important; + d: path(var(--rules)); + transform: scale(1.6) translate(1px, 0px); + width: 24px !important; + height: 24px !important; } + [d="M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z"] { - d: path(var(--text-channel)); - transform-origin: center; - transform: scale(0.95) translate(1px, 0px); + d: path(var(--text-channel)); + transform-origin: center; + transform: scale(0.95) translate(1px, 0px); } + [d="M14 8C14 7.44772 13.5523 7 13 7H9.76001L10.3657 3.58738C10.4201 3.28107 10.1845 3 9.87344 3H8.88907C8.64664 3 8.43914 3.17391 8.39677 3.41262L7.76001 7H4.18011C3.93722 7 3.72946 7.17456 3.68759 7.41381L3.51259 8.41381C3.45905 8.71977 3.69449 9 4.00511 9H7.41001L6.35001 15H2.77011C2.52722 15 2.31946 15.1746 2.27759 15.4138L2.10259 16.4138C2.04905 16.7198 2.28449 17 2.59511 17H6.00001L5.39427 20.4126C5.3399 20.7189 5.57547 21 5.88657 21H6.87094C7.11337 21 7.32088 20.8261 7.36325 20.5874L8.00001 17H14L13.3943 20.4126C13.3399 20.7189 13.5755 21 13.8866 21H14.8709C15.1134 21 15.3209 20.8261 15.3632 20.5874L16 17H19.5799C19.8228 17 20.0306 16.8254 20.0724 16.5862L20.2474 15.5862C20.301 15.2802 20.0655 15 19.7549 15H16.35L16.6758 13.1558C16.7823 12.5529 16.3186 12 15.7063 12C15.2286 12 14.8199 12.3429 14.7368 12.8133L14.3504 15H8.35045L9.41045 9H13C13.5523 9 14 8.55228 14 8Z"] { - d: path(var(--text-channel-private)); - transform-origin: center; - transform: scale(0.95) translate(2px, -1px); + d: path(var(--text-channel-private)); + transform-origin: center; + transform: scale(0.95) translate(2px, -1px); } + [d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"] { - d: path(var(--voice-channel)); + d: path(var(--voice-channel)); } + [d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"] { - d: path(var(--voice-channel-private)); + d: path(var(--voice-channel-private)); } + [d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7v-5z"] { - d: path(var(--events)); - transform-origin: center; - transform: scale(0.95) translateY(-1px); + d: path(var(--events)); + transform-origin: center; + transform: scale(0.95) translateY(-1px); } + [d="M19.1 4V5.12659L4.85 8.26447V18.1176C4.85 18.5496 5.1464 18.9252 5.5701 19.0315L9.3701 19.9727C9.4461 19.9906 9.524 20 9.6 20C9.89545 20 10.1776 19.8635 10.36 19.6235L12.7065 16.5242L19.1 17.9304V19.0588H21V4H19.1ZM9.2181 17.9944L6.75 17.3826V15.2113L10.6706 16.0753L9.2181 17.9944Z"] { - d: path(var(--announcement-channel)); - transform: scale(0.9) translate(0px, 2px); + d: path(var(--announcement-channel)); + transform: scale(0.9) translate(0px, 2px); } + [d="M3.9 8.26H2V15.2941H3.9V8.26Z"] { - display: none !important; + display: none !important; } + [d="M4.85 8.26429L15.84 5.84426V10.5599C15.84 11.6202 16.6996 12.4799 17.76 12.4799H21V19.0586H19.1V17.9302L12.7065 16.524L10.36 19.6233C10.1776 19.8633 9.89545 19.9998 9.6 19.9998C9.524 19.9998 9.4461 19.9904 9.3701 19.9725L5.5701 19.0313C5.1464 18.925 4.85 18.5495 4.85 18.1175V8.26429ZM9.2181 17.9942L6.75 17.3824V15.2111L10.6706 16.0751L9.2181 17.9942Z"] { - d: path(var(--announcement-channel-private)); - transform-origin: center; - transform: scale(0.9) translate(0px, 2px); + d: path(var(--announcement-channel-private)); + transform-origin: center; + transform: scale(0.9) translate(0px, 2px); } + [d="M3.9 8.25981H2V15.2939H3.9V8.25981Z"] { - display: none; + display: none; } + [d="M22.545 4.87988V5.87988H23.28C23.4126 5.87988 23.52 5.98733 23.52 6.11988V10.6399C23.52 10.7724 23.4126 10.8799 23.28 10.8799H17.76C17.6275 10.8799 17.52 10.7724 17.52 10.6399V6.11988C17.52 5.98733 17.6275 5.87988 17.76 5.87988H18.52V4.87988C18.52 3.75988 19.47 2.87988 20.52 2.87988C21.57 2.87988 22.545 3.75988 22.545 4.87988ZM19.52 5.87988H21.52V4.87988C21.52 4.30845 21.0534 3.87988 20.52 3.87988C19.9867 3.87988 19.52 4.30845 19.52 4.87988V5.87988Z"] { - transform-origin: center; - transform: translate(0px, -2px); + transform-origin: center; + transform: translate(0px, -2px); } + [d="M14 13C14 14.1 13.1 15 12 15C10.9 15 10 14.1 10 13C10 11.9 10.9 11 12 11C13.1 11 14 11.9 14 13ZM8.5 20V19.5C8.5 17.8 9.94 16.5 12 16.5C14.06 16.5 15.5 17.8 15.5 19.5V20H8.5ZM7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 13.91 16.74 14.75 16.31 15.49L17.62 16.25C18.17 15.29 18.5 14.19 18.5 13C18.5 9.42 15.58 6.5 12 6.5C8.42 6.5 5.5 9.42 5.5 13C5.5 14.18 5.82 15.29 6.38 16.25L7.69 15.49C7.26 14.75 7 13.91 7 13ZM2.5 13C2.5 7.75 6.75 3.5 12 3.5C17.25 3.5 21.5 7.75 21.5 13C21.5 14.73 21.03 16.35 20.22 17.75L21.51 18.5C22.45 16.88 23 15 23 13C23 6.93 18.07 2 12 2C5.93 2 1 6.93 1 13C1 15 1.55 16.88 2.48 18.49L3.77 17.74C2.97 16.35 2.5 14.73 2.5 13Z"], [d="M8.5 19.5V20H15.5V19.5C15.5 17.8 14.06 16.5 12 16.5C9.94 16.5 8.5 17.8 8.5 19.5Z"] { - d: path(var(--stage)); + d: path(var(--stage)); } + [d="M14 13C14 14.1 13.1 15 12 15C10.9 15 10 14.1 10 13C10 11.9 10.9 11 12 11C13.1 11 14 11.9 14 13Z"], [d="M7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 13.91 16.74 14.75 16.31 15.49L17.62 16.25C18.17 15.29 18.5 14.19 18.5 13C18.5 9.42 15.58 6.5 12 6.5C8.42 6.5 5.5 9.42 5.5 13C5.5 14.18 5.82 15.29 6.38 16.25L7.69 15.49C7.26 14.75 7 13.91 7 13Z"], [d="M15 2.41495C14.0462 2.14467 13.0398 2 12 2C5.93 2 1 6.93 1 13C1 15 1.55 16.88 2.48 18.49L3.77 17.74C2.97 16.35 2.5 14.73 2.5 13C2.5 7.75 6.75 3.5 12 3.5C13.0485 3.5 14.0571 3.66952 15 3.98267V2.41495Z"], [d="M21.0173 10C21.3305 10.9429 21.5 11.9515 21.5 13C21.5 14.73 21.03 16.35 20.22 17.75L21.51 18.5C22.45 16.88 23 15 23 13C23 11.9602 22.8553 10.9538 22.585 10H21.0173Z"] { - display: none; + display: none; } + [d="M15.44 6.99992C15.5725 6.99992 15.68 7.10737 15.68 7.23992V8.75992C15.68 8.89247 15.5725 8.99992 15.44 8.99992H9.41045L8.35045 14.9999H10.56V16.9999H8.00001L7.36325 20.5873C7.32088 20.826 7.11337 20.9999 6.87094 20.9999H5.88657C5.57547 20.9999 5.3399 20.7189 5.39427 20.4125L6.00001 16.9999H2.59511C2.28449 16.9999 2.04905 16.7197 2.10259 16.4137L2.27759 15.4137C2.31946 15.1745 2.52722 14.9999 2.77011 14.9999H6.35001L7.41001 8.99992H4.00511C3.69449 8.99992 3.45905 8.71969 3.51259 8.41373L3.68759 7.41373C3.72946 7.17448 3.93722 6.99992 4.18011 6.99992H7.76001L8.39677 3.41254C8.43914 3.17384 8.64664 2.99992 8.88907 2.99992H9.87344C10.1845 2.99992 10.4201 3.28099 10.3657 3.58731L9.76001 6.99992H15.44Z"] { - d: path(var(--threads-private)); - transform-origin: center; - transform: translate(-1px, 2px); + d: path(var(--threads-private)); + transform-origin: center; + transform: translate(-1px, 2px); } + [d="M13.44 12.9599C12.9098 12.9599 12.48 13.3897 12.48 13.9199V20.2212C12.48 20.7514 12.9098 21.1812 13.44 21.1812H14.4C14.5326 21.1812 14.64 21.2886 14.64 21.4212V23.4597C14.64 23.6677 14.8866 23.7772 15.0409 23.6377L17.4859 21.4289C17.6623 21.2694 17.8917 21.1812 18.1294 21.1812H22.56C23.0902 21.1812 23.52 20.7514 23.52 20.2212V13.9199C23.52 13.3897 23.0902 12.9599 22.56 12.9599H13.44Z"] { - display: none; + display: none; } + [d="M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z"] { - d: path(var(--message)); - transform-origin: center; - transform: scale(1.65); + d: path(var(--message)); + transform-origin: center; + transform: scale(1.65); } + [d="M17 11V7C17 4.243 14.756 2 12 2C9.242 2 7 4.243 7 7V11C5.897 11 5 11.896 5 13V20C5 21.103 5.897 22 7 22H17C18.103 22 19 21.103 19 20V13C19 11.896 18.103 11 17 11ZM12 18C11.172 18 10.5 17.328 10.5 16.5C10.5 15.672 11.172 15 12 15C12.828 15 13.5 15.672 13.5 16.5C13.5 17.328 12.828 18 12 18ZM15 11H9V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V11Z"] { - d: path(var(--lock)); - transform-origin: center; - transform: scale(0.95) translate(0, -2.5px); + d: path(var(--lock)); + transform-origin: center; + transform: scale(0.95) translate(0, -2.5px); } + [d="M14 7V9C14 9 12.5867 9 12.5733 9.00667C12.42 9.58667 12.1733 10.1267 11.84 10.6067L12.74 11.5067L11.4933 12.7533L10.5933 11.8533C10.1133 12.1867 9.57334 12.44 8.99334 12.5867V14H6.99334V12.58C6.41334 12.4333 5.87334 12.18 5.39334 11.8467L4.49333 12.7467L3.24667 11.5L4.14667 10.6C3.81333 10.1267 3.56 9.58 3.41333 9H2V7H3.41333C3.56 6.42 3.81333 5.88 4.14667 5.4L3.24667 4.5L4.5 3.24667L5.4 4.14667C5.87334 3.81333 6.42 3.56 7 3.41333V2H9V3.41333C9.58 3.56667 10.12 3.81333 10.6 4.14667L11.5067 3.25333L12.7533 4.5L11.8533 5.4C12.1867 5.87334 12.44 6.42 12.5867 7H14ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"] { - d: path(var(--settings)); - transform-origin: center; - transform: scale(0.6) translate(-2px, -3px); + d: path(var(--settings)); + transform-origin: center; + transform: scale(0.6) translate(-2px, -3px); } + [d="M20.998 0V3H23.998V5H20.998V8H18.998V5H15.998V3H18.998V0H20.998ZM2.99805 20V24L8.33205 20H14.998C16.102 20 16.998 19.103 16.998 18V9C16.998 7.896 16.102 7 14.998 7H1.99805C0.894047 7 -0.00195312 7.896 -0.00195312 9V18C-0.00195312 19.103 0.894047 20 1.99805 20H2.99805Z"] { - d: path(var(--message-add)); - transform-origin: center; - transform: scale(0.95); + d: path(var(--message-add)); + transform-origin: center; + transform: scale(0.95); } + .tutorialContainer_f9623d .homeIcon__560eb path { - d: path(var(--discord)); - transform-origin: center; - transform: scale(2) translate(2px, -2px); + d: path(var(--discord)); + transform-origin: center; + transform: scale(2) translate(2px, -2px); } + [d="M21.924 8.61789C21.77 8.24489 21.404 8.00089 21 8.00089H15.618L12.894 2.55389C12.555 1.87689 11.444 1.87689 11.105 2.55389L8.38199 8.00089H2.99999C2.59599 8.00089 2.22999 8.24489 2.07599 8.61789C1.92199 8.99089 2.00699 9.42289 2.29299 9.70789L6.87699 14.2919L5.03899 20.7269C4.92399 21.1299 5.07199 21.5619 5.40999 21.8089C5.74999 22.0569 6.20699 22.0659 6.55399 21.8329L12 18.2029L17.445 21.8329C17.613 21.9449 17.806 22.0009 18 22.0009C18.207 22.0009 18.414 21.9369 18.59 21.8089C18.928 21.5619 19.076 21.1299 18.961 20.7269L17.123 14.2919L21.707 9.70789C21.993 9.42289 22.078 8.99089 21.924 8.61789Z"] { - d: path(var(--favorites)); - transform-origin: center; - transform: scale(1.4) translate(-2px, -0.5px); + d: path(var(--favorites)); + transform-origin: center; + transform: scale(1.4) translate(-2px, -0.5px); } + [d="M12 10.9C11.39 10.9 10.9 11.39 10.9 12C10.9 12.61 11.39 13.1 12 13.1C12.61 13.1 13.1 12.61 13.1 12C13.1 11.39 12.61 10.9 12 10.9ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM14.19 14.19L6 18L9.81 9.81L18 6L14.19 14.19Z"] { - d: path(var(--explore)); - transform-origin: center; - transform: translate(-0.5px, -1px); + d: path(var(--explore)); + transform-origin: center; + transform: translate(-0.5px, -1px); } + [d="M20 11.1111H12.8889V4H11.1111V11.1111H4V12.8889H11.1111V20H12.8889V12.8889H20V11.1111Z"] { - d: path(var(--add)); - transform-origin: center; - transform: scale(4.5) translate(-4.5px, -3.2px); + d: path(var(--add)); + transform-origin: center; + transform: scale(4.5) translate(-4.5px, -3.2px); } + [d="M21.526 8.149C21.231 7.966 20.862 7.951 20.553 8.105L18 9.382V7C18 5.897 17.103 5 16 5H4C2.897 5 2 5.897 2 7V17C2 18.104 2.897 19 4 19H16C17.103 19 18 18.104 18 17V14.618L20.553 15.894C20.694 15.965 20.847 16 21 16C21.183 16 21.365 15.949 21.526 15.851C21.82 15.668 22 15.347 22 15V9C22 8.653 21.82 8.332 21.526 8.149Z"] { - d: path(var(--video)); + d: path(var(--video)); } + [d="M11 5V3C16.515 3 21 7.486 21 13H19C19 8.589 15.411 5 11 5ZM17 13H15C15 10.795 13.206 9 11 9V7C14.309 7 17 9.691 17 13ZM11 11V13H13C13 11.896 12.105 11 11 11ZM14 16H18C18.553 16 19 16.447 19 17V21C19 21.553 18.553 22 18 22H13C6.925 22 2 17.075 2 11V6C2 5.447 2.448 5 3 5H7C7.553 5 8 5.447 8 6V10C8 10.553 7.553 11 7 11H6C6.063 14.938 9 18 13 18V17C13 16.447 13.447 16 14 16Z"] { - d: path(var(--call)); - transform-origin: center; - transform: scale(0.95); + d: path(var(--call)); + transform-origin: center; + transform: scale(0.95); } + [d="M21.1169 1.11603L22.8839 2.88403L19.7679 6.00003L22.8839 9.11603L21.1169 10.884L17.9999 7.76803L14.8839 10.884L13.1169 9.11603L16.2329 6.00003L13.1169 2.88403L14.8839 1.11603L17.9999 4.23203L21.1169 1.11603ZM18 22H13C6.925 22 2 17.075 2 11V6C2 5.447 2.448 5 3 5H7C7.553 5 8 5.447 8 6V10C8 10.553 7.553 11 7 11H6C6.063 14.938 9 18 13 18V17C13 16.447 13.447 16 14 16H18C18.553 16 19 16.447 19 17V21C19 21.553 18.553 22 18 22Z"] { - d: path(var(--call-dc)); + d: path(var(--call-dc)); } + [d="M2 4.5C2 3.397 2.897 2.5 4 2.5H20C21.103 2.5 22 3.397 22 4.5V15.5C22 16.604 21.103 17.5 20 17.5H13V19.5H17V21.5H7V19.5H11V17.5H4C2.897 17.5 2 16.604 2 15.5V4.5ZM13.2 14.3375V11.6C9.864 11.6 7.668 12.6625 6 15C6.672 11.6625 8.532 8.3375 13.2 7.6625V5L18 9.6625L13.2 14.3375Z"] { - d: path(var(--screen-share)); + d: path(var(--screen-share)); } + [d="M0.5,0 L0.5,1.5 C0.5,5.65 2.71,9.28 6,11.3 L6,16 L21,16 L21,14 C21,11.34 15.67,10 13,10 C13,10 12.83,10 12.75,10 C8,10 4,6 4,1.5 L4,0 L0.5,0 Z M13,0 C10.790861,0 9,1.790861 9,4 C9,6.209139 10.790861,8 13,8 C15.209139,8 17,6.209139 17,4 C17,1.790861 15.209139,0 13,0 Z"] { - d: path(var(--members)); - transform-origin: center; - transform: translate(3px, 0px); + d: path(var(--members)); + transform-origin: center; + transform: translate(3px, 0px); } + [d="M10 8.26667V4L3 11.4667L10 18.9333V14.56C15 14.56 18.5 16.2667 21 20C20 14.6667 17 9.33333 10 8.26667Z"] { - d: path(var(--reply)); - transform: scale(1.5); + d: path(var(--reply)); + transform: scale(1.5); } + [d="M19.2929 9.8299L19.9409 9.18278C21.353 7.77064 21.353 5.47197 19.9409 4.05892C18.5287 2.64678 16.2292 2.64678 14.817 4.05892L14.1699 4.70694L19.2929 9.8299ZM12.8962 5.97688L5.18469 13.6906L10.3085 18.813L18.0201 11.0992L12.8962 5.97688ZM4.11851 20.9704L8.75906 19.8112L4.18692 15.239L3.02678 19.8796C2.95028 20.1856 3.04028 20.5105 3.26349 20.7337C3.48669 20.9569 3.8116 21.046 4.11851 20.9704Z"] { - d: path(var(--edit)); - transform-origin: center; - transform: scale(1.05) translate(0, 0.5px); + d: path(var(--edit)); + transform-origin: center; + transform: scale(1.05) translate(0, 0.5px); } + [d="M10.59 13.41c.41.39.41 1.03 0 1.42-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0 5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.982 2.982 0 0 0 0-4.24 2.982 2.982 0 0 0-4.24 0l-3.53 3.53a2.982 2.982 0 0 0 0 4.24zm2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0 5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.982 2.982 0 0 0 0 4.24 2.982 2.982 0 0 0 4.24 0l3.53-3.53a2.982 2.982 0 0 0 0-4.24.973.973 0 0 1 0-1.42z"] { - d: path(var(--copy-link)); + d: path(var(--copy-link)); } + [d="M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z"] { - d: path(var(--delete)); - transform: scale(1.5); + d: path(var(--delete)); + transform: scale(1.5); } + [d="M14 3H20C21 3 22.0001 4 22.0001 5V19.0003C22.0001 20 21 21 20 21H14C13 21 6 13 6 13H2V11H6C6 11 13 3 14 3Z"] { - d: path(var(--mark-unread)) !important; - transform: rotate(-45deg) scale(0.95) translate(2px, 0px); - transform-origin: center; + d: path(var(--mark-unread)) !important; + transform: rotate(-45deg) scale(0.95) translate(2px, 0px); + transform-origin: center; } + [d="M10 5V3H5.375C4.06519 3 3 4.06519 3 5.375V18.625C3 19.936 4.06519 21 5.375 21H18.625C19.936 21 21 19.936 21 18.625V14H19V19H5V5H10Z"] { - d: path(var(--open-external)); - transform: rotate(140deg); - transform-origin: center; + d: path(var(--open-external)); + transform: rotate(140deg); + transform-origin: center; } + [d="M21 2.99902H14V4.99902H17.586L9.29297 13.292L10.707 14.706L19 6.41302V9.99902H21V2.99902Z"] { - display: none; + display: none; } + [d="M12 2C6.477 2 2 6.477 2 12C2 17.522 6.477 22 12 22C17.523 22 22 17.522 22 12C22 6.477 17.523 2 12 2ZM8 6C9.104 6 10 6.896 10 8C10 9.105 9.104 10 8 10C6.896 10 6 9.105 6 8C6 6.896 6.896 6 8 6ZM18 14C18 16.617 15.14 19 12 19C8.86 19 6 16.617 6 14V13H18V14ZM16 10C14.896 10 14 9.105 14 8C14 6.896 14.896 6 16 6C17.104 6 18 6.896 18 8C18 9.105 17.104 10 16 10Z"] { - d: path(var(--reactions)); + d: path(var(--reactions)); } + [d="M12.2512 2.00309C12.1677 2.00104 12.084 2 12 2C6.477 2 2 6.477 2 12C2 17.522 6.477 22 12 22C17.523 22 22 17.522 22 12C22 11.916 21.999 11.8323 21.9969 11.7488C21.3586 11.9128 20.6895 12 20 12C15.5817 12 12 8.41828 12 4C12 3.31052 12.0872 2.6414 12.2512 2.00309ZM10 8C10 6.896 9.104 6 8 6C6.896 6 6 6.896 6 8C6 9.105 6.896 10 8 10C9.104 10 10 9.105 10 8ZM12 19C15.14 19 18 16.617 18 14V13H6V14C6 16.617 8.86 19 12 19Z"] { - d: path(var(--reaction-add)); + d: path(var(--reaction-add)); } + [d="M21 3V0H19V3H16V5H19V8H21V5H24V3H21Z"], [d="M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z"] { - display: none; + display: none; } + [d="M6.5 8.34C3.26 8.34 1 9.98666 1 12.34V13.0067H12V12.34C12 9.98 9.74 8.34 6.5 8.34Z"] { - d: path(var(--invite)); - transform-origin: center; - transform: scale(0.6) translate(-1px, -3.5px); + d: path(var(--invite)); + transform-origin: center; + transform: scale(0.6) translate(-1px, -3.5px); } + [d="M14 2H16V3H14V5H13V3H11V2H13V0H14V2Z"], [d="M6.5 8.00667C7.88 8.00667 9 6.88667 9 5.50667C9 4.12667 7.88 3.00667 6.5 3.00667C5.12 3.00667 4 4.12667 4 5.50667C4 6.88667 5.12 8.00667 6.5 8.00667Z"] { - display: none; + display: none; } + [d="M13.6572 5.42868C13.8879 5.29002 14.1806 5.30402 14.3973 5.46468C14.6133 5.62602 14.7119 5.90068 14.6473 6.16202L13.3139 11.4954C13.2393 11.7927 12.9726 12.0007 12.6666 12.0007H3.33325C3.02725 12.0007 2.76058 11.792 2.68592 11.4954L1.35258 6.16202C1.28792 5.90068 1.38658 5.62602 1.60258 5.46468C1.81992 5.30468 2.11192 5.29068 2.34325 5.42868L5.13192 7.10202L7.44592 3.63068C7.46173 3.60697 7.48377 3.5913 7.50588 3.57559C7.5192 3.56612 7.53255 3.55663 7.54458 3.54535L6.90258 2.90268C6.77325 2.77335 6.77325 2.56068 6.90258 2.43135L7.76458 1.56935C7.89392 1.44002 8.10658 1.44002 8.23592 1.56935L9.09792 2.43135C9.22725 2.56068 9.22725 2.77335 9.09792 2.90268L8.45592 3.54535C8.46794 3.55686 8.48154 3.56651 8.49516 3.57618C8.51703 3.5917 8.53897 3.60727 8.55458 3.63068L10.8686 7.10202L13.6572 5.42868ZM2.66667 12.6673H13.3333V14.0007H2.66667V12.6673Z"] { - d: path(var(--crown)); - transform: scale(0.7) translate(-2px, -2px); + d: path(var(--crown)); + transform: scale(0.7) translate(-2px, -2px); } + [d="M6,7 L2,7 L2,6 L6,6 L6,7 Z M8,5 L2,5 L2,4 L8,4 L8,5 Z M8,3 L2,3 L2,2 L8,2 L8,3 Z M8.88888889,0 L1.11111111,0 C0.494444444,0 0,0.494444444 0,1.11111111 L0,8.88888889 C0,9.50253861 0.497461389,10 1.11111111,10 L8.88888889,10 C9.50253861,10 10,9.50253861 10,8.88888889 L10,1.11111111 C10,0.494444444 9.5,0 8.88888889,0 Z"] { - d: path(var(--play)); - transform: scale(0.5) translate(0px, 4px); + d: path(var(--play)); + transform: scale(0.5) translate(0px, 4px); } + [d="M19.396 3.29898C19.016 3.01598 18.524 2.93098 18.07 3.06498L8.07 6.06498C7.435 6.25498 7 6.83998 7 7.50298V15.054C6.835 15.03 6.671 15.003 6.5 15.003C4.566 15.003 3 16.571 3 18.503C3 20.434 4.566 22.003 6.5 22.003C8.434 22.003 10 20.434 10 18.503V8.61798L17 6.51798V13.054C16.835 13.03 16.671 13.003 16.5 13.003C14.566 13.003 13 14.571 13 16.503C13 18.434 14.566 20.003 16.5 20.003C18.434 20.003 20 18.434 20 16.503V4.50298C20 4.02698 19.775 3.58198 19.396 3.29898Z"] { - d: path(var(--music)); + d: path(var(--music)); } + [d="M5.79335761,5 L18.2066424,5 C19.7805584,5 21.0868816,6.21634264 21.1990185,7.78625885 L21.8575059,17.0050826 C21.9307825,18.0309548 21.1585512,18.9219909 20.132679,18.9952675 C20.088523,18.9984215 20.0442685,19 20,19 C18.8245863,19 17.8000084,18.2000338 17.5149287,17.059715 L17,15 L7,15 L6.48507125,17.059715 C6.19999155,18.2000338 5.1754137,19 4,19 C2.97151413,19 2.13776159,18.1662475 2.13776159,17.1377616 C2.13776159,17.0934931 2.1393401,17.0492386 2.1424941,17.0050826 L2.80098151,7.78625885 C2.91311838,6.21634264 4.21944161,5 5.79335761,5 Z M14.5,10 C15.3284271,10 16,9.32842712 16,8.5 C16,7.67157288 15.3284271,7 14.5,7 C13.6715729,7 13,7.67157288 13,8.5 C13,9.32842712 13.6715729,10 14.5,10 Z M18.5,13 C19.3284271,13 20,12.3284271 20,11.5 C20,10.6715729 19.3284271,10 18.5,10 C17.6715729,10 17,10.6715729 17,11.5 C17,12.3284271 17.6715729,13 18.5,13 Z M6,9 L4,9 L4,11 L6,11 L6,13 L8,13 L8,11 L10,11 L10,9 L8,9 L8,7 L6,7 L6,9 Z"] { - d: path(var(--game)); + d: path(var(--game)); } + [d="M18.6683 11.9964C19.5992 13.2208 20.3732 14.4331 20.9422 15.5701C22.5858 18.8593 22.0118 20.4688 21.2418 21.2398C20.895 21.5846 20.2596 21.9978 19.1951 21.9978C17.3645 21.9978 14.7478 20.7553 12.0004 18.6683C9.25198 20.7553 6.63527 21.9978 4.80569 21.9978C3.74111 21.9978 3.10478 21.5846 2.75896 21.2398C1.98792 20.4677 1.41392 18.8593 3.05853 15.5701C3.62751 14.4331 4.40257 13.2218 5.33245 11.9964C2.51569 8.28291 1.00176 4.51719 2.75896 2.75898C3.10578 2.41316 3.74111 2 4.80569 2C6.63628 2 9.25298 3.24251 12.0004 5.32944C14.7488 3.24251 17.3655 2 19.1951 2C20.2596 2 20.895 2.41216 21.2418 2.75898C22.999 4.51618 21.4851 8.28191 18.6683 11.9964ZM19.8203 4.18042C19.6806 4.03969 19.4032 4.01053 19.1951 4.01053C18.0481 4.01053 15.9933 4.9203 13.6209 6.64835C15.0262 7.86472 16.2346 9.08512 17.3655 10.395C19.752 7.13188 20.3541 4.71422 19.8203 4.18042ZM14.1325 14.1316C14.8654 13.3987 15.5108 12.689 16.0928 12.0024C15.4876 11.2856 14.8342 10.5689 14.1325 9.86621C13.4128 9.14744 12.701 8.51312 12.0004 7.92202C11.2997 8.51312 10.588 9.14744 9.86821 9.86621C9.16653 10.5689 8.51311 11.2856 7.90794 12.0024C8.48999 12.689 9.13637 13.3987 9.86821 14.1316C10.588 14.8513 11.2997 15.4856 12.0004 16.0747C12.701 15.4856 13.4128 14.8513 14.1325 14.1316ZM4.80569 4.01053C4.5986 4.01053 4.32115 4.03969 4.18142 4.18042C3.64661 4.71422 4.24977 7.13088 6.63628 10.394C7.83556 9.00469 9.05696 7.79435 10.3799 6.64735C8.00645 4.9203 5.95269 4.01053 4.80569 4.01053ZM4.18041 19.8183C4.32014 19.9581 4.5976 19.9872 4.80569 19.9872C5.95269 19.9872 8.00746 19.0785 10.3799 17.3514C8.98357 16.1421 7.7873 14.9348 6.6413 13.6078C5.92053 14.593 5.31133 15.56 4.85695 16.4688C3.79539 18.5909 3.9502 19.5881 4.18041 19.8183ZM19.1941 19.9872C19.4021 19.9872 19.6796 19.9581 19.8193 19.8183C20.0495 19.5881 20.2044 18.5919 19.1428 16.4688C18.6884 15.559 18.0792 14.592 17.3584 13.6078C16.2114 14.9358 15.0152 16.1431 13.6199 17.3514C15.9933 19.0785 18.0471 19.9872 19.1941 19.9872ZM14.0109 11.9984C14.0109 13.1088 13.1108 14.0089 12.0004 14.0089C10.89 14.0089 9.98984 13.1088 9.98984 11.9984C9.98984 10.888 10.89 9.98784 12.0004 9.98784C13.1108 9.98784 14.0109 10.888 14.0109 11.9984Z"] { - d: path(var(--science)); + d: path(var(--science)); } + [d="M16.781 2.27293L14.081 5.7126H9.919L7.219 2.27293L8.781 1L12 5.10008L15.219 1L16.781 2.27293ZM4 6.73175H20C21.1 6.73175 22 7.649 22 8.77007V18.9617C22 20.0828 21.1 21 20 21H4C2.9 21 2 20.0828 2 18.9617V8.77007C2 7.649 2.9 6.73175 4 6.73175ZM4 18.9617H16V8.77007H4V18.9617ZM18 16.4138C18 16.9764 18.448 17.4329 19 17.4329C19.552 17.4329 20 16.9764 20 16.4138C20 15.8512 19.552 15.3946 19 15.3946C18.448 15.3946 18 15.8512 18 16.4138ZM18 11.318C18 11.8806 18.448 12.3371 19 12.3371C19.552 12.3371 20 11.8806 20 11.318C20 10.7554 19.552 10.2988 19 10.2988C18.448 10.2988 18 10.7554 18 11.318Z"] { - d: path(var(--entertainment)); + d: path(var(--entertainment)); } + [d="M12.5 22C11.1193 22 10 20.8807 10 19.5C10 18.1193 11.1193 17 12.5 17C13.8807 17 15 18.1193 15 19.5C15 20.8807 13.8807 22 12.5 22Z"] { - d: path(var(--school-hub)); + d: path(var(--school-hub)); } + [d="M13.25 18L13.25 6L11.75 6L11.75 18L13.25 18Z"], [d="M7 12.75C6.30964 12.75 5.75 13.3096 5.75 14V18H4.25V14C4.25 12.4812 5.48122 11.25 7 11.25H18C19.5188 11.25 20.75 12.4812 20.75 14V18H19.25V14C19.25 13.3096 18.6904 12.75 18 12.75H7Z"], [d="M12.5 7C11.1193 7 10 5.88071 10 4.5C10 3.11929 11.1193 2 12.5 2C13.8807 2 15 3.11929 15 4.5C15 5.88071 13.8807 7 12.5 7Z"], [d="M20 22C18.6193 22 17.5 20.8807 17.5 19.5C17.5 18.1193 18.6193 17 20 17C21.3807 17 22.5 18.1193 22.5 19.5C22.5 20.8807 21.3807 22 20 22Z"], [d="M5 22C3.61929 22 2.5 20.8807 2.5 19.5C2.5 18.1193 3.61929 17 5 17C6.38071 17 7.5 18.1193 7.5 19.5C7.5 20.8807 6.38071 22 5 22Z"] { - display: none; + display: none; } + [d="M7.89561 14.8538L6.30462 13.2629L14.3099 5.25755L15.9009 6.84854L7.89561 14.8538Z"], [d="M4.08643 11.0903L5.67742 9.49929L9.4485 13.2704L7.85751 14.8614L4.08643 11.0903Z"], [d="M5.13231 6.72963L6.7233 5.13864L14.855 13.2704L13.264 14.8614L5.13231 6.72963Z"], [d="M13.2704 5.13864L14.8614 6.72963L6.72963 14.8614L5.13864 13.2704L13.2704 5.13864Z"] { - display: none; + display: none; } + svg.slider-32CRPX rect:first-child { - transform: scale(0.7); - transform-origin: center; + transform: scale(0.7); + transform-origin: center; } + .container-2nx-BQ, .input-2XRLou { - border-radius: 10px; + border-radius: 10px; } + .container-2nx-BQ { - width: 35px; + width: 35px; } + .container-2nx-BQ.checked-25WXMf .slider-32CRPX[style*="left: 12px;"] { - left: 7px !important; + left: 7px !important; } + [d="M20 7H12L10.553 5.106C10.214 4.428 9.521 4 8.764 4H3C2.447 4 2 4.447 2 5V19C2 20.104 2.895 21 4 21H20C21.104 21 22 20.104 22 19V9C22 7.896 21.104 7 20 7Z"] { - d: path(var(--folder)); + d: path(var(--folder)); } + [d="M8 4H14V9H5V20H19V11H21V20C21 21.1 20.1 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20L3.01 6C3.01 4.9 3.89 4 5 4H6V2H8V4Z"] { - d: path(var(--event-add)); + d: path(var(--event-add)); } + [d="M21 4V1H19V4H16V6H19V9H21V6H24V4H21Z"] { - display: none; + display: none; } + [d="M16.293 9.293L17.707 10.707L12 16.414L6.29297 10.707L7.70697 9.293L11 12.586V2H13V12.586L16.293 9.293ZM18 20V18H20V20C20 21.102 19.104 22 18 22H6C4.896 22 4 21.102 4 20V18H6V20H18Z"] { - d: path(var(--download)); + d: path(var(--download)); } + [d="M5,14H3v5a2,2,0,0,0,2,2h5V19H5Z"] { - d: path(var(--maximize)); - transform-origin: center; - transform: scale(0.95); + d: path(var(--maximize)); + transform-origin: center; + transform: scale(0.95); } + [d="M19,3H14V5h5v5h2V5A2,2,0,0,0,19,3Z"], [d="M19,19H14v2h5a2,2,0,0,0,2-2V14H19Z"], [d="M3,5v5H5V5h5V3H5A2,2,0,0,0,3,5Z"] { - display: none; + display: none; } + [d="M6 2C3.79086 2 2 3.79086 2 6V18C2 20.2091 3.79086 22 6 22H18C20.2091 22 22 20.2091 22 18V6C22 3.79086 20.2091 2 18 2H6ZM10 8C10 6.8952 9.1032 6 8 6C6.8944 6 6 6.8952 6 8C6 9.1056 6.8944 10 8 10C9.1032 10 10 9.1056 10 8ZM9 14L6 18H18L15 11L11 16L9 14Z"] { - d: path(var(--image)); + d: path(var(--image)); } + [d="M12.0002 0.662583V5.40204C12.0002 6.83974 13.1605 7.99981 14.5986 7.99981H19.3393C19.9245 7.99981 20.222 7.29584 19.8055 6.8794L13.1209 0.196569C12.7043 -0.219868 12.0002 0.0676718 12.0002 0.662583ZM14.5759 10.0282C12.0336 10.0282 9.96986 7.96441 9.96986 5.42209V0.0583083H1.99397C0.897287 0.0583083 0 0.955595 0 2.05228V18.0041C0 19.1007 0.897287 19.998 1.99397 19.998H17.9457C19.0424 19.998 19.9397 19.1007 19.9397 18.0041V10.0282H14.5759ZM11.9998 12.2201C11.9998 13.3245 11.1046 14.2198 10.0002 14.2198C8.8958 14.2198 8.00052 13.3245 8.00052 12.2201H6.66742C6.66742 14.0607 8.15955 15.5529 10.0002 15.5529C11.8408 15.5529 13.3329 14.0607 13.3329 12.2201H11.9998ZM4.44559 13.331C4.44559 13.9446 3.94821 14.442 3.33467 14.442C2.72112 14.442 2.22375 13.9446 2.22375 13.331C2.22375 12.7175 2.72112 12.2201 3.33467 12.2201C3.94821 12.2201 4.44559 12.7175 4.44559 13.331ZM16.6657 14.442C17.2793 14.442 17.7766 13.9446 17.7766 13.331C17.7766 12.7175 17.2793 12.2201 16.6657 12.2201C16.0522 12.2201 15.5548 12.7175 15.5548 13.331C15.5548 13.9446 16.0522 14.442 16.6657 14.442Z"] { - d: path(var(--stickers)); - transform-origin: center; - transform: scale(1.09) translate(-2px, -2px); + d: path(var(--stickers)); + transform-origin: center; + transform: scale(1.09) translate(-2px, -2px); } + [d="M2 2C0.895431 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H22C23.1046 22 24 21.1046 24 20V4C24 2.89543 23.1046 2 22 2H2ZM9.76445 11.448V15.48C8.90045 16.044 7.88045 16.356 6.74045 16.356C4.11245 16.356 2.66045 14.628 2.66045 12.072C2.66045 9.504 4.23245 7.764 6.78845 7.764C7.80845 7.764 8.66045 8.004 9.32045 8.376L9.04445 10.164C8.42045 9.768 7.68845 9.456 6.83645 9.456C5.40845 9.456 4.71245 10.512 4.71245 12.06C4.71245 13.62 5.43245 14.712 6.86045 14.712C7.31645 14.712 7.64045 14.616 7.97645 14.448V12.972H6.42845V11.448H9.76445ZM11.5481 7.92H13.6001V16.2H11.5481V7.92ZM20.4724 7.92V9.636H17.5564V11.328H19.8604V13.044H17.5564V16.2H15.5164V7.92H20.4724Z"] { - d: path(var(--gif)); - transform-origin: center; - transform: scale(1.09); + d: path(var(--gif)); + transform-origin: center; + transform: scale(1.09); } + [d="M16.886 7.999H20C21.104 7.999 22 8.896 22 9.999V11.999H2V9.999C2 8.896 2.897 7.999 4 7.999H7.114C6.663 7.764 6.236 7.477 5.879 7.121C4.709 5.951 4.709 4.048 5.879 2.879C7.012 1.746 8.986 1.746 10.121 2.877C11.758 4.514 11.979 7.595 11.998 7.941C11.9991 7.9525 11.9966 7.96279 11.9941 7.97304C11.992 7.98151 11.99 7.98995 11.99 7.999H12.01C12.01 7.98986 12.0079 7.98134 12.0058 7.97287C12.0034 7.96282 12.0009 7.95286 12.002 7.942C12.022 7.596 12.242 4.515 13.879 2.878C15.014 1.745 16.986 1.746 18.121 2.877C19.29 4.049 19.29 5.952 18.121 7.121C17.764 7.477 17.337 7.764 16.886 7.999ZM7.293 5.707C6.903 5.316 6.903 4.682 7.293 4.292C7.481 4.103 7.732 4 8 4C8.268 4 8.519 4.103 8.707 4.292C9.297 4.882 9.641 5.94 9.825 6.822C8.945 6.639 7.879 6.293 7.293 5.707ZM14.174 6.824C14.359 5.941 14.702 4.883 15.293 4.293C15.481 4.103 15.732 4 16 4C16.268 4 16.519 4.103 16.706 4.291C17.096 4.682 17.097 5.316 16.707 5.707C16.116 6.298 15.057 6.642 14.174 6.824ZM3 13.999V19.999C3 21.102 3.897 21.999 5 21.999H11V13.999H3ZM13 13.999V21.999H19C20.104 21.999 21 21.102 21 19.999V13.999H13Z"] { - d: path(var(--gift)); + d: path(var(--gift)); } + [d="M8.2738 8.49222L1.99997 9.09877L0.349029 14.3788C0.250591 14.691 0.347154 15.0322 0.595581 15.246C0.843069 15.4597 1.19464 15.5047 1.48903 15.3613L15.2384 8.7032C15.5075 8.57195 15.6781 8.29914 15.6781 8.00007C15.6781 7.70101 15.5074 7.4282 15.2384 7.29694L1.49839 0.634063C1.20401 0.490625 0.852453 0.535625 0.604941 0.749376C0.356493 0.963128 0.259941 1.30344 0.358389 1.61563L2.00932 6.89563L8.27093 7.50312C8.52405 7.52843 8.71718 7.74125 8.71718 7.99531C8.71718 8.24938 8.52406 8.46218 8.27093 8.4875L8.2738 8.49222Z"] { - d: path(var(--send)); - transform-origin: center; - transform: scale(0.85) translate(-4px, -4px); + d: path(var(--send)); + transform-origin: center; + transform: scale(0.85) translate(-4px, -4px); } + .attachButton_f298d4 - [d="M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z"] { - d: path(var(--attach)); - transform: scale(1.7) translate(0px, 0px); +[d="M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z"] { + d: path(var(--attach)); + transform: scale(1.7) translate(0px, 0px); } + .attachButton_f298d4 - [d="M22.031 12.665c-.923-.4338-1.9384-.665-2.9778-.665-.695 0-1.3663.1013-2 .29V11h-4V7h-2v4h-4v2h4v4h1.29c-.1887.6337-.29 1.305-.29 2 0 1.0394.2312 2.055.665 2.978-.2207.0146-.4424.022-.665.022-2.6522 0-5.1957-1.0536-7.071-2.929C3.1067 17.1958 2.053 14.6523 2.053 12c0-5.5228 4.4772-10 10-10 2.6522 0 5.1957 1.0536 7.071 2.929 1.8754 1.8753 2.929 4.4188 2.929 7.071 0 .2225-.0074.4443-.022.665zM15.4457 13c-.9793.59-1.8023 1.413-2.3924 2.3924V13h2.3924z"] { - d: path(var(--attach)); - transform-origin: center; - transform: scale(1.7) translate(0px, 0px); +[d="M22.031 12.665c-.923-.4338-1.9384-.665-2.9778-.665-.695 0-1.3663.1013-2 .29V11h-4V7h-2v4h-4v2h4v4h1.29c-.1887.6337-.29 1.305-.29 2 0 1.0394.2312 2.055.665 2.978-.2207.0146-.4424.022-.665.022-2.6522 0-5.1957-1.0536-7.071-2.929C3.1067 17.1958 2.053 14.6523 2.053 12c0-5.5228 4.4772-10 10-10 2.6522 0 5.1957 1.0536 7.071 2.929 1.8754 1.8753 2.929 4.4188 2.929 7.071 0 .2225-.0074.4443-.022.665zM15.4457 13c-.9793.59-1.8023 1.413-2.3924 2.3924V13h2.3924z"] { + d: path(var(--attach)); + transform-origin: center; + transform: scale(1.7) translate(0px, 0px); } + [d="M19.0532 14c1.326 0 2.598.5268 3.5355 1.4645.9377.9376 1.4645 2.2094 1.4645 3.5355 0 1.326-.5268 2.598-1.4645 3.5355C21.651 23.4732 20.3793 24 19.0532 24c-1.326 0-2.5978-.5268-3.5355-1.4645C14.58 21.598 14.0532 20.326 14.0532 19c0-2.7614 2.2386-5 5-5zm-1 7l3-2-3-2v4z"] { - d: path(var(--play)); - transform-origin: center; - transform: translate(7px, 6px) scale(0.5); - stroke: var(--channeltextarea-background); - stroke-width: 2px; + d: path(var(--play)); + transform-origin: center; + transform: translate(7px, 6px) scale(0.5); + stroke: var(--channeltextarea-background); + stroke-width: 2px; } + #channel-attach - [d="M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z"] { - d: path(var(--attach)); - transform: scale(1.5) translate(-4px, -4px); +[d="M12 2.00098C6.486 2.00098 2 6.48698 2 12.001C2 17.515 6.486 22.001 12 22.001C17.514 22.001 22 17.515 22 12.001C22 6.48698 17.514 2.00098 12 2.00098ZM17 13.001H13V17.001H11V13.001H7V11.001H11V7.00098H13V11.001H17V13.001Z"] { + d: path(var(--attach)); + transform: scale(1.5) translate(-4px, -4px); } + #channel-attach [d="M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"] { - d: path(var(--attach)); - transform: scale(1.5) translate(-3px, -4.5px); + d: path(var(--attach)); + transform: scale(1.5) translate(-3px, -4.5px); } + [d="M18 9V14C18 15.657 19.344 17 21 17V18H3V17C4.656 17 6 15.657 6 14V9C6 5.686 8.686 3 12 3C15.314 3 18 5.686 18 9ZM11.9999 21C10.5239 21 9.24793 20.19 8.55493 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21Z"] { - d: path(var(--bell)); - transform: scale(1.3); + d: path(var(--bell)); + transform: scale(1.3); } + [d="M18 10.5283L10.5287 18H21V17C19.344 17 18 15.657 18 14V10.5283Z"] { - d: path(var(--bell)); - transform: scale(1.3); + d: path(var(--bell)); + transform: scale(1.3); } + [d="M8.957 19.5718L9.52877 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21C10.7748 21 9.68752 20.442 8.957 19.5718Z"] { - d: path( - "M21.178 1.70703L22.592 3.12103L4.12103 21.593L2.70703 20.178L21.178 1.70703Z" - ); - fill: var(--background-primary); - z-index: 101; + d: path( + "M21.178 1.70703L22.592 3.12103L4.12103 21.593L2.70703 20.178L21.178 1.70703Z" + ); + fill: var(--background-primary); + z-index: 101; } + [d="M21.178 1.70703L22.592 3.12103L4.12103 21.593L2.70703 20.178L21.178 1.70703Z"] { - transform: rotate(0deg) translate(-1px, -1px); - transform-origin: center; + transform: rotate(0deg) translate(-1px, -1px); + transform-origin: center; } + [d="M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z"] { - d: path(var(--pin)); - transform: scale(1.5); + d: path(var(--pin)); + transform: scale(1.5); } + [d="M19 3H4.99C3.88 3 3.01 3.89 3.01 5L3 19C3 20.1 3.88 21 4.99 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3ZM19 15H15C15 16.66 13.65 18 12 18C10.35 18 9 16.66 9 15H4.99V5H19V15Z"] { - d: path(var(--inbox)); + d: path(var(--inbox)); } + [d="M21.707 20.293L16.314 14.9C17.403 13.504 18 11.799 18 10C18 7.863 17.167 5.854 15.656 4.344C14.146 2.832 12.137 2 10 2C7.863 2 5.854 2.832 4.344 4.344C2.833 5.854 2 7.863 2 10C2 12.137 2.833 14.146 4.344 15.656C5.854 17.168 7.863 18 10 18C11.799 18 13.504 17.404 14.9 16.314L20.293 21.706L21.707 20.293ZM10 16C8.397 16 6.891 15.376 5.758 14.243C4.624 13.11 4 11.603 4 10C4 8.398 4.624 6.891 5.758 5.758C6.891 4.624 8.397 4 10 4C11.603 4 13.109 4.624 14.242 5.758C15.376 6.891 16 8.398 16 10C16 11.603 15.376 13.11 14.242 14.243C13.109 15.376 11.603 16 10 16Z"] { - d: path(var(--search)); + d: path(var(--search)); } + [d="M12 2C6.486 2 2 6.487 2 12C2 17.515 6.486 22 12 22C17.514 22 22 17.515 22 12C22 6.487 17.514 2 12 2ZM12 18.25C11.31 18.25 10.75 17.691 10.75 17C10.75 16.31 11.31 15.75 12 15.75C12.69 15.75 13.25 16.31 13.25 17C13.25 17.691 12.69 18.25 12 18.25ZM13 13.875V15H11V12H12C13.104 12 14 11.103 14 10C14 8.896 13.104 8 12 8C10.896 8 10 8.896 10 10H8C8 7.795 9.795 6 12 6C14.205 6 16 7.795 16 10C16 11.861 14.723 13.429 13 13.875Z"] { - d: path(var(--help)); + d: path(var(--help)); } + [d="M14 8.00598C14 10.211 12.206 12.006 10 12.006C7.795 12.006 6 10.211 6 8.00598C6 5.80098 7.794 4.00598 10 4.00598C12.206 4.00598 14 5.80098 14 8.00598ZM2 19.006C2 15.473 5.29 13.006 10 13.006C14.711 13.006 18 15.473 18 19.006V20.006H2V19.006Z"] { - d: path(var(--members)); - transform-origin: center; - transform: scale(0.9); + d: path(var(--members)); + transform-origin: center; + transform: scale(0.9); } + [d="M20.0001 20.006H22.0001V19.006C22.0001 16.4433 20.2697 14.4415 17.5213 13.5352C19.0621 14.9127 20.0001 16.8059 20.0001 19.006V20.006Z"], [d="M14.8834 11.9077C16.6657 11.5044 18.0001 9.9077 18.0001 8.00598C18.0001 5.96916 16.4693 4.28218 14.4971 4.0367C15.4322 5.09511 16.0001 6.48524 16.0001 8.00598C16.0001 9.44888 15.4889 10.7742 14.6378 11.8102C14.7203 11.8418 14.8022 11.8743 14.8834 11.9077Z"] { - display: none; + display: none; } + [d="M5.43309 21C5.35842 21 5.30189 20.9325 5.31494 20.859L5.99991 17H2.14274C2.06819 17 2.01168 16.9327 2.02453 16.8593L2.33253 15.0993C2.34258 15.0419 2.39244 15 2.45074 15H6.34991L7.40991 9H3.55274C3.47819 9 3.42168 8.93274 3.43453 8.85931L3.74253 7.09931C3.75258 7.04189 3.80244 7 3.86074 7H7.75991L8.45234 3.09903C8.46251 3.04174 8.51231 3 8.57049 3H10.3267C10.4014 3 10.4579 3.06746 10.4449 3.14097L9.75991 7H15.7599L16.4523 3.09903C16.4625 3.04174 16.5123 3 16.5705 3H18.3267C18.4014 3 18.4579 3.06746 18.4449 3.14097L17.7599 7H21.6171C21.6916 7 21.7481 7.06725 21.7353 7.14069L21.4273 8.90069C21.4172 8.95811 21.3674 9 21.3091 9H17.4099L17.0495 11.04H15.05L15.4104 9H9.41035L8.35035 15H10.5599V17H7.99991L7.30749 20.901C7.29732 20.9583 7.24752 21 7.18934 21H5.43309Z"] { - display: none; + display: none; } + [d="M13.4399 12.96C12.9097 12.96 12.4799 13.3898 12.4799 13.92V20.2213C12.4799 20.7515 12.9097 21.1813 13.4399 21.1813H14.3999C14.5325 21.1813 14.6399 21.2887 14.6399 21.4213V23.4597C14.6399 23.6677 14.8865 23.7773 15.0408 23.6378L17.4858 21.4289C17.6622 21.2695 17.8916 21.1813 18.1294 21.1813H22.5599C23.0901 21.1813 23.5199 20.7515 23.5199 20.2213V13.92C23.5199 13.3898 23.0901 12.96 22.5599 12.96H13.4399Z"] { - d: path(var(--threads)); - transform-origin: center; - transform: scale(0.9); + d: path(var(--threads)); + transform-origin: center; + transform: scale(0.9); } + [d="M21 3H24V5H21V8H19V5H16V3H19V0H21V3ZM10 12C12.205 12 14 10.205 14 8C14 5.795 12.205 4 10 4C7.795 4 6 5.795 6 8C6 10.205 7.795 12 10 12ZM10 13C5.289 13 2 15.467 2 19V20H18V19C18 15.467 14.711 13 10 13Z"] { - d: path(var(--invite)); - transform-origin: center; - transform: scale(0.9); + d: path(var(--invite)); + transform-origin: center; + transform: scale(0.9); } + [d="M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 20L16.565 18.564C15.797 19.099 14.932 19.498 14 19.738V22H10V19.738C9.069 19.498 8.203 19.099 7.436 18.564L6 20L4 18L5.436 16.564C4.901 15.799 4.502 14.932 4.262 14H2V10H4.262C4.502 9.068 4.9 8.202 5.436 7.436L4 6L6 4L7.436 5.436C8.202 4.9 9.068 4.502 10 4.262V2H14V4.261C14.932 4.502 15.797 4.9 16.565 5.435L18 3.999L20 5.999L18.564 7.436C19.099 8.202 19.498 9.069 19.738 10ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"] { - d: path(var(--settings)); + d: path(var(--settings)); } + [d="M14.99 11C14.99 12.66 13.66 14 12 14C10.34 14 9 12.66 9 11V5C9 3.34 10.34 2 12 2C13.66 2 15 3.34 15 5L14.99 11ZM12 16.1C14.76 16.1 17.3 14 17.3 11H19C19 14.42 16.28 17.24 13 17.72V21H11V17.72C7.72 17.23 5 14.41 5 11H6.7C6.7 14 9.24 16.1 12 16.1ZM12 4C11.2 4 11 4.66667 11 5V11C11 11.3333 11.2 12 12 12C12.8 12 13 11.3333 13 11V5C13 4.66667 12.8 4 12 4Z"] { - d: path(var(--mic)); - transform: scale(1.5); + d: path(var(--mic)); + transform: scale(1.5); } + [d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"] { - d: path(var(--mic-slashed)); - transform: scale(1.5); + d: path(var(--mic-slashed)); + transform: scale(1.5); } + [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"] { - d: path( - "M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z" - ); + d: path( + "M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z" + ); } + [d="M14.99 11C14.99 12.66 13.66 14 12 14C10.34 14 9 12.66 9 11V5C9 3.34 10.34 2 12 2C13.66 2 15 3.34 15 5L14.99 11ZM12 16.1C14.76 16.1 17.3 14 17.3 11H19C19 14.42 16.28 17.24 13 17.72V22H11V17.72C7.72 17.23 5 14.41 5 11H6.7C6.7 14 9.24 16.1 12 16.1Z"], [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"], [d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"] { - display: none; + display: none; } + [d="M12 2.00305C6.486 2.00305 2 6.48805 2 12.0031V20.0031C2 21.1071 2.895 22.0031 4 22.0031H6C7.104 22.0031 8 21.1071 8 20.0031V17.0031C8 15.8991 7.104 15.0031 6 15.0031H4V12.0031C4 7.59105 7.589 4.00305 12 4.00305C16.411 4.00305 20 7.59105 20 12.0031V15.0031H18C16.896 15.0031 16 15.8991 16 17.0031V20.0031C16 21.1071 16.896 22.0031 18 22.0031H20C21.104 22.0031 22 21.1071 22 20.0031V12.0031C22 6.48805 17.514 2.00305 12 2.00305Z"] { - d: path(var(--headphone)); - transform: scale(2.0) translateY(-2px) translateX(-1px); + d: path(var(--headphone)); + transform: scale(2.0) translateY(-2px) translateX(-1px); } + [d="M21.707 13.293l-11-11C10.519 2.105 10.266 2 10 2H3c-.553 0-1 .447-1 1v7c0 .266.105.519.293.707l11 11c.195.195.451.293.707.293s.512-.098.707-.293l7-7c.391-.391.391-1.023 0-1.414zM7 9c-1.106 0-2-.896-2-2 0-1.106.894-2 2-2 1.104 0 2 .894 2 2 0 1.104-.896 2-2 2z"] { - d: path(var(--tag)); + d: path(var(--tag)); } + .powercord-product-details - [d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"] { - d: path(var(--member)); +[d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"] { + d: path(var(--member)); } + [d="M15 15H3V13H15Zm0-4H3V9H15Zm0-4H3V5H15ZM0 20l1.5-1.5L3 20l1.5-1.5L6 20l1.5-1.5L9 20l1.5-1.5L12 20l1.5-1.5L15 20l1.5-1.5L18 20V0L16.5 1.5 15 0 13.5 1.5 12 0 10.5 1.5 9 0 7.5 1.5 6 0 4.5 1.5 3 0 1.5 1.5 0 0Z"] { - d: path(var(--description)); - transform-origin: center; - transform: scale(0.9) translate(-3px, -3px); + d: path(var(--description)); + transform-origin: center; + transform: scale(0.9) translate(-3px, -3px); } diff --git a/chillax.theme.css b/chillax.theme.css index d02b03a..4c0aba7 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -24,9 +24,6 @@ Not yet ready!! Need to adjust more. */ - - - /* chilla theme entry point */ @import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/chillax.css"); diff --git a/dark.mode.css b/dark.mode.css index 545316c..e7c7f42 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -2174,7 +2174,7 @@ svg { .vc-spotify-button { --interactive-normal: #FFFFFF; --interactive-hover: #FFFFFF; - filter: drop-shadow( 0px 1px 4px rgba(0, 0, 0, 0.6)); + filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6)); } .vc-spotify-button:hover { @@ -2186,7 +2186,7 @@ svg { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); } -#vc-spotify-progress-bar>[class^=slider] [class^=grabber] { +#vc-spotify-progress-bar > [class^=slider] [class^=grabber] { width: 25px !important; height: 25px !important; background-color: transparent; @@ -2424,7 +2424,7 @@ svg { /* Fixes position of unreads at the bottom of the channel list */ .bottom_eba0ba { - transform: translateY(-85px); + transform: translateY(-85px); } .unreadIcon_eba0ba { @@ -2445,17 +2445,17 @@ svg { /* remove date divider */ .hasContent_c2654d { - display: none; + display: none; } /* Un-hide unread divider with date */ .isUnread_c2654d { - display: flex !important; + display: flex !important; } /* Hide date in unread divider */ .content_c2654d { - display: none; + display: none; } /*custom nsfw warning*/ diff --git a/light.mode.css b/light.mode.css index cebbdb6..16306be 100644 --- a/light.mode.css +++ b/light.mode.css @@ -2129,7 +2129,7 @@ svg { .vc-spotify-button { --interactive-normal: #FFFFFF; --interactive-hover: #FFFFFF; - filter: drop-shadow( 0px 1px 4px rgba(0, 0, 0, 0.6)); + filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.6)); } .vc-spotify-button:hover { @@ -2141,7 +2141,7 @@ svg { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); } -#vc-spotify-progress-bar>[class^=slider] [class^=grabber] { +#vc-spotify-progress-bar > [class^=slider] [class^=grabber] { width: 25px !important; height: 25px !important; background-color: transparent; @@ -3365,29 +3365,30 @@ html .channelTabs-newTab { background: rgba(255, 255, 255, 0.9) !important; box-shadow: 0 0 15px rgb(0, 0, 0); } + /* quickswitch light theme fix*/ .theme-light .quickswitcher_f4e139 { - background: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.6); } /*popup light theme fix*/ .theme-light .root_f9a4c9 { - background: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.6); } /*recent activity memberlist popout light theme fix*/ .theme-light .popout_a35965 { - background: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.6); } /* patch text color */ .theme-light .popout_a35965 .contents_dd4f85 > div { - color: #000 !important; + color: #000 !important; } /* patch sound logo svg stuff*/ .theme-light .popout_a35965 .contents_dd4f85 > svg > path { - fill: var(--black) !important; + fill: var(--black) !important; } /*forum fix*/ @@ -3442,6 +3443,7 @@ html .channelTabs-newTab { .edited_f9f2ca:not(.message-translate-indicator) { display: none; } + /* End to time stamp */ /*sidebar server name border radius fix*/ From 544d8c4d28acdf5cbebfb3718192978a12e6e732 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 18:44:47 +0600 Subject: [PATCH 19/44] fix: fixed the issue where Logout button would be displayed as Delete --- dark.mode.css | 8 ++++++++ light.mode.css | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/dark.mode.css b/dark.mode.css index e7c7f42..ea9d994 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1656,6 +1656,14 @@ svg { font-size: 11px !important; } +/* For Logout from all devices button */ + +.theme-dark .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { + content: "Logout" !important; + position: absolute; + font-size: 11px !important; +} + /*seperator in settings*/ .theme-dark .separator-2wx7h6 { background: rgb(185, 185, 185); diff --git a/light.mode.css b/light.mode.css index 16306be..4194062 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1599,6 +1599,11 @@ svg { font-size: 11px !important; } +/* For Logout from all devices button */ +.theme-light .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { + content: "Logout" !important; +} + /*seperator in settings*/ .theme-light .separator-2wx7h6 { background: rgb(63, 63, 63); From 47022fa212c91df13a1398243a46260abdc95e82 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 19:06:40 +0600 Subject: [PATCH 20/44] fix: fixed the autocomplete search color for light mode Co-authored-by: Raevv <95716874+Raevv@users.noreply.github.com> --- dark.mode.css | 4 ++-- light.mode.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index ea9d994..22a2ddf 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1658,7 +1658,7 @@ svg { /* For Logout from all devices button */ -.theme-dark .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { +.theme-dark .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Logout" !important; position: absolute; font-size: 11px !important; @@ -3615,7 +3615,7 @@ html .channelTabs-newTab { } /* Search autocomplete background */ -.popout_c5b389, .container_eedf95 { +.theme-dark .popout_c5b389, .container_eedf95 { background-color: #181a1da6 !important; backdrop-filter: blur(15px) !important; } diff --git a/light.mode.css b/light.mode.css index 4194062..6c9f18c 100644 --- a/light.mode.css +++ b/light.mode.css @@ -305,10 +305,17 @@ span[class="inner-26JK4f"] > * { transition: all 0.3s; } +/* Search autocomplete background */ +.theme-dark .popout_c5b389, .container_eedf95 { + background-color: #181a1da6 !important; + backdrop-filter: blur(15px) !important; +} + /*recolor search*/ .theme-light .container_eedf95 { -webkit-box-shadow: var(--elevation-high) !important; box-shadow: var(--elevation-high) !important; + background-color: rgba(240, 240, 240, 0.2); } .theme-light .elevationBorderHigh_ff8688 { @@ -1600,7 +1607,7 @@ svg { } /* For Logout from all devices button */ -.theme-light .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { +.theme-light .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Logout" !important; } From f21b64eb7733b245f24477358fcac056bd2bc1df Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 19:46:46 +0600 Subject: [PATCH 21/44] fix: fixed light mode settings icon shifting issue cased by the wrong width size --- dark.mode.css | 4 +++- light.mode.css | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 22a2ddf..13c6833 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1911,7 +1911,7 @@ svg { margin-left: 10px; } -.button_adca65[aria-label="User Settings"] { +.theme-dark .button_adca65[aria-label="User Settings"] { margin-left: 10px; } @@ -1952,6 +1952,8 @@ svg { /* Fix for Vencord Game Activity Toggle Plugin */ +/* Duplicate Stuff */ +/* We should have a common file and then import them there instead of duplicating them */ .container_b2ca13:has(button[aria-label='Enable Game Activity']) > :first-child { min-width: 36px !important; diff --git a/light.mode.css b/light.mode.css index 6c9f18c..20e90b8 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1845,19 +1845,19 @@ svg { display: block; } -.panels_a4d4d9 > .container_b2ca13 .flex_dc333f > :not(:last-child) { +.theme-light .panels_a4d4d9 > .container_b2ca13 .flex_dc333f > :not(:last-child) { opacity: 0% !important; width: 50px; transition: all 0.3s; } -.panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { +.theme-light .panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { opacity: 100% !important; - width: 32px; + width: 40px; margin-left: 10px; } -.button_adca65[aria-label="User Settings"] { +.theme-light .button_adca65[aria-label="User Settings"] { margin-left: 10px; } From 111aee19d9d64798dcf6e7ed80aab461cef0aece Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 20:26:32 +0600 Subject: [PATCH 22/44] feat: added the ability to get back scrollbar utilizing the provided css var This adds the feature where users can make the scrollbar visible by changing the provided CSS variable in the chillax.theme.css file. Note that the color can be anything that they like (rgb, rga, hex), including gradients. --- chillax.theme.css | 2 ++ dark.mode.css | 2 +- light.mode.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 4c0aba7..cef4312 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -123,6 +123,8 @@ --chillax-input-typing-indicator-one-person: "is smashing some buttons"; --chillax-input-typing-indicator-many-person: "are smashing some buttons"; + /* scroller (by default transparent) */ + --chillax-scroller-color: transparent; /* change `transparent` to some other hex color */ } /*discord transparency*//*roots*/ /*theme dark*/ diff --git a/dark.mode.css b/dark.mode.css index 13c6833..94770ee 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -44,7 +44,7 @@ ::-webkit-scrollbar-thumb { border: none !important; background-clip: content-box !important; - background: transparent !important; + background: var(--chillax-scroller-color) !important; } /*transparent call background*/ diff --git a/light.mode.css b/light.mode.css index 20e90b8..e4e02c7 100644 --- a/light.mode.css +++ b/light.mode.css @@ -44,7 +44,7 @@ ::-webkit-scrollbar-thumb { border: none !important; background-clip: content-box !important; - background: transparent !important; + background: var(--chillax-scroller-color) !important; } /*transparent call background*/ From b09c285284f8cdc5083f2218b77fb1a6e0873e64 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Tue, 3 Sep 2024 20:59:40 +0600 Subject: [PATCH 23/44] fix: changed `.theme-dark` to `.theme-light` in light.mode.css --- light.mode.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/light.mode.css b/light.mode.css index e4e02c7..545bf94 100644 --- a/light.mode.css +++ b/light.mode.css @@ -306,8 +306,8 @@ span[class="inner-26JK4f"] > * { } /* Search autocomplete background */ -.theme-dark .popout_c5b389, .container_eedf95 { - background-color: #181a1da6 !important; +.theme-light .popout_c5b389, .container_eedf95 { + background-color: rgba(255, 255, 255, 0.2) !important; backdrop-filter: blur(15px) !important; } @@ -2905,7 +2905,7 @@ button { margin-left: 15px; } -.theme-dark #Chillax-card .bd-meta { +.theme-light #Chillax-card .bd-meta { margin-left: 15px; bottom: 25px; color: rgb(226, 226, 226); @@ -2929,11 +2929,11 @@ button { display: none; } -.theme-dark #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { +.theme-light #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { color: #fff !important; } -.theme-dark #Chillax-card [href='DrfX6286kF'] { +.theme-light #Chillax-card [href='DrfX6286kF'] { color: #fff !important; } From 5beb971ff42a4b1817ace805148115335d9ae356 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 12:07:24 +0600 Subject: [PATCH 24/44] fix(wip): tyring to fix the coloring issue without the popout between light and dark mode --- dark.mode.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dark.mode.css b/dark.mode.css index 94770ee..0b190a3 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3622,6 +3622,12 @@ html .channelTabs-newTab { backdrop-filter: blur(15px) !important; } +/* tyring out temp fix */ +.theme-dark .theme-dark.container_eedf95 { + background-color: #181a1da6 !important; +} + + /* Remove weird shadow */ .option_b0286e:after { background: transparent !important; From 141bf08f3f245e1942736a463f5b1edf77ba67d8 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 18:14:41 +0600 Subject: [PATCH 25/44] revert: reverted back the changes for Search Autocomplete background color --- dark.mode.css | 2 +- light.mode.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 0b190a3..781be15 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3617,7 +3617,7 @@ html .channelTabs-newTab { } /* Search autocomplete background */ -.theme-dark .popout_c5b389, .container_eedf95 { +.popout_c5b389, .container_eedf95 { background-color: #181a1da6 !important; backdrop-filter: blur(15px) !important; } diff --git a/light.mode.css b/light.mode.css index 545bf94..35fef21 100644 --- a/light.mode.css +++ b/light.mode.css @@ -305,17 +305,17 @@ span[class="inner-26JK4f"] > * { transition: all 0.3s; } -/* Search autocomplete background */ -.theme-light .popout_c5b389, .container_eedf95 { - background-color: rgba(255, 255, 255, 0.2) !important; - backdrop-filter: blur(15px) !important; -} +/*!* Search autocomplete background *!*/ +/*.theme-light .popout_c5b389, .container_eedf95 {*/ +/* background-color: rgba(255, 255, 255, 0.2) !important;*/ +/* backdrop-filter: blur(15px) !important;*/ +/*}*/ /*recolor search*/ .theme-light .container_eedf95 { -webkit-box-shadow: var(--elevation-high) !important; box-shadow: var(--elevation-high) !important; - background-color: rgba(240, 240, 240, 0.2); + /*background-color: rgba(240, 240, 240, 0.2);*/ } .theme-light .elevationBorderHigh_ff8688 { From 1313268579fdc7e48d3591cff0a44830092498c4 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 18:22:53 +0600 Subject: [PATCH 26/44] fix(wip): checking sequence conflicting css --- dark.mode.css | 2 +- light.mode.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 781be15..c15b167 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3623,7 +3623,7 @@ html .channelTabs-newTab { } /* tyring out temp fix */ -.theme-dark .theme-dark.container_eedf95 { +.theme-dark .container_eedf95 { background-color: #181a1da6 !important; } diff --git a/light.mode.css b/light.mode.css index 35fef21..9424b5e 100644 --- a/light.mode.css +++ b/light.mode.css @@ -315,7 +315,7 @@ span[class="inner-26JK4f"] > * { .theme-light .container_eedf95 { -webkit-box-shadow: var(--elevation-high) !important; box-shadow: var(--elevation-high) !important; - /*background-color: rgba(240, 240, 240, 0.2);*/ + background-color: rgba(240, 240, 240, 0.2); } .theme-light .elevationBorderHigh_ff8688 { From 75295da5d7d0d8ceb321eaf61f03b9b41a1b1c24 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 19:57:43 +0600 Subject: [PATCH 27/44] fix(wip): updated classNames from `.theme-dark` to `html.theme-dark` --- dark.mode.css | 292 +++++++++++++++++++++++++------------------------- 1 file changed, 146 insertions(+), 146 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index c15b167..73889ec 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -77,21 +77,21 @@ /**transparent part LVL II**/ /*small profile modal*/ -.theme-dark .userPopout-2j1gM4 { +html.theme-dark .userPopout-2j1gM4 { background-color: rgba(0, 0, 0, 0.4); backdrop-filter: blur(4px); } -.theme-dark .footer-3naVBw { +html.theme-dark .footer-3naVBw { background-color: rgba(0, 0, 0, 0) !important; } -.theme-dark .avatar-2Vndt_ { +html.theme-dark .avatar-2Vndt_ { border: 6px solid transparent; background-color: transparent; } -.theme-dark .bodyInnerWrapper-2bQs1k { +html.theme-dark .bodyInnerWrapper-2bQs1k { background: transparent; } @@ -110,18 +110,18 @@ } /*bd editor titlebar*/ -.theme-dark .floating-window-titlebar { +html.theme-dark .floating-window-titlebar { background-color: rgba(0, 0, 0, 0.575); backdrop-filter: blur(2px); } /*code block*/ -.theme-dark .scrollbar_c858ce { +html.theme-dark .scrollbar_c858ce { background-color: rgba(0, 0, 0, 0.377) !important; } /*menu blur*/ -.theme-dark .menu_d90b3d { +html.theme-dark .menu_d90b3d { /*Main class*/ background-color: rgba(0, 0, 0, 0.3); } @@ -199,7 +199,7 @@ display: none !important; } -.theme-dark .wordmark_a934d8::before { +html.theme-dark .wordmark_a934d8::before { content: "‏‏‎ c h i l l a x"; font-size: 12px; font-family: "Poiret one" !important; @@ -221,7 +221,7 @@ } /* button design*/ -.theme-dark .lookFilled_dd4f85 { +html.theme-dark .lookFilled_dd4f85 { border-radius: 45px; background: rgb(36, 36, 36) !important; color: rgb(255, 255, 255) !important; @@ -231,7 +231,7 @@ transition: 0.2s; } -.theme-dark .lookFilled_dd4f85:hover { +html.theme-dark .lookFilled_dd4f85:hover { box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4); background: rgb(0, 0, 0) !important; transition: 0.1s; @@ -255,7 +255,7 @@ } /*spotify gradient thing*/ -.theme-dark .timeline-UWmgAx:hover .barFill-Dhkah7 { +html.theme-dark .timeline-UWmgAx:hover .barFill-Dhkah7 { background: linear-gradient(135deg, #2b2b2b, var(--accentcolorV2)); } @@ -271,14 +271,14 @@ color: transparent !important; } -.theme-dark .input-2g-os5:hover, -.theme-dark .scrollableContainer_d0696b:hover { +html.theme-dark .input-2g-os5:hover, +html.theme-dark .scrollableContainer_d0696b:hover { background-color: #00000023 !important; } /* attachedBars is the reply bar */ -.theme-dark .input-2g-os5:focus-within, -.theme-dark .scrollableContainer_d0696b:focus-within { +html.theme-dark .input-2g-os5:focus-within, +html.theme-dark .scrollableContainer_d0696b:focus-within { background-color: #181a1d !important; box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.2); } @@ -292,11 +292,11 @@ } /*Textbox Text*/ -.theme-dark .placeholder_a552a6 { +html.theme-dark .placeholder_a552a6 { visibility: hidden !important; } -.theme-dark .placeholder_a552a6::before { +html.theme-dark .placeholder_a552a6::before { content: var(--chillax-input-field); color: rgba(255, 255, 255, 0.2); font-family: "Poppins"; @@ -305,7 +305,7 @@ } /* Change the message in the messagebox when you're restricted from sending messages in that channel. */ -.theme-dark .innerDisabled_d0696b .placeholder_a552a6::before { +html.theme-dark .innerDisabled_d0696b .placeholder_a552a6::before { content: var(--chillax-input-field-locked) !important; } @@ -341,26 +341,26 @@ span[class="inner-26JK4f"] > * { } /*recolor search*/ -.theme-dark .container_eedf95 { +html.theme-dark .container_eedf95 { -webkit-box-shadow: var(--elevation-high) !important; box-shadow: var(--elevation-high) !important; } -.theme-dark .elevationBorderHigh_ff8688 { +html.theme-dark .elevationBorderHigh_ff8688 { box-shadow: none !important; background: rgba(0, 0, 0, 0.555) !important; backdrop-filter: blur(10px) !important; } -.theme-dark .container_eedf95 { +html.theme-dark .container_eedf95 { border-radius: 8px !important; } -.theme-dark .option-2KkUJO:after { +html.theme-dark .option-2KkUJO:after { display: none !important; } -.theme-dark .searchOption-351dTI .filter-5YbOzJ { +html.theme-dark .searchOption-351dTI .filter-5YbOzJ { color: var(--accentcolorV2) !important; } @@ -564,16 +564,16 @@ span[class="inner-26JK4f"] > * { } /*channel hover effect*/ -.theme-dark .mainContent-20q_Hp { +html.theme-dark .mainContent-20q_Hp { transition: all 0.3s; position: relative; } -.theme-dark .mainContent-20q_Hp { +html.theme-dark .mainContent-20q_Hp { transition: all 0.3s; } -.theme-dark .mainContent-20q_Hp::before { +html.theme-dark .mainContent-20q_Hp::before { content: ""; position: absolute; bottom: 0; @@ -592,16 +592,16 @@ span[class="inner-26JK4f"] > * { transform: scale(0.1, 1); } -.theme-dark .mainContent-20q_Hp:hover { +html.theme-dark .mainContent-20q_Hp:hover { letter-spacing: 1px; } -.theme-dark .mainContent-20q_Hp:hover::before { +html.theme-dark .mainContent-20q_Hp:hover::before { opacity: 1; transform: scale(1, 1); } -.theme-dark .mainContent-20q_Hp::after { +html.theme-dark .mainContent-20q_Hp::after { content: ""; position: absolute; bottom: 0; @@ -613,16 +613,16 @@ span[class="inner-26JK4f"] > * { background-color: rgba(255, 255, 255, 0); } -.theme-dark .mainContent-20q_Hp:hover::after { +html.theme-dark .mainContent-20q_Hp:hover::after { opacity: 0; transform: scale(0.1, 1); } -.theme-dark .wrapper_d8bfb3:hover { +html.theme-dark .wrapper_d8bfb3:hover { animation: wave-text 1s ease-in-out infinite; } -.theme-dark .logo.is-animetion { +html.theme-dark .logo.is-animetion { span:nth-of-type(1) { animation-delay: 0s; } @@ -659,7 +659,7 @@ span[class="inner-26JK4f"] > * { } /*bd editor control colour*/ -.theme-dark #bd-editor-controls { +html.theme-dark #bd-editor-controls { background-color: rgba(0, 0, 0, 0.575) !important; box-shadow: none !important; } @@ -668,13 +668,13 @@ span[class="inner-26JK4f"] > * { border-radius: 5px; } -.theme-dark .floating-window.resizable, -.theme-dark .floating-window-content, -.theme-dark .editor-wrapper, -.theme-dark .monaco-editor, -.theme-dark .monaco-editor-background, -.theme-dark .monaco-editor .inputarea.ime-input, -.theme-dark .monaco-editor .margin { +html.theme-dark .floating-window.resizable, +html.theme-dark .floating-window-content, +html.theme-dark .editor-wrapper, +html.theme-dark .monaco-editor, +html.theme-dark .monaco-editor-background, +html.theme-dark .monaco-editor .inputarea.ime-input, +html.theme-dark .monaco-editor .margin { background: rgba(0, 0, 0, 0.1) !important; backdrop-filter: blur(5px); } @@ -684,7 +684,7 @@ span[class="inner-26JK4f"] > * { } /*welcome text*/ -.theme-dark body:before { +html.theme-dark body:before { content: "Greetings " var(--user-name) "!"; z-index: 1000000000000000000000000; color: #fff; @@ -763,11 +763,11 @@ span:not(.spinner-item) { } /*custom mentioned colour*/ -.theme-dark .mentioned_d5deea:before { +html.theme-dark .mentioned_d5deea:before { background: linear-gradient(135deg, #3b3b3b, var(--accentcolorV2)) !important; } -.theme-dark .mentioned_d5deea { +html.theme-dark .mentioned_d5deea { background: linear-gradient( 60deg, rgba(41, 41, 41, 0.3), @@ -775,7 +775,7 @@ span:not(.spinner-item) { ) !important; } -.theme-dark .mentioned_d5deea:hover { +html.theme-dark .mentioned_d5deea:hover { background: linear-gradient( 60deg, rgba(32, 32, 32, 0.5), @@ -784,7 +784,7 @@ span:not(.spinner-item) { } /*user popout animation*/ -.theme-dark #app-mount [class*="userPopout"][aria-modal="true"] { +html.theme-dark #app-mount [class*="userPopout"][aria-modal="true"] { overflow: hidden; opacity: 0; -webkit-animation: fadeIn 0.5s ease forwards; @@ -881,7 +881,7 @@ span:not(.spinner-item) { } /*chillax appearance theme*/ -.theme-dark { +html.theme-dark { --cl-appearance: "Dark"; } @@ -901,7 +901,7 @@ span:not(.spinner-item) { } /*custom popout window*/ -.theme-dark #app-mount .layers_d4b6c5 { +html.theme-dark #app-mount .layers_d4b6c5 { margin: var(--window-margin); overflow: hidden; border-radius: var(--window-border-radius); @@ -989,7 +989,7 @@ span:not(.spinner-item) { } /*custom public servers and create server buttons*/ -.theme-dark .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521 { +html.theme-dark .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521 { border-radius: 50px; background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); @@ -997,7 +997,7 @@ span:not(.spinner-item) { border: none; } -.theme-dark .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521:hover { +html.theme-dark .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521:hover { color: #ffffff; background: transparent; } @@ -1308,7 +1308,7 @@ svg { } /*ping design*/ -.theme-dark .numberBadge__40d6f { +html.theme-dark .numberBadge__40d6f { padding: 0px 0px !important; background-color: #fe365c; box-shadow: 0px 0px 10px 2px #ff2d54; @@ -1339,7 +1339,7 @@ svg { } /*user setting channel hover effect*/ -.theme-dark .selected-g-kMVV:after { +html.theme-dark .selected-g-kMVV:after { background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; @@ -1535,12 +1535,12 @@ svg { --embed-border-radius: 5px; } -.theme-dark .embed_b0068a { +html.theme-dark .embed_b0068a { border-radius: var(--embed-border-radius); z-index: 2; } -.theme-dark .embed_b0068a code { +html.theme-dark .embed_b0068a code { background: rgb(51, 50, 53); } @@ -1548,24 +1548,24 @@ svg { --embed-line-width: 300px; } -.theme-dark .embedFull_b0068a { +html.theme-dark .embedFull_b0068a { border-top: none; border-right: none; border-bottom: none; } -.theme-dark .embedFull_b0068a { +html.theme-dark .embedFull_b0068a { border-left: calc(4px + var(--embed-line-width)) solid var(--background-accent); background: rgb(51, 50, 53); box-shadow: 2px 2px 8px rgb(42, 42, 46); } -.theme-dark .grid_b0068a { +html.theme-dark .grid_b0068a { margin-left: calc(-1 * var(--embed-line-width)); z-index: 1; } -.theme-dark .embedFull_b0068a:after, +html.theme-dark .embedFull_b0068a:after, .embedFull_b0068a:before { content: ""; height: 100%; @@ -1575,12 +1575,12 @@ svg { left: calc(-1 * var(--embed-line-width)); } -.theme-dark .embedFull_b0068a:after { +html.theme-dark .embedFull_b0068a:after { background: linear-gradient(to right, transparent, rgb(51, 50, 53)); z-index: -3; } -.theme-dark .embedFull_b0068a:before { +html.theme-dark .embedFull_b0068a:before { background: rgb(51, 50, 53); opacity: 0.8; z-index: -1; @@ -1606,17 +1606,17 @@ svg { } /*guild pills glow*/ -.theme-dark .item_c4cd66 { +html.theme-dark .item_c4cd66 { box-shadow: 0 0 3px rgb(255, 255, 255); } /*inline colour error fix*/ -.theme-dark .inline { +html.theme-dark .inline { background: rgba(47, 49, 54, 0.5) !important; } /*disable and delete account button design*/ -.theme-dark .children_a6ae9b .colorRed_dd4f85 { +html.theme-dark .children_a6ae9b .colorRed_dd4f85 { width: 140px; height: 45px; font-family: "Roboto" !important; @@ -1633,24 +1633,24 @@ svg { outline: none; } -.theme-dark .children_a6ae9b .colorRed_dd4f85:hover { +html.theme-dark .children_a6ae9b .colorRed_dd4f85:hover { background-color: rgb(229, 46, 46) !important; box-shadow: 0px 15px 20px rgba(229, 46, 46, 0.4); color: rgb(37, 37, 37) !important; transform: translateY(-7px); } -.theme-dark .children_a6ae9b .colorRed_dd4f85 { +html.theme-dark .children_a6ae9b .colorRed_dd4f85 { font-size: 0px !important; } -.theme-dark .children_a6ae9b .disableButton_adabdf.colorRed_dd4f85::before { +html.theme-dark .children_a6ae9b .disableButton_adabdf.colorRed_dd4f85::before { content: "Disable"; position: absolute; font-size: 11px !important; } -.theme-dark .children_a6ae9b .lookOutlined_dd4f85.colorRed_dd4f85::before { +html.theme-dark .children_a6ae9b .lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Delete"; position: absolute; font-size: 11px !important; @@ -1658,21 +1658,21 @@ svg { /* For Logout from all devices button */ -.theme-dark .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { +html.theme-dark .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Logout" !important; position: absolute; font-size: 11px !important; } /*seperator in settings*/ -.theme-dark .separator-2wx7h6 { +html.theme-dark .separator-2wx7h6 { background: rgb(185, 185, 185); height: 5.5px !important; border-radius: 8px !important; } /*nitro buttons in settings*/ -.theme-dark .button-1U79Hu { +html.theme-dark .button-1U79Hu { color: #fff !important; border: 4px solid #000; box-shadow: 0px 0px 0px 1px #000 inset !important; @@ -1682,13 +1682,13 @@ svg { transition: all 0.3s ease-in-out; } -.theme-dark .button-1U79Hu:hover { +html.theme-dark .button-1U79Hu:hover { border: 4px solid #666; background-color: rgb(255, 255, 255) !important; box-shadow: 0px 0px 0px 4px #eee inset !important; } -.theme-dark .button-1U79Hu:after { +html.theme-dark .button-1U79Hu:after { background: #fff !important; border: 0px solid #000 !important; content: ""; @@ -1705,7 +1705,7 @@ svg { z-index: 1; } -.theme-dark .button-1U79Hu:hover:after { +html.theme-dark .button-1U79Hu:hover:after { background: #fff !important; border: 20px solid #000 !important; opacity: 0; @@ -1714,18 +1714,18 @@ svg { transform: rotate(40deg); } -.theme-dark .giftButton_af971d { +html.theme-dark .giftButton_af971d { transition: all 0.2s ease-out; z-index: 2; } -.theme-dark .giftButton_af971d:hover { +html.theme-dark .giftButton_af971d:hover { letter-spacing: 0.13em; color: #333 !important; } /*custom min max close button*/ -.theme-dark .winButtonClose_a934d8 { +html.theme-dark .winButtonClose_a934d8 { top: -3.5px; right: 20px; padding: 5px; @@ -1737,7 +1737,7 @@ svg { transition: 0.2s; } -.theme-dark .winButtonClose_a934d8:hover { +html.theme-dark .winButtonClose_a934d8:hover { top: -3.5px; right: 20px; padding: 5px; @@ -1750,7 +1750,7 @@ svg { backdrop-filter: none; } -.theme-dark .winButtonMinMax_a934d8:nth-child(3) { +html.theme-dark .winButtonMinMax_a934d8:nth-child(3) { top: -3.5px; right: 10px; padding: 5px; @@ -1762,7 +1762,7 @@ svg { transition: 0.2s; } -.theme-dark .winButtonMinMax_a934d8:nth-child(3):hover { +html.theme-dark .winButtonMinMax_a934d8:nth-child(3):hover { top: -3.5px; right: 10px; padding: 5px; @@ -1775,7 +1775,7 @@ svg { backdrop-filter: none; } -.theme-dark .winButtonMinMax_a934d8:nth-child(2n) { +html.theme-dark .winButtonMinMax_a934d8:nth-child(2n) { top: -3.5px; right: 0px; padding: 5px; @@ -1787,7 +1787,7 @@ svg { transition: 0.2s; } -.theme-dark .winButtonMinMax_a934d8:nth-child(2n):hover { +html.theme-dark .winButtonMinMax_a934d8:nth-child(2n):hover { top: -3.5px; right: 0px; padding: 5px; @@ -1811,11 +1811,11 @@ svg { } /*settings user profile recolour*/ -.theme-dark .accountProfileCard_b69b77 { +html.theme-dark .accountProfileCard_b69b77 { background: rgb(26, 26, 26); } -.theme-dark .background_b69b77 { +html.theme-dark .background_b69b77 { background: rgb(34, 34, 34); } @@ -1862,12 +1862,12 @@ svg { display: none; } -.theme-dark .withTagAsButton_b2ca13:hover { +html.theme-dark .withTagAsButton_b2ca13:hover { background: rgb(49, 54, 58); } /*floating user controls*/ -.theme-dark .panels_a4d4d9 { +html.theme-dark .panels_a4d4d9 { background: #181a1d !important; box-shadow: 0 5px 8px #15171a; border-radius: 12px; @@ -1888,7 +1888,7 @@ svg { overflow: hidden; } -.theme-dark .sidebar_a4d4d9 .content_eed6a8:after { +html.theme-dark .sidebar_a4d4d9 .content_eed6a8:after { content: 'this big gap is for the floating user controls, so sry if it looks ugly'; font-size: 13px; color: rgba(255, 255, 255, 0.03); @@ -1905,13 +1905,13 @@ svg { transition: all 0.3s; } -.theme-dark .panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { +html.theme-dark .panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { opacity: 100% !important; width: 40px; margin-left: 10px; } -.theme-dark .button_adca65[aria-label="User Settings"] { +html.theme-dark .button_adca65[aria-label="User Settings"] { margin-left: 10px; } @@ -1967,7 +1967,7 @@ svg { width: 38px !important; } -.theme-dark .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Enable Game Activity']):hover .flex_dc333f > :not(:last-child) { +html.theme-dark .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Enable Game Activity']):hover .flex_dc333f > :not(:last-child) { margin-left: 0px !important; } @@ -1983,7 +1983,7 @@ svg { width: 38px !important; } -.theme-dark .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Disable Game Activity']):hover .flex_dc333f > :not(:last-child) { +html.theme-dark .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Disable Game Activity']):hover .flex_dc333f > :not(:last-child) { margin-left: 0px !important; } @@ -2118,7 +2118,7 @@ svg { --vc-spotify-green: var(--accentcolorV2); } -.theme-dark #vc-spotify-player { +html.theme-dark #vc-spotify-player { background-color: #181a1d !important; } @@ -2314,7 +2314,7 @@ svg { } /*threads background fix*/ -.theme-dark .container_e664f3 { +html.theme-dark .container_e664f3 { background: #181a1da6 !important; backdrop-filter: blur(15px) !important; } @@ -2395,11 +2395,11 @@ svg { text-align: center; } -.theme-dark .itemCard_f02fcf.wrapper_cd82a7 { +html.theme-dark .itemCard_f02fcf.wrapper_cd82a7 { background: rgb(25, 25, 26); } -.theme-dark .itemCard_f02fcf.wrapper_cd82a7:hover { +html.theme-dark .itemCard_f02fcf.wrapper_cd82a7:hover { background: rgb(43, 43, 44); transition: 0.2s; } @@ -2409,8 +2409,8 @@ svg { } /*pins inbox background fix*/ -.theme-dark .messagesPopoutWrap_ac90a2, -.theme-dark .recentMentionsPopout_ddb5b4, +html.theme-dark .messagesPopoutWrap_ac90a2, +html.theme-dark .recentMentionsPopout_ddb5b4, .drawerSizingWrapper_af5dbb { background: #181a1da6 !important; backdrop-filter: blur(15px) !important; @@ -2479,7 +2479,7 @@ svg { } /*message hover small buttons fix*/ -.theme-dark .wrapper_f7e168 { +html.theme-dark .wrapper_f7e168 { background: rgb(51, 49, 53) !important; } @@ -2495,7 +2495,7 @@ svg { border: 1px solid rgba(255, 255, 255, 0.5) !important; } -.theme-dark .reaction_f61c73 { +html.theme-dark .reaction_f61c73 { border-radius: 50px !important; background: rgba(255, 255, 255, 0.3); } @@ -2585,20 +2585,20 @@ svg { } /*emoji/gif/sticker tab fix, and right-click reaction menu*/ -.theme-dark .drawerSizingWrapper_af5dbb, .theme-dark .wrapper_c6ee36 { +html.theme-dark .drawerSizingWrapper_af5dbb, html.theme-dark .wrapper_c6ee36 { background: #18191ba6 !important; backdrop-filter: blur(15px) !important; border-radius: 5px; } /* Disable double background in emoji/gif/sticker tab menu */ -.theme-dark .drawerSizingWrapper_af5dbb .wrapper_c6ee36 { +html.theme-dark .drawerSizingWrapper_af5dbb .wrapper_c6ee36 { background: transparent !important; backdrop-filter: none !important; border-radius: 0px; } -.theme-dark .unicodeShortcut_dfa278, +html.theme-dark .unicodeShortcut_dfa278, .standardStickerShortcut_a7a485 { background: #292b2f; } @@ -2618,7 +2618,7 @@ svg { display: none; } -.theme-dark .blockedSystemMessage_c09d0f { +html.theme-dark .blockedSystemMessage_c09d0f { display: flex; justify-content: center; align-items: center; @@ -2663,7 +2663,7 @@ svg { box-shadow: 0 1px 3px rgb(0 0 0 / 16%); } -.theme-dark .blockedSystemMessage_c09d0f:hover .blockedAction_c09d0f { +html.theme-dark .blockedSystemMessage_c09d0f:hover .blockedAction_c09d0f { background: rgb(37, 41, 46); } @@ -2683,7 +2683,7 @@ svg { box-shadow: none; } -.theme-dark .groupStart_d5deea.expanded_c09d0f { +html.theme-dark .groupStart_d5deea.expanded_c09d0f { background: rgb(45, 48, 53); border-radius: 3px; margin-left: 16px; @@ -2706,7 +2706,7 @@ svg { } /*add roles background fix*/ -.theme-dark .container-2O1UgZ { +html.theme-dark .container-2O1UgZ { background: rgb(51, 49, 53); } @@ -2716,7 +2716,7 @@ svg { } /*jump to message btn background fix*/ -.theme-dark .button_ddc613 { +html.theme-dark .button_ddc613 { background: rgb(51, 49, 53); } @@ -2769,7 +2769,7 @@ svg { padding-top: 5px; } -.theme-dark .bd-addon-list .bd-addon-header { +html.theme-dark .bd-addon-list .bd-addon-header { background: rgb(22, 22, 26) !important; } @@ -2922,7 +2922,7 @@ li.row-uezxzk { margin-right: 4px; } -.theme-dark .reactionMe_ec6b19 .reactionCount_ec6b19 { +html.theme-dark .reactionMe_ec6b19 .reactionCount_ec6b19 { color: #EEE !important; } @@ -3016,7 +3016,7 @@ button { margin-left: 15px; } -.theme-dark #Chillax-card .bd-meta { +html.theme-dark #Chillax-card .bd-meta { margin-left: 15px; bottom: 25px; color: rgb(226, 226, 226); @@ -3040,11 +3040,11 @@ button { display: none; } -.theme-dark #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { +html.theme-dark #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { color: #fff !important; } -.theme-dark #Chillax-card [href='DrfX6286kF'] { +html.theme-dark #Chillax-card [href='DrfX6286kF'] { color: #fff !important; } @@ -3061,7 +3061,7 @@ button { margin-left: 10px; } -.theme-dark .bd-grid-view #Chillax-card .bd-meta { +html.theme-dark .bd-grid-view #Chillax-card .bd-meta { margin-left: -50px; bottom: 25px; color: rgb(226, 226, 226); @@ -3073,7 +3073,7 @@ button { } /*user setting redesign*/ -.theme-dark .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"] { +html.theme-dark .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"] { background: rgb(36, 36, 36) !important; color: rgb(255, 255, 255) !important; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); @@ -3082,14 +3082,14 @@ button { transition: 0.2s; } -.theme-dark .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"]:hover { +html.theme-dark .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"]:hover { background: rgb(229, 46, 46) !important; color: #000 !important; box-shadow: 0px 8px 15px rgba(229, 46, 46, 0.4); transition: 0.1s; } -.theme-dark .badgeList_b69b77 { +html.theme-dark .badgeList_b69b77 { border-radius: 8px; background-color: #333135; margin-top: 5px; @@ -3124,7 +3124,7 @@ div[class="field_b69b77"] > button[aria-label="Edit username"][class="fieldButto width: 100%; } -.theme-dark .field_b69b77 { +html.theme-dark .field_b69b77 { /* Not needed anymore as dom calculates the size as per suggestions */ /* width: calc((100% / 2.2) - ((-45 / 3) * 1px)); */ border-radius: 8px; @@ -3141,7 +3141,7 @@ div[class="field_b69b77"] > button[aria-label="Edit username"][class="fieldButto height: 150px; } -.theme-dark .fieldSpacerBottom_b69b77 { +html.theme-dark .fieldSpacerBottom_b69b77 { margin-bottom: 0; } @@ -3275,14 +3275,14 @@ div[class="field_b69b77"] > button[aria-label="Edit username"][class="fieldButto display: none; } -.theme-dark .nameTag-35jqbZ { +html.theme-dark .nameTag-35jqbZ { background-color: var(--profile-gradient-secondary-color); padding: 10px; border-radius: 8px; width: fit-content; } -.theme-dark .connectedAccountContainer_f3eb60 { +html.theme-dark .connectedAccountContainer_f3eb60 { border-radius: 8px; background-color: var(--profile-gradient-secondary-color); @@ -3345,7 +3345,7 @@ html .channelTabs-newTab { border-radius: 8px; } -.theme-dark .attachedBars_d0696b { +html.theme-dark .attachedBars_d0696b { padding: 10px; margin: 20px 20px 10px 20px; background: #181a1d; @@ -3353,29 +3353,29 @@ html .channelTabs-newTab { } /* user typing... but its edited*/ -.theme-dark .dots-1BwzZQ { +html.theme-dark .dots-1BwzZQ { margin-right: 5px; } -.theme-dark .base_d7ebeb .text_d7ebeb { +html.theme-dark .base_d7ebeb .text_d7ebeb { display: flex; align-items: center; } -.theme-dark .typing_d7ebeb { +html.theme-dark .typing_d7ebeb { font-size: 0; } -.theme-dark .typing_d7ebeb strong { +html.theme-dark .typing_d7ebeb strong { font-size: 12px; } -.theme-dark .typing_d7ebeb strong:after { +html.theme-dark .typing_d7ebeb strong:after { content: ','; margin-right: 4px; } -.theme-dark .typing_d7ebeb strong:nth-last-child(2)::after { +html.theme-dark .typing_d7ebeb strong:nth-last-child(2)::after { content: 'and'; margin: 0 4px; color: rgba(255, 255, 255, 0.8); @@ -3383,7 +3383,7 @@ html .channelTabs-newTab { margin-top: -5px; } -.theme-dark .typing_d7ebeb strong:last-child::after { +html.theme-dark .typing_d7ebeb strong:last-child::after { content: var(--chillax-input-typing-indicator-one-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; @@ -3391,7 +3391,7 @@ html .channelTabs-newTab { margin-left: 4px; } -.theme-dark .typing_d7ebeb strong:nth-last-child()::after { +html.theme-dark .typing_d7ebeb strong:nth-last-child()::after { content: var(--chillax-input-typing-indicator-many-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; @@ -3443,12 +3443,12 @@ html .channelTabs-newTab { border-radius: 0px !important; } -.theme-dark .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, .theme-dark .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover { +html.theme-dark .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, html.theme-dark .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover { background: rgba(255, 255, 255, 0.1) !important; } /*emoji tab design n fix*/ -.theme-dark .nav_af5dbb > .navList_af5dbb > button { +html.theme-dark .nav_af5dbb > .navList_af5dbb > button { flex: auto; bottom: 20px; line-height: 45px; @@ -3471,7 +3471,7 @@ html .channelTabs-newTab { width: 85%; } -.theme-dark .nav_af5dbb > .navList_af5dbb > button:hover { +html.theme-dark .nav_af5dbb > .navList_af5dbb > button:hover { background: rgba(255, 255, 255, 0.2); } @@ -3480,7 +3480,7 @@ html .channelTabs-newTab { } /*custom unknown game icon*/ -.theme-dark [d="M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z"] { +html.theme-dark [d="M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z"] { d: path("M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0zM0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"); color: white !important; transform: scale(2.5); @@ -3492,7 +3492,7 @@ html .channelTabs-newTab { } /*forum thread overlap fix*/ -.theme-dark .chatTarget_d1c246.container_d1c246.floating_d1c246 { +html.theme-dark .chatTarget_d1c246.container_d1c246.floating_d1c246 { background: rgba(26, 26, 26, 0.9) !important; box-shadow: 0 0 15px rgb(0, 0, 0); } @@ -3502,11 +3502,11 @@ html .channelTabs-newTab { background: transparent; } -.theme-dark .container_d331f1:hover { +html.theme-dark .container_d331f1:hover { background-color: #181a1d99 !important; } -.theme-dark .container_d331f1.isOpen_d331f1 { +html.theme-dark .container_d331f1.isOpen_d331f1 { background-color: #181a1d70; } @@ -3555,15 +3555,15 @@ html .channelTabs-newTab { background-color: #181a1db7; } -.theme-dark .container_d331f1.isOpen_d331f1 { +html.theme-dark .container_d331f1.isOpen_d331f1 { background-color: #181a1d; } -.theme-dark .container-2qVG6q:hover { +html.theme-dark .container-2qVG6q:hover { background-color: #181a1db7; } -.theme-dark .container_d331f1.isOpen_d331f1 { +html.theme-dark .container_d331f1.isOpen_d331f1 { background-color: #181a1d; } @@ -3606,7 +3606,7 @@ html .channelTabs-newTab { } /* Dimmed background during modal */ -.theme-dark .backdrop__1a911 { +html.theme-dark .backdrop__1a911 { background-color: rgba(0, 0, 0, .5) !important; } @@ -3623,7 +3623,7 @@ html .channelTabs-newTab { } /* tyring out temp fix */ -.theme-dark .container_eedf95 { +html.theme-dark .container_eedf95 { background-color: #181a1da6 !important; } @@ -3641,19 +3641,19 @@ html .channelTabs-newTab { /* Adding support for Vencord summary plugin */ /* summaries container */ -.theme-dark .topicsPillContainer_cf58b5 { +html.theme-dark .topicsPillContainer_cf58b5 { border-radius: 5px !important; background-color: var(--accentcolorV2); z-index: 5; } /* new unread */ -.theme-dark .newTopicsBarContainer_cf58b5 { +html.theme-dark .newTopicsBarContainer_cf58b5 { border-radius: 5px !important; z-index: 5; } -.theme-dark .topicsDropdownBase_cf58b5::before { +html.theme-dark .topicsDropdownBase_cf58b5::before { content: ""; position: absolute; -webkit-backdrop-filter: blur(5px); @@ -3663,7 +3663,7 @@ html .channelTabs-newTab { z-index: -1; } -.theme-dark .topicsDropdownBase_cf58b5 { +html.theme-dark .topicsDropdownBase_cf58b5 { background-color: rgba(15, 12, 12, 0.219); border-radius: 15px; padding: 15px; @@ -3671,19 +3671,19 @@ html .channelTabs-newTab { z-index: 5; } -.theme-dark .topicsScroller_cf58b5 > * { +html.theme-dark .topicsScroller_cf58b5 > * { background-color: rgba(0, 0, 0, 0.6); transition: all 0.2s ease; border-radius: 15px; } -.theme-dark .topicsScroller_cf58b5 > *:hover { +html.theme-dark .topicsScroller_cf58b5 > *:hover { background-color: rgb(0, 0, 0.9); transform: translateY(-2px); border-radius: 15px; } -.theme-dark .container_faef22 { +html.theme-dark .container_faef22 { border-radius: 15px; } From 19834f84cc67c1206dfc849335a115c855e9c2ef Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 20:01:14 +0600 Subject: [PATCH 28/44] fix(wip): updated classNames from `.theme-light` to `html.theme-light` --- light.mode.css | 284 ++++++++++++++++++++++++------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/light.mode.css b/light.mode.css index 9424b5e..87e773b 100644 --- a/light.mode.css +++ b/light.mode.css @@ -65,21 +65,21 @@ /**transparent part LVL II**/ /*small profile modal*/ -.theme-light .userPopout-2j1gM4 { +html.theme-light .userPopout-2j1gM4 { background-color: rgba(255, 255, 255, 0.4); backdrop-filter: blur(4px); } -.theme-light .footer-3naVBw { +html.theme-light .footer-3naVBw { background-color: rgba(255, 255, 255, 0) !important; } -.theme-light .avatar-2Vndt_ { +html.theme-light .avatar-2Vndt_ { border: 6px solid transparent; background-color: transparent; } -.theme-light .bodyInnerWrapper-2bQs1k { +html.theme-light .bodyInnerWrapper-2bQs1k { background: transparent; } @@ -98,18 +98,18 @@ } /*bd editor titlebar*/ -.theme-light .floating-window-titlebar { +html.theme-light .floating-window-titlebar { background-color: rgba(255, 255, 255, 0.575); backdrop-filter: blur(2px); } /*code block*/ -.theme-light .scrollbar_c858ce { +html.theme-light .scrollbar_c858ce { background-color: rgba(255, 255, 255, 0.377) !important; } /*menu blur*/ -.theme-light .menu_d90b3d { +html.theme-light .menu_d90b3d { /*Main class*/ background-color: rgba(255, 255, 255, 0.3); } @@ -128,7 +128,7 @@ } /*all in settings*/ -.theme-light .messagesPopoutWrap_ac90a2, +html.theme-light .messagesPopoutWrap_ac90a2, .drawerSizingWrapper_af5dbb { backdrop-filter: blur(5px) !important; background: rgba(255, 255, 255, 0.267) !important; @@ -139,13 +139,13 @@ background: transparent; } -.theme-light .feature-2IUcBI, +html.theme-light .feature-2IUcBI, .container-2nx-BQ, .bd-switch-body { background: rgba(255, 255, 255, 0.467) !important; } -.theme-light .verticalFit_f66684, +html.theme-light .verticalFit_f66684, .card-16VQ8C { background: rgba(255, 255, 255, 0.067) !important; } @@ -154,7 +154,7 @@ background: transparent !important; } -.theme-light .bar-1Bhnl9, +html.theme-light .bar-1Bhnl9, .markDash-yk2kJ- { background: rgb(175, 175, 175) !important; } @@ -163,7 +163,7 @@ backdrop-filter: blur(5px); } -.theme-light .bd-addon-card { +html.theme-light .bd-addon-card { background: rgba(255, 255, 255, 0.349) !important; } @@ -183,7 +183,7 @@ display: none !important; } -.theme-light .wordmark_a934d8::before { +html.theme-light .wordmark_a934d8::before { content: "‏‏‎ c h i l l a x"; font-size: 12px; font-weight: 900; @@ -215,7 +215,7 @@ font-size: 12px; } -.theme-light .lookFilled_dd4f85:hover { +html.theme-light .lookFilled_dd4f85:hover { box-shadow: -3px -3px 7px #cfcfcf inset, 3px 3px 7px #949aa1 inset; } @@ -226,7 +226,7 @@ } /*spotify gradient thing*/ -.theme-light .timeline-UWmgAx:hover .barFill-Dhkah7 { +html.theme-light .timeline-UWmgAx:hover .barFill-Dhkah7 { background: linear-gradient(135deg, #e2e2e2, var(--accentcolorV2)); } @@ -242,13 +242,13 @@ color: transparent !important; } -.theme-light .input-2g-os5:hover, -.theme-light .scrollableContainer_d0696b:hover { +html.theme-light .input-2g-os5:hover, +html.theme-light .scrollableContainer_d0696b:hover { background-color: #ffffff23 !important; } -.theme-light .input-2g-os5:focus-within, -.theme-light .scrollableContainer_d0696b:focus-within { +html.theme-light .input-2g-os5:focus-within, +html.theme-light .scrollableContainer_d0696b:focus-within { background-color: #e4e4e4 !important; box-shadow: 0px 8px 18px rgba(255, 255, 255, 0.2); } @@ -262,11 +262,11 @@ } /*Textbox Text*/ -.theme-light .placeholder_a552a6 { +html.theme-light .placeholder_a552a6 { visibility: hidden !important; } -.theme-light .placeholder_a552a6::before { +html.theme-light .placeholder_a552a6::before { content: var(--chillax-input-field); color: rgba(0, 0, 0, 0.2); font-family: "Poppins"; @@ -275,7 +275,7 @@ } /* Change the message in the messagebox when you're restricted from sending messages in that channel. */ -.theme-light .innerDisabled_d0696b .placeholder_a552a6::before { +html.theme-light .innerDisabled_d0696b .placeholder_a552a6::before { content: var(--chillax-input-field-locked) !important; } @@ -306,33 +306,33 @@ span[class="inner-26JK4f"] > * { } /*!* Search autocomplete background *!*/ -/*.theme-light .popout_c5b389, .container_eedf95 {*/ +/*html.theme-light .popout_c5b389, .container_eedf95 {*/ /* background-color: rgba(255, 255, 255, 0.2) !important;*/ /* backdrop-filter: blur(15px) !important;*/ /*}*/ /*recolor search*/ -.theme-light .container_eedf95 { +html.theme-light .container_eedf95 { -webkit-box-shadow: var(--elevation-high) !important; box-shadow: var(--elevation-high) !important; background-color: rgba(240, 240, 240, 0.2); } -.theme-light .elevationBorderHigh_ff8688 { +html.theme-light .elevationBorderHigh_ff8688 { box-shadow: none !important; background: rgba(255, 255, 255, 0.555) !important; backdrop-filter: blur(10px) !important; } -.theme-light .container_eedf95 { +html.theme-light .container_eedf95 { border-radius: 8px !important; } -.theme-light .option-2KkUJO:after { +html.theme-light .option-2KkUJO:after { display: none !important; } -.theme-light .searchOption-351dTI .filter-5YbOzJ { +html.theme-light .searchOption-351dTI .filter-5YbOzJ { color: var(--accentcolorV2) !important; } @@ -535,16 +535,16 @@ span[class="inner-26JK4f"] > * { } /*channel hover effect*/ -.theme-light .mainContent-20q_Hp { +html.theme-light .mainContent-20q_Hp { transition: all 0.3s; position: relative; } -.theme-light .mainContent-20q_Hp { +html.theme-light .mainContent-20q_Hp { transition: all 0.3s; } -.theme-light .mainContent-20q_Hp::before { +html.theme-light .mainContent-20q_Hp::before { content: ""; position: absolute; bottom: 0; @@ -563,16 +563,16 @@ span[class="inner-26JK4f"] > * { transform: scale(0.1, 1); } -.theme-light .mainContent-20q_Hp:hover { +html.theme-light .mainContent-20q_Hp:hover { letter-spacing: 1px; } -.theme-light .mainContent-20q_Hp:hover::before { +html.theme-light .mainContent-20q_Hp:hover::before { opacity: 1; transform: scale(1, 1); } -.theme-light .mainContent-20q_Hp::after { +html.theme-light .mainContent-20q_Hp::after { content: ""; position: absolute; bottom: 0; @@ -584,16 +584,16 @@ span[class="inner-26JK4f"] > * { background-color: rgba(0, 0, 0, 0); } -.theme-light .mainContent-20q_Hp:hover::after { +html.theme-light .mainContent-20q_Hp:hover::after { opacity: 0; transform: scale(0.1, 1); } -.theme-light .wrapper_d8bfb3:hover { +html.theme-light .wrapper_d8bfb3:hover { animation: wave-text 1s ease-in-out infinite; } -.theme-light .logo.is-animetion { +html.theme-light .logo.is-animetion { span:nth-of-type(1) { animation-delay: 0s; } @@ -628,7 +628,7 @@ span[class="inner-26JK4f"] > * { } /*bd editor control colour*/ -.theme-light #bd-editor-controls { +html.theme-light #bd-editor-controls { background-color: rgba(255, 255, 255, 0.575) !important; box-shadow: none !important; } @@ -637,13 +637,13 @@ span[class="inner-26JK4f"] > * { border-radius: 5px; } -.theme-light .floating-window.resizable, -.theme-light .floating-window-content, -.theme-light .editor-wrapper, -.theme-light .monaco-editor, -.theme-light .monaco-editor-background, -.theme-light .monaco-editor .inputarea.ime-input, -.theme-light .monaco-editor .margin { +html.theme-light .floating-window.resizable, +html.theme-light .floating-window-content, +html.theme-light .editor-wrapper, +html.theme-light .monaco-editor, +html.theme-light .monaco-editor-background, +html.theme-light .monaco-editor .inputarea.ime-input, +html.theme-light .monaco-editor .margin { background: rgba(255, 255, 255, 0.1) !important; backdrop-filter: blur(5px); } @@ -653,7 +653,7 @@ span[class="inner-26JK4f"] > * { } /*welcome text*/ -.theme-light body:before { +html.theme-light body:before { content: "Greetings " var(--user-name) "!"; z-index: 1000000000000000000000000; color: rgb(0, 0, 0); @@ -726,11 +726,11 @@ span:not(.spinner-item) { } /*custom mentioned colour*/ -.theme-light .mentioned_d5deea:before { +html.theme-light .mentioned_d5deea:before { background: linear-gradient(135deg, #cfcfcf, var(--accentcolorV2)) !important; } -.theme-light .mentioned_d5deea { +html.theme-light .mentioned_d5deea { background: linear-gradient( 60deg, rgba(228, 228, 228, 0.3), @@ -738,7 +738,7 @@ span:not(.spinner-item) { ) !important; } -.theme-light .mentioned_d5deea:hover { +html.theme-light .mentioned_d5deea:hover { background: linear-gradient( 60deg, rgba(228, 228, 228, 0.5), @@ -747,7 +747,7 @@ span:not(.spinner-item) { } /*user popout animation*/ -.theme-light #app-mount [class*="userPopout"][aria-modal="true"] { +html.theme-light #app-mount [class*="userPopout"][aria-modal="true"] { overflow: hidden; opacity: 0; -webkit-animation: fadeIn 0.5s ease forwards; @@ -844,7 +844,7 @@ span:not(.spinner-item) { } /*chillax appearance theme*/ -.theme-light { +html.theme-light { --cl-appearance: "Light"; } @@ -864,7 +864,7 @@ span:not(.spinner-item) { } /*custom popout window*/ -.theme-light #app-mount .layers_d4b6c5 { +html.theme-light #app-mount .layers_d4b6c5 { margin: var(--window-margin); overflow: hidden; border-radius: var(--window-border-radius); @@ -954,7 +954,7 @@ path[d="M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 } /*custom public servers and create server buttons*/ -.theme-light .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521 { +html.theme-light .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521 { border-radius: 50px; background: rgba(0, 0, 0, 0.1); color: rgb(0, 0, 0); @@ -962,7 +962,7 @@ path[d="M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 border: dashed 1px rgba(0, 0, 0, 0.4); } -.theme-light .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521:hover { +html.theme-light .guilds_a4d4d9 .scroller_fea3ef .circleIconButton_db6521:hover { color: #000000; background: transparent; } @@ -1295,7 +1295,7 @@ svg { } /*user setting channel hover effect*/ -.theme-light .selected-g-kMVV:after { +html.theme-light .selected-g-kMVV:after { background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; @@ -1487,12 +1487,12 @@ svg { --embed-border-radius: 5px; } -.theme-light .embed_b0068a { +html.theme-light .embed_b0068a { border-radius: var(--embed-border-radius); z-index: 2; } -.theme-light .embed_b0068a code { +html.theme-light .embed_b0068a code { background: rgb(221, 221, 221); } @@ -1500,24 +1500,24 @@ svg { --embed-line-width: 300px; } -.theme-light .embedFull_b0068a { +html.theme-light .embedFull_b0068a { border-top: none; border-right: none; border-bottom: none; } -.theme-light .embedFull_b0068a { +html.theme-light .embedFull_b0068a { border-left: calc(4px + var(--embed-line-width)) solid var(--background-accent); background: rgb(221, 221, 221); box-shadow: 2px 2px 8px rgb(199, 199, 199); } -.theme-light .grid_b0068a { +html.theme-light .grid_b0068a { margin-left: calc(-1 * var(--embed-line-width)); z-index: 1; } -.theme-light .embedFull_b0068a:after, +html.theme-light .embedFull_b0068a:after, .embedFull_b0068a:before { content: ""; height: 100%; @@ -1527,12 +1527,12 @@ svg { left: calc(-1 * var(--embed-line-width)); } -.theme-light .embedFull_b0068a:after { +html.theme-light .embedFull_b0068a:after { background: linear-gradient(to right, transparent, rgb(221, 221, 221)); z-index: -3; } -.theme-light .embedFull_b0068a:before { +html.theme-light .embedFull_b0068a:before { background: rgb(221, 221, 221); opacity: 0.8; z-index: -1; @@ -1556,17 +1556,17 @@ svg { } /*guild pills glow*/ -.theme-light .item_c4cd66 { +html.theme-light .item_c4cd66 { box-shadow: 0 0 3px rgb(0, 0, 0); } /*inline colour error fix*/ -.theme-light .inline { +html.theme-light .inline { background: rgba(184, 184, 184, 0.5) !important; } /*disable and delete account button design*/ -.theme-light .children_a6ae9b .colorRed_dd4f85 { +html.theme-light .children_a6ae9b .colorRed_dd4f85 { width: 140px; height: 45px; font-family: "Roboto" !important; @@ -1583,43 +1583,43 @@ svg { outline: none; } -.theme-light .children_a6ae9b .colorRed_dd4f85:hover { +html.theme-light .children_a6ae9b .colorRed_dd4f85:hover { background-color: rgb(255, 129, 129) !important; box-shadow: 0px 15px 20px rgba(229, 46, 46, 0.4); color: rgb(255, 255, 255) !important; transform: translateY(-7px); } -.theme-light .children_a6ae9b .colorRed_dd4f85 { +html.theme-light .children_a6ae9b .colorRed_dd4f85 { font-size: 0px !important; } -.theme-light .children_a6ae9b .disableButton_adabdf.colorRed_dd4f85::before { +html.theme-light .children_a6ae9b .disableButton_adabdf.colorRed_dd4f85::before { content: "Disable"; position: absolute; font-size: 11px !important; } -.theme-light .children_a6ae9b .lookOutlined_dd4f85.colorRed_dd4f85::before { +html.theme-light .children_a6ae9b .lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Delete"; position: absolute; font-size: 11px !important; } /* For Logout from all devices button */ -.theme-light .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { +html.theme-light .children_a6ae9b .logOutAllButton_c7a2c0.lookOutlined_dd4f85.colorRed_dd4f85::before { content: "Logout" !important; } /*seperator in settings*/ -.theme-light .separator-2wx7h6 { +html.theme-light .separator-2wx7h6 { background: rgb(63, 63, 63); height: 5.5px !important; border-radius: 8px !important; } /*nitro buttons in settings*/ -.theme-light .button-1U79Hu { +html.theme-light .button-1U79Hu { color: rgb(0, 0, 0) !important; border: 4px solid rgb(255, 255, 255); box-shadow: 0px 0px 0px 1px rgb(255, 255, 255) inset !important; @@ -1629,13 +1629,13 @@ svg { transition: all 0.3s ease-in-out; } -.theme-light .button-1U79Hu:hover { +html.theme-light .button-1U79Hu:hover { border: 4px solid rgb(187, 187, 187); background-color: rgb(0, 0, 0) !important; box-shadow: 0px 0px 0px 4px rgb(24, 24, 24) inset !important; } -.theme-light .button-1U79Hu:after { +html.theme-light .button-1U79Hu:after { background: rgb(0, 0, 0) !important; border: 0px solid rgb(255, 255, 255) !important; content: ""; @@ -1651,7 +1651,7 @@ svg { z-index: 1; } -.theme-light .button-1U79Hu:hover:after { +html.theme-light .button-1U79Hu:hover:after { background: rgb(0, 0, 0) !important; border: 20px solid rgb(255, 255, 255) !important; opacity: 0; @@ -1660,18 +1660,18 @@ svg { transform: rotate(40deg); } -.theme-light .giftButton_af971d { +html.theme-light .giftButton_af971d { transition: all 0.2s ease-out; z-index: 2; } -.theme-light .giftButton_af971d:hover { +html.theme-light .giftButton_af971d:hover { letter-spacing: 0.13em; color: rgb(207, 207, 207) !important; } /*custom min max close button*/ -.theme-light .winButtonClose_a934d8 { +html.theme-light .winButtonClose_a934d8 { top: -3.5px; right: 20px; padding: 5px; @@ -1683,7 +1683,7 @@ svg { transition: 0.2s; } -.theme-light .winButtonClose_a934d8:hover { +html.theme-light .winButtonClose_a934d8:hover { top: -3.5px; right: 20px; padding: 5px; @@ -1696,7 +1696,7 @@ svg { backdrop-filter: none; } -.theme-light .winButtonMinMax_a934d8:nth-child(3) { +html.theme-light .winButtonMinMax_a934d8:nth-child(3) { top: -3.5px; right: 10px; padding: 5px; @@ -1708,7 +1708,7 @@ svg { transition: 0.2s; } -.theme-light .winButtonMinMax_a934d8:nth-child(3):hover { +html.theme-light .winButtonMinMax_a934d8:nth-child(3):hover { top: -3.5px; right: 10px; padding: 5px; @@ -1721,7 +1721,7 @@ svg { backdrop-filter: none; } -.theme-light .winButtonMinMax_a934d8:nth-child(2n) { +html.theme-light .winButtonMinMax_a934d8:nth-child(2n) { top: -3.5px; right: 0px; padding: 5px; @@ -1733,7 +1733,7 @@ svg { transition: 0.2s; } -.theme-light .winButtonMinMax_a934d8:nth-child(2n):hover { +html.theme-light .winButtonMinMax_a934d8:nth-child(2n):hover { top: -3.5px; right: 0px; padding: 5px; @@ -1757,11 +1757,11 @@ svg { } /*settings user profile recolour*/ -.theme-light .accountProfileCard_b69b77 { +html.theme-light .accountProfileCard_b69b77 { background: rgb(240, 240, 240); } -.theme-light .background_b69b77 { +html.theme-light .background_b69b77 { background: rgb(226, 226, 226); } @@ -1808,12 +1808,12 @@ svg { display: none; } -.theme-light .withTagAsButton_b2ca13:hover { +html.theme-light .withTagAsButton_b2ca13:hover { background: #6a74803d; } /*floating user controls*/ -.theme-light .panels_a4d4d9 { +html.theme-light .panels_a4d4d9 { background: #e4e4e4 !important; box-shadow: 0 5px 8px #d6d6d6; border-radius: 12px; @@ -1834,7 +1834,7 @@ svg { overflow: hidden; } -.theme-light .sidebar_a4d4d9 .content_eed6a8:after { +html.theme-light .sidebar_a4d4d9 .content_eed6a8:after { content: 'this big gap is for the floating user controls, so sry if it looks ugly'; font-size: 13px; color: rgba(0, 0, 0, 0.1); @@ -1845,19 +1845,19 @@ svg { display: block; } -.theme-light .panels_a4d4d9 > .container_b2ca13 .flex_dc333f > :not(:last-child) { +html.theme-light .panels_a4d4d9 > .container_b2ca13 .flex_dc333f > :not(:last-child) { opacity: 0% !important; width: 50px; transition: all 0.3s; } -.theme-light .panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { +html.theme-light .panels_a4d4d9 > .container_b2ca13:hover .flex_dc333f > :not(:last-child) { opacity: 100% !important; width: 40px; margin-left: 10px; } -.theme-light .button_adca65[aria-label="User Settings"] { +html.theme-light .button_adca65[aria-label="User Settings"] { margin-left: 10px; } @@ -1910,7 +1910,7 @@ svg { width: 38px !important; } -.theme-light .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Enable Game Activity']):hover .flex_dc333f > :not(:last-child) { +html.theme-light .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Enable Game Activity']):hover .flex_dc333f > :not(:last-child) { margin-left: 0px !important; } @@ -1926,7 +1926,7 @@ svg { width: 38px !important; } -.theme-light .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Disable Game Activity']):hover .flex_dc333f > :not(:last-child) { +html.theme-light .panels_a4d4d9 > .container_b2ca13:has(button[aria-label='Disable Game Activity']):hover .flex_dc333f > :not(:last-child) { margin-left: 0px !important; } @@ -2075,7 +2075,7 @@ svg { --vc-spotify-green: var(--accentcolorV2); } -.theme-light #vc-spotify-player { +html.theme-light #vc-spotify-player { background-color: #e4e4e4 !important; } @@ -2269,7 +2269,7 @@ svg { } /*threads background fix*/ -.theme-light .container_e664f3 { +html.theme-light .container_e664f3 { background: rgb(223, 223, 223); } @@ -2344,11 +2344,11 @@ svg { text-align: center; } -.theme-light .itemCard_f02fcf.wrapper_cd82a7 { +html.theme-light .itemCard_f02fcf.wrapper_cd82a7 { background: #f2f3f5; } -.theme-light .itemCard_f02fcf.wrapper_cd82a7:hover { +html.theme-light .itemCard_f02fcf.wrapper_cd82a7:hover { background: rgb(255, 255, 255); transition: 0.2s; } @@ -2358,8 +2358,8 @@ svg { } /*pins inbox background fix*/ -.theme-light .messagesPopoutWrap_ac90a2, -.theme-light .recentMentionsPopout_ddb5b4, +html.theme-light .messagesPopoutWrap_ac90a2, +html.theme-light .recentMentionsPopout_ddb5b4, .drawerSizingWrapper_af5dbb { background: rgb(223, 223, 223) !important; } @@ -2396,7 +2396,7 @@ svg { } /*message hover small buttons fix*/ -.theme-light .wrapper_f7e168 { +html.theme-light .wrapper_f7e168 { background: rgb(243, 243, 243) !important; } @@ -2412,7 +2412,7 @@ svg { border: 1px solid rgba(255, 255, 255, 0.5) !important; } -.theme-light .reaction_f61c73 { +html.theme-light .reaction_f61c73 { border-radius: 50px !important; background: rgba(0, 0, 0, 0.3); } @@ -2485,12 +2485,12 @@ svg { } /*emoji/gif/sticker tab fix*/ -.theme-light .drawerSizingWrapper_af5dbb { +html.theme-light .drawerSizingWrapper_af5dbb { background: #d4def1a6 !important; border-radius: 5px; } -.theme-light .unicodeShortcut_dfa278, +html.theme-light .unicodeShortcut_dfa278, .standardStickerShortcut_a7a485 { background: #ebedef; } @@ -2506,7 +2506,7 @@ svg { display: none; } -.theme-light .blockedSystemMessage_c09d0f { +html.theme-light .blockedSystemMessage_c09d0f { display: flex; justify-content: center; align-items: center; @@ -2551,7 +2551,7 @@ svg { box-shadow: 0 1px 3px rgb(0 0 0 / 16%); } -.theme-light .blockedSystemMessage_c09d0f:hover .blockedAction_c09d0f { +html.theme-light .blockedSystemMessage_c09d0f:hover .blockedAction_c09d0f { background: rgb(216, 216, 216); } @@ -2571,7 +2571,7 @@ svg { box-shadow: none; } -.theme-light .groupStart_d5deea.expanded_c09d0f { +html.theme-light .groupStart_d5deea.expanded_c09d0f { background: rgb(231, 231, 231); border-radius: 3px; margin-left: 16px; @@ -2594,7 +2594,7 @@ svg { } /*add roles background fix*/ -.theme-light .container-2O1UgZ { +html.theme-light .container-2O1UgZ { background: rgb(223, 223, 223); } @@ -2604,7 +2604,7 @@ svg { } /*jump to message btn background fix*/ -.theme-light .button_ddc613 { +html.theme-light .button_ddc613 { background: rgb(223, 223, 223); } @@ -2658,7 +2658,7 @@ svg { padding-top: 5px; } -.theme-light .bd-addon-list .bd-addon-header { +html.theme-light .bd-addon-list .bd-addon-header { background: rgb(212, 212, 212) !important; } @@ -2905,7 +2905,7 @@ button { margin-left: 15px; } -.theme-light #Chillax-card .bd-meta { +html.theme-light #Chillax-card .bd-meta { margin-left: 15px; bottom: 25px; color: rgb(226, 226, 226); @@ -2929,11 +2929,11 @@ button { display: none; } -.theme-light #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { +html.theme-light #Chillax-card [href='https\:\/\/github.com/warrayquipsome/Chillax'] { color: #fff !important; } -.theme-light #Chillax-card [href='DrfX6286kF'] { +html.theme-light #Chillax-card [href='DrfX6286kF'] { color: #fff !important; } @@ -2950,7 +2950,7 @@ button { margin-left: 10px; } -.theme-light .bd-grid-view #Chillax-card .bd-meta { +html.theme-light .bd-grid-view #Chillax-card .bd-meta { margin-left: -50px; bottom: 25px; color: rgb(0, 0, 0); @@ -2962,7 +2962,7 @@ button { } /*user setting redesign*/ -.theme-light .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"] { +html.theme-light .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"] { background: #fff !important; color: #000 !important; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); @@ -2970,13 +2970,13 @@ button { font-size: 12px; } -.theme-light .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"]:hover { +html.theme-light .fieldButton_b69b77.button_dd4f85[aria-label="Remove phone number"]:hover { background-color: rgb(255, 129, 129) !important; box-shadow: 0px 15px 20px rgba(229, 46, 46, 0.4); color: rgb(255, 255, 255) !important; } -.theme-light .badgeList_b69b77 { +html.theme-light .badgeList_b69b77 { border-radius: 8px; background-color: #e4e4e4; margin-top: 5px; @@ -3003,7 +3003,7 @@ div[class="field_b69b77"] > button[aria-label="Edit username"][class="fieldButto bottom: -1px; } -.theme-light .field_b69b77 { +html.theme-light .field_b69b77 { /* Note needed anymore as per the suggestions as dom calculates the size now */ /*width: calc((100% / 2.2) - ((-45 / 3) * 1px));*/ border-radius: 8px; @@ -3150,14 +3150,14 @@ div[class="field_b69b77"] > button[aria-label="Edit username"][class="fieldButto display: none; } -.theme-light .nameTag-35jqbZ { +html.theme-light .nameTag-35jqbZ { background-color: var(--profile-gradient-secondary-color); padding: 10px; border-radius: 8px; width: fit-content; } -.theme-light .connectedAccountContainer_f3eb60 { +html.theme-light .connectedAccountContainer_f3eb60 { border-radius: 8px; background-color: var(--profile-gradient-secondary-color); @@ -3215,7 +3215,7 @@ html .channelTabs-newTab { border-radius: 8px; } -.theme-light .attachedBars_d0696b { +html.theme-light .attachedBars_d0696b { padding: 10px; margin: 20px 20px 10px 20px; background: #e4e4e4; @@ -3223,29 +3223,29 @@ html .channelTabs-newTab { } /* user typing... but its edited*/ -.theme-light .dots-1BwzZQ { +html.theme-light .dots-1BwzZQ { margin-right: 5px; } -.theme-light .base_d7ebeb .text_d7ebeb { +html.theme-light .base_d7ebeb .text_d7ebeb { display: flex; align-items: center; } -.theme-light .typing_d7ebeb { +html.theme-light .typing_d7ebeb { font-size: 0; } -.theme-light .typing_d7ebeb strong { +html.theme-light .typing_d7ebeb strong { font-size: 12px; } -.theme-light .typing_d7ebeb strong:after { +html.theme-light .typing_d7ebeb strong:after { content: ','; margin-right: 4px; } -.theme-light .typing_d7ebeb strong:nth-last-child(2)::after { +html.theme-light .typing_d7ebeb strong:nth-last-child(2)::after { content: 'and'; margin: 0 4px; color: rgba(255, 255, 255, 0.8); @@ -3253,7 +3253,7 @@ html .channelTabs-newTab { margin-top: -5px; } -.theme-light .typing_d7ebeb strong:last-child::after { +html.theme-light .typing_d7ebeb strong:last-child::after { content: var(--chillax-input-typing-indicator-one-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; @@ -3261,7 +3261,7 @@ html .channelTabs-newTab { margin-left: 4px; } -.theme-light .typing_d7ebeb strong:nth-last-child()::after { +html.theme-light .typing_d7ebeb strong:nth-last-child()::after { content: var(--chillax-input-typing-indicator-many-person); color: rgba(255, 255, 255, 0.8); font-weight: 400; @@ -3324,12 +3324,12 @@ html .channelTabs-newTab { border-radius: 0px !important; } -.theme-light .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, .theme-light .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover { +html.theme-light .mutualGuildsList_b433b4 > .collapseBtn_ce1058:hover, html.theme-light .mutualFriendsList_b433b4 > .collapseBtn_ce1058:hover { background: rgba(0, 0, 0, 0.1) !important; } /*emoji tab design n fix*/ -.theme-light .nav_af5dbb > .navList_af5dbb > button { +html.theme-light .nav_af5dbb > .navList_af5dbb > button { flex: auto; bottom: 20px; line-height: 45px; @@ -3352,7 +3352,7 @@ html .channelTabs-newTab { width: 85%; } -.theme-light .nav_af5dbb > .navList_af5dbb > button:hover { +html.theme-light .nav_af5dbb > .navList_af5dbb > button:hover { background: rgba(0, 0, 0, 0.2); } @@ -3361,7 +3361,7 @@ html .channelTabs-newTab { } /* custom unknown game icon */ -.theme-light [d="M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z"] { +html.theme-light [d="M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z"] { d: path("M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0zM0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"); color: rgb(0, 0, 0) !important; transform: scale(2.5); @@ -3373,33 +3373,33 @@ html .channelTabs-newTab { } /*forum thread overlap fix*/ -.theme-light .chatTarget_d1c246.container_d1c246.floating_d1c246 { +html.theme-light .chatTarget_d1c246.container_d1c246.floating_d1c246 { background: rgba(255, 255, 255, 0.9) !important; box-shadow: 0 0 15px rgb(0, 0, 0); } /* quickswitch light theme fix*/ -.theme-light .quickswitcher_f4e139 { +html.theme-light .quickswitcher_f4e139 { background: rgba(255, 255, 255, 0.6); } /*popup light theme fix*/ -.theme-light .root_f9a4c9 { +html.theme-light .root_f9a4c9 { background: rgba(255, 255, 255, 0.6); } /*recent activity memberlist popout light theme fix*/ -.theme-light .popout_a35965 { +html.theme-light .popout_a35965 { background: rgba(255, 255, 255, 0.6); } /* patch text color */ -.theme-light .popout_a35965 .contents_dd4f85 > div { +html.theme-light .popout_a35965 .contents_dd4f85 > div { color: #000 !important; } /* patch sound logo svg stuff*/ -.theme-light .popout_a35965 .contents_dd4f85 > svg > path { +html.theme-light .popout_a35965 .contents_dd4f85 > svg > path { fill: var(--black) !important; } @@ -3416,11 +3416,11 @@ html .channelTabs-newTab { background-color: transparent !important; } -.theme-light .container_d331f1:hover { +html.theme-light .container_d331f1:hover { background-color: #e4e4e4b7; } -.theme-light .container_d331f1.isOpen_d331f1 { +html.theme-light .container_d331f1.isOpen_d331f1 { background-color: #e4e4e4; } @@ -3463,6 +3463,6 @@ html .channelTabs-newTab { border-radius: 0px !important; } -.theme-light .fieldSpacerBottom_b69b77 { +html.theme-light .fieldSpacerBottom_b69b77 { margin-bottom: 0; } From 10494e7a59583bbc03716a1edf4ffce1c81dc304 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 20:07:53 +0600 Subject: [PATCH 29/44] fix: fixed the coloring issue with the popup --- dark.mode.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 73889ec..0e95329 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3617,16 +3617,11 @@ html.theme-dark .backdrop__1a911 { } /* Search autocomplete background */ -.popout_c5b389, .container_eedf95 { +html.theme-dark .popout_c5b389, .container_eedf95 { background-color: #181a1da6 !important; backdrop-filter: blur(15px) !important; } -/* tyring out temp fix */ -html.theme-dark .container_eedf95 { - background-color: #181a1da6 !important; -} - /* Remove weird shadow */ .option_b0286e:after { From 0be5c2f9b49b8efb9c096de7a163ec6e86eff996 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 20:12:04 +0600 Subject: [PATCH 30/44] fix(wip): removed conflicting selector --- dark.mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dark.mode.css b/dark.mode.css index 0e95329..3651649 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3617,7 +3617,7 @@ html.theme-dark .backdrop__1a911 { } /* Search autocomplete background */ -html.theme-dark .popout_c5b389, .container_eedf95 { +html.theme-dark .container_eedf95 { background-color: #181a1da6 !important; backdrop-filter: blur(15px) !important; } From a826b701b744b0556ccd62bad19b7a0e7a037eb7 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Wed, 4 Sep 2024 20:48:34 +0600 Subject: [PATCH 31/44] fix: removed the big between profile user information and profile banner --- dark.mode.css | 2 +- light.mode.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 3651649..a2b05fe 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -2270,7 +2270,7 @@ html.theme-dark #vc-spotify-player { width: calc(100% - 34px); margin-left: 17px; padding: 0; - padding-top: 35px; + padding-top: 50px; padding-bottom: 9px; } diff --git a/light.mode.css b/light.mode.css index 87e773b..32a9990 100644 --- a/light.mode.css +++ b/light.mode.css @@ -2225,7 +2225,7 @@ html.theme-light #vc-spotify-player { width: calc(100% - 34px); margin-left: 17px; padding: 0; - padding-top: 94px; + padding-top: 50px; padding-bottom: 9px; } @@ -3075,7 +3075,7 @@ html.theme-light .field_b69b77 { width: calc(100% - 34px); margin-left: 17px; padding: 0; - padding-top: 94px; + padding-top: 50px; padding-bottom: 9px; } From f071a1fc3a4de390716e8dc9b6fab268a08821b5 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Thu, 5 Sep 2024 15:59:18 +0600 Subject: [PATCH 32/44] fix: fixed the dm sidebar not transparent background --- dark.mode.css | 10 ++++++++++ light.mode.css | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/dark.mode.css b/dark.mode.css index a2b05fe..54e6acc 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3683,3 +3683,13 @@ html.theme-dark .container_faef22 { } /* End of Vencord summary plugin stuff */ + +/* For dm side bar */ +/*We can customize it (*light or dark mode*) if we want*/ +html.theme-light .overlay_a8795b { + background: transparent !important; /* change accordinly */ +} + +html.theme-light .overlay_a8795b .lookFilled_dd4f85 { + box-shadow: none !important; /* gets rid of the shadow */ +} diff --git a/light.mode.css b/light.mode.css index 32a9990..8152fa8 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3466,3 +3466,13 @@ html.theme-light .container_d331f1.isOpen_d331f1 { html.theme-light .fieldSpacerBottom_b69b77 { margin-bottom: 0; } + +/* For dm side bar */ +/*We can customize it (*light or dark mode*) if we want*/ +html.theme-light .overlay_a8795b { + background: transparent !important; /* change accordinly */ +} + +html.theme-light .overlay_a8795b .lookFilled_dd4f85 { + box-shadow: none !important; /* gets rid of the shadow */ +} \ No newline at end of file From 3f6e1106be429bc1ca7e16ee6c0f3613e473461a Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Thu, 5 Sep 2024 22:35:30 +0600 Subject: [PATCH 33/44] fix: fixed the copy and paste mistake I am the best copy paster in the entire world :( --- dark.mode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 54e6acc..63d6eb0 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3686,10 +3686,10 @@ html.theme-dark .container_faef22 { /* For dm side bar */ /*We can customize it (*light or dark mode*) if we want*/ -html.theme-light .overlay_a8795b { +html.theme-dark .overlay_a8795b { background: transparent !important; /* change accordinly */ } -html.theme-light .overlay_a8795b .lookFilled_dd4f85 { +html.theme-dark .overlay_a8795b .lookFilled_dd4f85 { box-shadow: none !important; /* gets rid of the shadow */ } From ebcb1ab87bd85386b09df5b656b70b85515b83ce Mon Sep 17 00:00:00 2001 From: LofiTurtle <46658877+LofiTurtle@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:48:02 -0700 Subject: [PATCH 34/44] Import all Poppins font weights --- dark.mode.css | 2 +- light.mode.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 63d6eb0..5e43993 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url("https://nfld99.github.io/Better-Discord/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); diff --git a/light.mode.css b/light.mode.css index 8152fa8..1473023 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1,5 +1,5 @@ /****GOOGLE/BD FONTS****/ -@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url("https://nfld99.github.io/Better-Discord/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); From 3a5e7ee3bdfca5b7bd1070c9667732b3fcf75a47 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 12:52:11 +0600 Subject: [PATCH 35/44] fix: added fix the mask in the user settings --- dark.mode.css | 5 +++++ light.mode.css | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dark.mode.css b/dark.mode.css index 5e43993..99d9b82 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3693,3 +3693,8 @@ html.theme-dark .overlay_a8795b { html.theme-dark .overlay_a8795b .lookFilled_dd4f85 { box-shadow: none !important; /* gets rid of the shadow */ } + +/*Fix for the user mask in Settings*/ +html.theme-dark .mask_c3e427 mask circle { + visibility: hidden; +} diff --git a/light.mode.css b/light.mode.css index 1473023..c25ee35 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3475,4 +3475,9 @@ html.theme-light .overlay_a8795b { html.theme-light .overlay_a8795b .lookFilled_dd4f85 { box-shadow: none !important; /* gets rid of the shadow */ -} \ No newline at end of file +} + +/*Fix for the user mask in Settings*/ +html.theme-light .mask_c3e427 mask circle { + visibility: hidden; +} From b20fdc0866fc3dbcb705b9bc5d1ded3735e7dbd5 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 13:25:41 +0600 Subject: [PATCH 36/44] ci: git auto hook reverting the base url to the default --- chillax.css | 4 ++-- chillax.theme.css | 20 ++++++++------------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/chillax.css b/chillax.css index 85296c7..ee2226d 100644 --- a/chillax.css +++ b/chillax.css @@ -1,4 +1,4 @@ /*Dark Mode*/ -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/dark.mode.css"); +@import url("https://warrayquipsome.github.io/Chillax/dark.mode.css"); /*Light Mode*/ -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/light.mode.css"); \ No newline at end of file +@import url("https://warrayquipsome.github.io/Chillax/light.mode.css"); \ No newline at end of file diff --git a/chillax.theme.css b/chillax.theme.css index cef4312..c558992 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -19,26 +19,22 @@ ╚════╝   ╚═╝ ╚═╝  ╚═╝  ╚══════╝ ╚══════╝ ╚═╝ ╚═╝  ╚═╝ ╚═╝ ╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯ -*/ -/* - Not yet ready!! Need to adjust more. - */ /* chilla theme entry point */ -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/chillax.css"); +@import url("https://warrayquipsome.github.io/Chillax/chillax.css"); /* removable addons */ @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Microsoft.css"); @import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css"); @import url("https://nyri4.github.io/Discolored/main.css"); -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/IconPackEdited.css"); -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/AvatarOnlyMemberList.css"); -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/FolderRedesign.css"); +@import url("https://warrayquipsome.github.io/Chillax/Addons/IconPackEdited.css"); +@import url("https://warrayquipsome.github.io/Chillax/Addons/AvatarOnlyMemberList.css"); +@import url("https://warrayquipsome.github.io/Chillax/Addons/FolderRedesign.css"); @import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css"); -@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/FriendGrid.css"); +@import url("https://warrayquipsome.github.io/Chillax/Addons/FriendGrid.css"); /*additional addons*/ /*(remove the both * to use)*/ -/*@import url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Addons/SimpleLessLag.css");*/ +/*@import url("https://warrayquipsome.github.io/Chillax/Addons/SimpleLessLag.css");*/ /*Chillax Roots*/ @@ -49,8 +45,8 @@ /*bg dev suggestions*/ --wallpaper: url("https://wallpaperaccess.com/full/2799204.jpg"); /*modern background selection*/ - --modern-dark-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-dark-bg.png"); - --modern-light-bg: url("https://raw.githubusercontent.com/warrayquipsome/Chillax/release-candidate-1.5/Wallpapers/modern-light-bg.png"); + --modern-dark-bg: url("https://warrayquipsome.github.io/Chillax/Wallpapers/modern-dark-bg.png"); + --modern-light-bg: url("https://warrayquipsome.github.io/Chillax/Wallpapers/modern-light-bg.png"); } From 08a26d52ca7b9ca735d15d0ab99784dd4a7a7c5d Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 13:38:38 +0600 Subject: [PATCH 37/44] chore: minor comments adjustment --- chillax.theme.css | 6 +++--- dark.mode.css | 2 +- light.mode.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index c558992..91df716 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -20,7 +20,7 @@ ╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯ -/* chilla theme entry point */ +/* CHILLAX theme entry point */ @import url("https://warrayquipsome.github.io/Chillax/chillax.css"); /* removable addons */ @@ -114,13 +114,13 @@ /* input fields */ --chillax-input-field: "Life is so much easier when you just take a moment to chill"; /* input fields when the channel is locked*/ - --chillax-input-field-locked: "Chill! This channel is read only"; + --chillax-input-field-locked: "Life is so much easier when you just take a moment to chill"; /* typing indicator: when a single person is typing */ --chillax-input-typing-indicator-one-person: "is smashing some buttons"; --chillax-input-typing-indicator-many-person: "are smashing some buttons"; /* scroller (by default transparent) */ - --chillax-scroller-color: transparent; /* change `transparent` to some other hex color */ + --chillax-scroller-color: transparent; /* change `transparent` to some other hex color to make it visible */ } /*discord transparency*//*roots*/ /*theme dark*/ diff --git a/dark.mode.css b/dark.mode.css index 99d9b82..e9b59e1 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://nfld99.github.io/Better-Discord/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); diff --git a/light.mode.css b/light.mode.css index c25ee35..11f965f 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1,5 +1,5 @@ /****GOOGLE/BD FONTS****/ -@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://nfld99.github.io/Better-Discord/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); From 8b3fa8fa789c0c5c04bef7e740322ab4be76b1d0 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 13:41:25 +0600 Subject: [PATCH 38/44] fix: changed light mode avatar only member list background to a linear gradient transparent color Co-authored-by: Raevv <95716874+Raevv@users.noreply.github.com> --- Addons/AvatarOnlyMemberList.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Addons/AvatarOnlyMemberList.css b/Addons/AvatarOnlyMemberList.css index 45f24d3..ccc00de 100644 --- a/Addons/AvatarOnlyMemberList.css +++ b/Addons/AvatarOnlyMemberList.css @@ -34,7 +34,7 @@ div:not(:hover) > .members_cbd271 > div { /* overwrite black stuff for member list */ .theme-light .members_cbd271:hover { margin-left: -175px; - background-color: rgba(255, 255, 255, 0.87); + background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); border-radius: var(--memberlist-border-radius); } From 169cf240bb713c7edf0f2322354e5ae764be9f99 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 13:50:02 +0600 Subject: [PATCH 39/44] feat: unread DM's highlighted based on accent color Co-authored-by: MercenaryUSA --- dark.mode.css | 11 +++++++++++ light.mode.css | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/dark.mode.css b/dark.mode.css index e9b59e1..5232071 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3698,3 +3698,14 @@ html.theme-dark .overlay_a8795b .lookFilled_dd4f85 { html.theme-dark .mask_c3e427 mask circle { visibility: hidden; } + +/* Make unread DM's highlighted based on accent color */ +html.theme-dark .link_c91bad:has(.highlighted_f9647d) { + border-left: 2px solid rgba(var(--accentcolor), 0.8); + background: linear-gradient( + 90deg, + rgba(var(--accentcolor), 0.3), + rgba(var(--accentcolor), 0.2), + transparent + ); +} \ No newline at end of file diff --git a/light.mode.css b/light.mode.css index 11f965f..c62febb 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3481,3 +3481,14 @@ html.theme-light .overlay_a8795b .lookFilled_dd4f85 { html.theme-light .mask_c3e427 mask circle { visibility: hidden; } + +/* Make unread DM's highlighted based on accent color */ +html.theme-light .link_c91bad:has(.highlighted_f9647d) { + border-left: 2px solid rgba(var(--accentcolor), 0.8); + background: linear-gradient( + 90deg, + rgba(var(--accentcolor), 0.3), + rgba(var(--accentcolor), 0.2), + transparent + ); +} From f15b116342d4c48d36f4410a3003d7d27540ad27 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 16:18:47 +0600 Subject: [PATCH 40/44] feat: added CSS var to easily change the font of the group chat --- chillax.theme.css | 1 + dark.mode.css | 2 +- light.mode.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 91df716..9e1cebf 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -75,6 +75,7 @@ --edited-message: " EDITED ✎ "; --font-name: Poppins; --font-size: 13px; + --group-chat-font: "Monoton"; /*glow radial status*/ /*must end in px*/ diff --git a/dark.mode.css b/dark.mode.css index 5232071..4d55b67 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -1332,7 +1332,7 @@ html.theme-dark .numberBadge__40d6f { /*custom group font*/ .input_f8b740 { overflow: visible !important; - font-family: "Monoton" !important; + font-family: var(--group-chat-font) !important; font-weight: 200 !important; font-size: 25px; letter-spacing: 0.2px; diff --git a/light.mode.css b/light.mode.css index c62febb..fd419e9 100644 --- a/light.mode.css +++ b/light.mode.css @@ -1288,7 +1288,7 @@ svg { /*custom group font*/ .input_f8b740 { overflow: visible !important; - font-family: "Monoton" !important; + font-family: var(--group-chat-font) !important; font-weight: 200 !important; font-size: 25px; letter-spacing: 0.2px; From d3710f2e626406b31245f77676196abb7d254b0b Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 16:25:22 +0600 Subject: [PATCH 41/44] fix: updated to new classNames Come on discord. Why don't you settle down? --- dark.mode.css | 2 +- light.mode.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dark.mode.css b/dark.mode.css index 4d55b67..a594280 100644 --- a/dark.mode.css +++ b/dark.mode.css @@ -3695,7 +3695,7 @@ html.theme-dark .overlay_a8795b .lookFilled_dd4f85 { } /*Fix for the user mask in Settings*/ -html.theme-dark .mask_c3e427 mask circle { +html.theme-dark .mask_d5fdb1 mask circle { visibility: hidden; } diff --git a/light.mode.css b/light.mode.css index fd419e9..280bfb0 100644 --- a/light.mode.css +++ b/light.mode.css @@ -3478,7 +3478,7 @@ html.theme-light .overlay_a8795b .lookFilled_dd4f85 { } /*Fix for the user mask in Settings*/ -html.theme-light .mask_c3e427 mask circle { +html.theme-light .mask_d5fdb1 mask circle { visibility: hidden; } From 621e4514a16db49321467c2c826078bb14675f08 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 16:33:06 +0600 Subject: [PATCH 42/44] fix: added the missing comment block --- chillax.theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 9e1cebf..b7ab793 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -11,14 +11,14 @@ /* ⸙ ──── ──── ───── ❝ 𝐚𝐥𝐥 𝐫𝐢𝐠𝐡𝐭 𝐡𝐞𝐫𝐞 ❞ ───── ──── ──── ⸙ ╭─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻🂡༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╮ - █████╗   ██╗ ██╗  ██╗  ██╗  ██╗   █████╗   ██╗ ██╗ - ██╔══██╗  ██║ ██║  ██║  ██║  ██║  ██╔══██╗  ╚██╗██╔╝ + █████╗   ██╗ ██╗  ██╗  ██╗  ██╗   █████╗   ██╗ ██╗ + ██╔══██╗  ██║ ██║  ██║  ██║  ██║  ██╔══██╗  ╚██╗██╔╝ || ██║ ╚═╝  ███████║  ██║  ██║  ██║  ███████║   ╚███╔╝ || - ██║ ██╗  ██╔══██║  ██║  ██║  ██║  ██╔══██║   ██╔██╗ - ╚█████╔╝  ██║ ██║  ██║  ███████╗ ███████╗ ██║ ██║  ██╔╝╚██╗ - ╚════╝   ╚═╝ ╚═╝  ╚═╝  ╚══════╝ ╚══════╝ ╚═╝ ╚═╝  ╚═╝ ╚═╝ + ██║ ██╗  ██╔══██║  ██║  ██║  ██║  ██╔══██║   ██╔██╗ + ╚█████╔╝  ██║ ██║  ██║  ███████╗ ███████╗ ██║ ██║  ██╔╝╚██╗ + ╚════╝   ╚═╝ ╚═╝  ╚═╝  ╚══════╝ ╚══════╝ ╚═╝ ╚═╝  ╚═╝ ╚═╝ ╰─ ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ -ˋˏ ༻-༺ ˎˊ- ━━━━━━━━━ ━━━━━━━ ━━━━━━━━━ ─╯ - +*/ /* CHILLAX theme entry point */ @import url("https://warrayquipsome.github.io/Chillax/chillax.css"); From 9a85257cc9f6d7ea94a8b8481101fc12d7d35b39 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 18:15:13 +0600 Subject: [PATCH 43/44] bump: added semantic version bump --- chillax.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chillax.theme.css b/chillax.theme.css index b7ab793..63e8731 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -2,7 +2,7 @@ * @name Chillax * @author Chillax Squad * @authorLink https://github.com/warrayquipsome/Chillax#Authors - * @version 1.5.1 + * @version 1.5.3 * @invite DrfX6286kF * @description The theme where calm meets customization. * @source https://github.com/warrayquipsome/Chillax From 4386c3d5eed11f6b2f00b2b9a03c9be30e438dc4 Mon Sep 17 00:00:00 2001 From: Inmoresentum Date: Sat, 7 Sep 2024 18:51:24 +0600 Subject: [PATCH 44/44] chore: added more comments in chillax.theme.css for user's ease of understanding --- chillax.theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chillax.theme.css b/chillax.theme.css index 63e8731..ce80378 100644 --- a/chillax.theme.css +++ b/chillax.theme.css @@ -75,7 +75,7 @@ --edited-message: " EDITED ✎ "; --font-name: Poppins; --font-size: 13px; - --group-chat-font: "Monoton"; + --group-chat-font: "Monoton"; /* change this to change the group chat's default font */ /*glow radial status*/ /*must end in px*/ @@ -109,7 +109,7 @@ --settingsmodalheight: 80vh; /* avatar only member list */ - --memberlist-border-radius: 25px; + --memberlist-border-radius: 25px; /* can be in `px`, `rem`, `em` */ /* placeholder texts/values */ /* input fields */ @@ -118,6 +118,7 @@ --chillax-input-field-locked: "Life is so much easier when you just take a moment to chill"; /* typing indicator: when a single person is typing */ --chillax-input-typing-indicator-one-person: "is smashing some buttons"; + /* typing indicator: when more than one person is typing */ --chillax-input-typing-indicator-many-person: "are smashing some buttons"; /* scroller (by default transparent) */