diff --git a/Themes/Unity/Unity.css b/Themes/Unity/Unity.css index 5c51985..b5b8ee4 100644 --- a/Themes/Unity/Unity.css +++ b/Themes/Unity/Unity.css @@ -524,6 +524,11 @@ nav.wrapper_a7e7a8 .scroller__3d071 { .form__13a2c .channelTextArea__2e60f { margin-bottom: 8px; } +.form__13a2c .channelTextArea__2e60f .threadSuggestionBar_b633f7 { + border-radius: var(--unity-border-radius); + margin-top: 5px; + box-shadow: none; +} :root.full-motion .form__13a2c .channelTextArea__2e60f { transition: margin-bottom ease-out 0.2s; } @@ -1224,7 +1229,7 @@ div[id^=popout]:not(:has(#account, [class*=userPopout])) > div { div[id^=popout] .streamPreview__1846c { background: transparent; } -div[id^=popout]::after { +div[id^=popout]:not(:has(#account)):after { height: 100%; width: 100%; content: " "; diff --git a/Themes/Unity/dist/Unity.css b/Themes/Unity/dist/Unity.css index 5c51985..b5b8ee4 100644 --- a/Themes/Unity/dist/Unity.css +++ b/Themes/Unity/dist/Unity.css @@ -524,6 +524,11 @@ nav.wrapper_a7e7a8 .scroller__3d071 { .form__13a2c .channelTextArea__2e60f { margin-bottom: 8px; } +.form__13a2c .channelTextArea__2e60f .threadSuggestionBar_b633f7 { + border-radius: var(--unity-border-radius); + margin-top: 5px; + box-shadow: none; +} :root.full-motion .form__13a2c .channelTextArea__2e60f { transition: margin-bottom ease-out 0.2s; } @@ -1224,7 +1229,7 @@ div[id^=popout]:not(:has(#account, [class*=userPopout])) > div { div[id^=popout] .streamPreview__1846c { background: transparent; } -div[id^=popout]::after { +div[id^=popout]:not(:has(#account)):after { height: 100%; width: 100%; content: " "; diff --git a/Themes/Unity/src/theme/chat/_textarea.scss b/Themes/Unity/src/theme/chat/_textarea.scss index 3319891..caa1383 100644 --- a/Themes/Unity/src/theme/chat/_textarea.scss +++ b/Themes/Unity/src/theme/chat/_textarea.scss @@ -27,6 +27,12 @@ .channelTextArea__2e60f { margin-bottom: 8px; + + .threadSuggestionBar_b633f7 { + border-radius: var(--unity-border-radius); + margin-top: 5px; + box-shadow: none; + } :root.full-motion & { diff --git a/Themes/Unity/src/theme/popouts/_index.scss b/Themes/Unity/src/theme/popouts/_index.scss index 74f71eb..76a4b49 100644 --- a/Themes/Unity/src/theme/popouts/_index.scss +++ b/Themes/Unity/src/theme/popouts/_index.scss @@ -15,7 +15,7 @@ .streamPreview__1846c { background: transparent; } - &::after { + &:not(:has(#account)):after { height: 100%; width: 100%; content: " ";