diff --git a/discord/themes/redesign/import.css b/discord/themes/redesign/import.css index f0c167d..f598956 100644 --- a/discord/themes/redesign/import.css +++ b/discord/themes/redesign/import.css @@ -1,5 +1,4 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); -@import url("https://lazuee.github.io/css-snippets/discord/sidebar-notice/import.css"); :root { --notice-margin-top: calc(57px + var(--space)); @@ -8,6 +7,7 @@ --notice-height-join: 160px; --notice-height-welcome: 155px; --notice-height-premium: 150px; + --notice-height-warning: 158px; } :root { @@ -27,7 +27,7 @@ body, html { - font-size: 11px; + font-size: 12px; tab-size: 4; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; @@ -111,7 +111,7 @@ html { } .circleIconButton_db6521 { - color: var(--green-360); + color: var(--text-normal); &:hover, &.selected_db6521 { @@ -619,14 +619,6 @@ html { } } } - - >.thin_eed6a8>ul { - - >[style="height: 84px;"], - >[style="height: 16px;"] { - height: 183px !important; - } - } } >div:has([class^="channelNotice_"])>div { @@ -656,7 +648,7 @@ html { } } - &:has([class*="discoverHeader_"]) { + &:has(.discoverHeader_b992d4) { .sidebarContainer_a3a4ce { scrollbar-width: none; background-color: var(--background-secondary); @@ -798,18 +790,9 @@ html { } &:has(.notice_be03aa) { - .container_fa295b { - &:before { - content: ""; - display: flex; - position: relative; - height: var(--notice-height) !important; - width: 100%; - } - } - - &:not(:has(.channelNotice_a6cd4e)) { - --notice-margin-top: calc(183px + var(--space)); + &:not(:has(.channelNotice_a6cd4e)):has(.animatedContainer_fd6364) { + --notice-margin-top: calc(184px + var(--space)); + --notice-height-add: var(--notice-margin-top); } div.notice_be03aa { @@ -830,6 +813,28 @@ html { } } +.members_cbd271 { + h3.membersGroup_cbd271 { + margin-bottom: 8px; + } + + .member_a31c43>div { + border-radius: calc(var(--border-radius) - 4px); + padding-right: 16px; + + .activity_a31c43 { + display: none; + } + + &:has(.activity_a31c43):hover { + + .activity_a31c43 { + display: flex; + } + } + } +} + .layerContainer_cd0de5 { .layer_c9e2da { .separator_f9a4c9 {