From 0cbeb5e7ef8618f0c00c14ed7371913bd433d7d2 Mon Sep 17 00:00:00 2001 From: KingGamingYT <45918062+KingGamingYT@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:42:34 -0500 Subject: [PATCH] other profile + twitch fixes --- src/components/profile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/profile.css b/src/components/profile.css index 12b3f04..93f72e8 100644 --- a/src/components/profile.css +++ b/src/components/profile.css @@ -1345,6 +1345,9 @@ section .headings_ba4d80:has(+.root_e6f2d0) /*"roles" header on bots*/ { padding-bottom: 80px; } } +:has(.statusBubble_af9888) .headerInner_b9fccc .headerButtons_b9fccc { /* this is needed for some reason */ + margin-top: 5px; +} .inner_c69a7b.fullSize_c69a7b .details_ae1fa2 .text-xs\/normal_dc00ef { font-size: 14px; @@ -1435,6 +1438,11 @@ section .headings_ba4d80:has(+.root_e6f2d0) /*"roles" header on bots*/ { background: #fff !important; } } +:is(.fullSize_c69a7b) :has(.avatar_f94206 > .wrapper_c51b4e > .svg_c51b4e.mask_c51b4e > .pointerEvents_c51b4e[mask="url(#svg-mask-status-streaming)"]) .grow_dd4f85.fullWidth_dd4f85.sizeSmall_dd4f85.primary_f9d37d.themeColor_f9d37d.colorPrimary_dd4f85.lookFilled_dd4f85.button_dd4f85.button_f9d37d { + color: #fff !important; + background: unset; + border: solid 1px; +} :has(.tabBarItem_ecc04c:nth-child(4)) .headerInner_b9fccc rect:not(path ~ rect) { fill: #fff !important; }