diff --git a/package.json b/package.json index a81886d..c6acb31 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,6 @@ }, "devDependencies": { "prettier": "^3.2.5" - } + }, + "packageManager": "pnpm@8.15.5+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f" } diff --git a/src/theme/chat/_textbox.scss b/src/theme/chat/_textbox.scss index 2039576..0b2edcd 100644 --- a/src/theme/chat/_textbox.scss +++ b/src/theme/chat/_textbox.scss @@ -12,10 +12,14 @@ border-left: none; border-radius: 0 var(--rounded) var(--rounded) 0; box-sizing: border-box; - &::before { + &::before, + &::after { content: none; } } + .channelTextAreaContainer__37a67 { + width: 100%; + } .channelTextArea_c2094b { margin: 0; background: var(--bg-alt); diff --git a/src/theme/modals/_modal.scss b/src/theme/modals/_modal.scss index 0033a79..b657878 100644 --- a/src/theme/modals/_modal.scss +++ b/src/theme/modals/_modal.scss @@ -1,6 +1,6 @@ @use '../mixins'; -#app-mount .root_a28985:not(.modal_d2e7a7, .carouselModal__7e22f, .root-2uUafN, .root-8LYsGj) { +#app-mount .root_a28985:not(.modal_d2e7a7, .carouselModal__7e22f, .root-2uUafN, .root_a28985) { border: 1px solid var(--border-high); border-radius: var(--rounded); background: var(--bg-content); diff --git a/src/theme/profile/_modal.scss b/src/theme/profile/_modal.scss index 0113db2..235bd8b 100644 --- a/src/theme/profile/_modal.scss +++ b/src/theme/profile/_modal.scss @@ -1,110 +1,3 @@ @use '../mixins'; @use '../assets/mono'; @use '../classes' as *; - -$banner-height: 300px; - -#app-mount { - .userProfileModalOuter_a65559 { - border-radius: var(--rounded); - width: clamp(var(--profile-modal-width), 100vmax, var(--profile-modal-width)); - height: clamp(var(--profile-modal-height), 100vmax, var(--profile-modal-height)); - padding: 0; - overflow: hidden; - display: flex; - flex-direction: column; - .bannerSVGWrapper__8a38c { - min-height: unset !important; - min-width: unset !important; - width: 100%; - border-radius: var(--rounded); - overflow: hidden; - mask: linear-gradient(white, transparent); - foreignObject { - all: unset; - mask: none; - width: 100%; - height: 100%; - } - .banner__6d414 { - height: 100%; - width: 100%; - min-height: unset; - div { - display: none; - } - } - } - .topSection-13QKHs { - margin: 0; - } - .header-S26rhB { - position: absolute; - top: 0; - width: 100%; - } - .avatar-3QF_VA { - right: 24px; - top: 24px; - left: unset; - background: hsl(0 0% 100% / 0.2); - border-color: transparent; - box-shadow: 0 0 0 12px hsl(0 0% 100% / 0.2); - circle[fill='black'] { - fill: transparent; - } - } - .headerTop-1PNKck { - position: unset; - } - .badgeList-2aoHPw { - position: absolute; - top: 224px; - right: 24px; - margin: 0; - } - } - .userProfileModalInner__99b1e { - &::before { - width: 100%; - height: 100%; - } - } - .userProfileModalOverlayBackground__7ec35 { - margin: 0; - border-radius: 0; - background: transparent; - flex: 1; - overflow: visible; - position: unset; - } - .body-1Ukv50 { - flex: 1; - overflow: visible; - height: 100px; - position: unset; - - .scrollerBase_f742b2 { - padding: 24px !important; - } - } - .container-3g15px { - padding: 12px 24px; - } - .tabBarContainer-sCZC4w { - margin: 0; - padding: 12px 12px 0; - } - .container-3g15px { - & > div:first-child { - position: absolute; - top: 24px; - left: 24px; - text-shadow: 0 2px 5px black; - } - & > div:last-child { - position: relative; - z-index: 1; - } - } -}