From d1c8f417a534bca58b08fd87e1e70b193a87bce1 Mon Sep 17 00:00:00 2001 From: TakosThings Date: Sun, 7 Apr 2024 14:47:34 +0000 Subject: [PATCH] Deployment from Action 831f6059afcc618d1f5556db4b671b481d5e98ab --- Fluent-Discord.css | 92 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 80 insertions(+), 12 deletions(-) diff --git a/Fluent-Discord.css b/Fluent-Discord.css index bd798d1..f420542 100644 --- a/Fluent-Discord.css +++ b/Fluent-Discord.css @@ -78,14 +78,16 @@ .theme-dark .tabBar__35f81, .theme-dark .tabBar__22a9a, .theme-dark .settingsTabBar_feac86, -.theme-dark .tabBar_a685ae { +.theme-dark .tabBar_a685ae, +.theme-dark .top_fae1fa { border-bottom: 0; } .theme-dark .tabBar_d4764b .item__48dda, .theme-dark .tabBar__35f81 .item__48dda, .theme-dark .tabBar__22a9a .item__48dda, .theme-dark .settingsTabBar_feac86 .item__48dda, -.theme-dark .tabBar_a685ae .item__48dda { +.theme-dark .tabBar_a685ae .item__48dda, +.theme-dark .top_fae1fa .item__48dda { font-feature-settings: "rclt" 0; font-size: 14px; font-style: normal; @@ -98,21 +100,24 @@ .theme-dark .tabBar__35f81 .item__48dda:hover, .theme-dark .tabBar__22a9a .item__48dda:hover, .theme-dark .settingsTabBar_feac86 .item__48dda:hover, -.theme-dark .tabBar_a685ae .item__48dda:hover { +.theme-dark .tabBar_a685ae .item__48dda:hover, +.theme-dark .top_fae1fa .item__48dda:hover { color: rgba(255, 255, 255, 0.786); } .theme-dark .tabBar_d4764b .item__48dda.selected_a523ff, .theme-dark .tabBar__35f81 .item__48dda.selected_a523ff, .theme-dark .tabBar__22a9a .item__48dda.selected_a523ff, .theme-dark .settingsTabBar_feac86 .item__48dda.selected_a523ff, -.theme-dark .tabBar_a685ae .item__48dda.selected_a523ff { +.theme-dark .tabBar_a685ae .item__48dda.selected_a523ff, +.theme-dark .top_fae1fa .item__48dda.selected_a523ff { border: 0; } .theme-dark .tabBar_d4764b .item__48dda.selected_a523ff::before, .theme-dark .tabBar__35f81 .item__48dda.selected_a523ff::before, .theme-dark .tabBar__22a9a .item__48dda.selected_a523ff::before, .theme-dark .settingsTabBar_feac86 .item__48dda.selected_a523ff::before, -.theme-dark .tabBar_a685ae .item__48dda.selected_a523ff::before { +.theme-dark .tabBar_a685ae .item__48dda.selected_a523ff::before, +.theme-dark .top_fae1fa .item__48dda.selected_a523ff::before { content: ""; width: 16px; height: 3px; @@ -126,7 +131,8 @@ .theme-dark .tabBar__35f81 .item__48dda .textBadge_f05120, .theme-dark .tabBar__22a9a .item__48dda .textBadge_f05120, .theme-dark .settingsTabBar_feac86 .item__48dda .textBadge_f05120, -.theme-dark .tabBar_a685ae .item__48dda .textBadge_f05120 { +.theme-dark .tabBar_a685ae .item__48dda .textBadge_f05120, +.theme-dark .top_fae1fa .item__48dda .textBadge_f05120 { background-color: #2E2E2E !important; font-size: 12px; font-weight: 400; @@ -769,9 +775,11 @@ line-height: 20px; } +.theme-dark .thin__62e51::-webkit-scrollbar, .theme-dark .thin_b1c063::-webkit-scrollbar { width: 6px; } +.theme-dark .thin__62e51::-webkit-scrollbar-thumb, .theme-dark .thin_b1c063::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.5442); } @@ -1354,7 +1362,6 @@ html[lang^=en-].theme-dark .panels__58331 .button__581d0:not(.rtcConnectionStatu .theme-dark .content__01e65 { height: calc(100% - 1px); padding: 0; - background-color: rgba(58, 58, 58, 0.3); border-top: 1px solid rgba(0, 0, 0, 0.25); border-left: 1px solid rgba(0, 0, 0, 0.25); border-radius: 8px 0 0 0; @@ -1410,8 +1417,6 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { .chatContent_f087cb { background-color: rgba(58, 58, 58, 0.3); - border-top: 1px solid rgba(0, 0, 0, 0.25); - border-left: 1px solid rgba(0, 0, 0, 0.25); border-radius: 8px 0 0 0; } .chatContent_f087cb::before { @@ -1605,6 +1610,10 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { border-radius: 8px; } +.markup_a7e664 code { + background-color: rgba(58, 58, 58, 0.3); +} + .compact_e39360 .blockedSystemMessage_d1b25e { margin-left: -5ch; } @@ -1631,6 +1640,10 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { display: none; } +.avatarDecoration__8a0c2 { + display: var(--fluent-show-avatar-decorations); +} + .wrapper-3HVHpV { background-color: transparent; } @@ -2200,6 +2213,15 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { display: none; } +.theme-dark .chat_f8f70f { + border-top: 1px solid rgba(0, 0, 0, 0.25); + border-left: 1px solid rgba(0, 0, 0, 0.25); + border-radius: 8px 0 0 0; +} +.theme-dark .chat_f8f70f::before { + display: none; +} + .theme-dark .chat__52833.threadSidebarOpen__62c31 { border-radius: 0; } @@ -2207,6 +2229,9 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { border-right: 1px solid rgba(0, 0, 0, 0.25); border-radius: 8px 8px 0 0; } +.theme-dark .chat__52833.threadSidebarOpen__62c31 .chatContent_f087cb { + border-radius: 8px 8px 0 0; +} .theme-dark .resizeHandle_cc9d34 { position: relative; @@ -2814,6 +2839,7 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { font-family: "Segoe Fluent Icons", "Segoe MDL2 Assets"; color: rgba(var(--fluent-text-on-accent-color), 100%); font-size: 10px; + line-height: 1.5; } .theme-dark .guilds__2b93a .iconBadge__19638.isCurrentUserConnected__3bd70 svg { display: none; @@ -2927,6 +2953,10 @@ html[lang^=en-].theme-dark .wrapper__4e6b6 .button_d4bf9b[aria-label] svg { line-height: 16px; } +.avatarDecoration_cf681a { + display: var(--fluent-show-avatar-decorations); +} + .theme-dark .chat__52833 .search__07df0 { margin: 0 4px 0 0; } @@ -3285,6 +3315,7 @@ html[lang^=en-].theme-dark .toolbar__62fb5 .iconWrapper_de6cd1 .controlIcon-35oS margin-left: 8px; background-color: rgba(255, 255, 255, 0.0605); border: 1px solid rgba(255, 255, 255, 0.0698); + border-radius: 4px; color: #FFF; } .theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .rightTrayIcon__38c41:hover { @@ -3296,6 +3327,35 @@ html[lang^=en-].theme-dark .toolbar__62fb5 .iconWrapper_de6cd1 .controlIcon-35oS .theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .rightTrayIcon__38c41 svg { width: 16px; } +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .rightTrayIcon__38c41 .volumeButton__47cae { + width: 34px; + height: 34px; +} +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .mediaBarInteractionVolume_cc44ff { + height: 32px; + padding: 0 16px; + background-color: #2C2C2C; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 4px; +} +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .mediaBarWrapper_e90a7a { + height: 4px; + background-color: rgba(255, 255, 255, 0.5442); + border-radius: 2px; +} +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .mediaBarProgress_a3b7f1 { + background-color: hsl(var(--fluent-accent-hue-sat), calc(var(--fluent-accent-lightness) + 15%)); + border-radius: 2px; +} +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .mediaBarGrabber__1d527 { + background-color: hsl(var(--fluent-accent-hue-sat), calc(var(--fluent-accent-lightness) + 15%)); + border: 4px solid #454545; + border-radius: 50%; + top: -2px; +} +.theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .fakeEdges_bbed67::before, .theme-dark .wrapper__6bf2d .videoControls_af6621 .bottomControls__72d8d .fakeEdges_bbed67::after { + display: none; +} .theme-dark .wrapper__6bf2d .tile_f5f57f { background-color: rgba(255, 255, 255, 0.0419); border: 1px solid transparent; @@ -5979,7 +6039,7 @@ html[lang^=en-].theme-dark .container_bd15da .actionButton__2b4bb svg { opacity: 1; } } -.contentColumn__5f80b > div:first-child { +.contentColumn__5f80b > * { animation: fluent-settings-pages-transition 250ms cubic-bezier(0, 0, 0, 1); } @@ -6080,7 +6140,7 @@ html[lang^=en-].theme-dark .container_bd15da .actionButton__2b4bb svg { color: rgba(255, 255, 255, 0.786) !important; } .theme-dark .sidebar__02e8d .info__755e1::before { - content: "Fluent Discord 1.10.4"; + content: "Fluent Discord 1.10.5"; color: rgba(255, 255, 255, 0.786); font-size: 12px; line-height: 16px; @@ -7747,7 +7807,7 @@ html[lang^=en-].theme-dark .toolbar__62fb5 .button__581d0[aria-label^="Show Chat display: block; overflow-x: auto; padding: 0.5em; - background-color: transparent; + background-color: rgba(58, 58, 58, 0.3); } .theme-dark .hljs, .theme-dark .hljs-tag, @@ -8133,6 +8193,10 @@ html[lang^=en-].theme-dark .toolbar__62fb5 .iconWrapper_de6cd1.cursorPointer_B3u color: #b5bac1; } +html[lang^=en-].theme-dark .toolbar__62fb5 .iconWrapper_de6cd1[aria-label="Keyword Matches"] .icon_ae0b42 { + display: block; +} + .bd-sidebar-header h2 { padding: 6px 10px 6px 16px; font-feature-settings: "fina" 1, "init" 1; @@ -8163,6 +8227,10 @@ html[lang^=en-].theme-dark .toolbar__62fb5 .iconWrapper_de6cd1.cursorPointer_B3u background-color: rgba(255, 255, 255, 0.0326); } +.info__755e1 .bd-text-muted { + color: rgba(255, 255, 255, 0.786); +} + .theme-dark .bd-settings-title { margin-bottom: 32px; font-size: 28px;