From f03248db85513d90f5c3f9abbd3a2f9486aaeefd Mon Sep 17 00:00:00 2001 From: Er2 Date: Sat, 17 Sep 2022 12:08:10 +0300 Subject: [PATCH] bugfixes --- btfl.less | 1 - src/hide.less | 10 +++++++++- src/style.less | 39 ++++++++++++++++++++++++++++++++++----- 3 files changed, 43 insertions(+), 7 deletions(-) diff --git a/btfl.less b/btfl.less index 7464d3f..069cc52 100644 --- a/btfl.less +++ b/btfl.less @@ -5,7 +5,6 @@ @no-nitro: true; @no-banner: false; -@verifies: true; @round: 8px; @rounder: 16px; diff --git a/src/hide.less b/src/hide.less index fc814c2..1327a94 100644 --- a/src/hide.less +++ b/src/hide.less @@ -32,7 +32,10 @@ button[class*="followButton-"], // at top in channels [class^="nowPlaying"], // in friends tab div[class^="threadSuggestionBar-"], // create thread because many replies div[class^="welcomeCTA-"], // wave to say hi on server -div[role="separator"]:not([id$="new-messages-bar"]), // aren't needed +.divider-IqmEqJ .content-3spvdd, // date in divider +.spine-29OFwR, // threads svg +.mainContent-20q_Hp .subtitle-3PyFgf, // forum subtitle +.scrollerInner-2PPAp2 div.box-2iMsQm, // start the conversation in forum div[class^="channelNotice-"], // sh** at bottom of server name like invite people, server boost etc. h2[class^="privateChannelsHeaderContainer"], // direct messages label @@ -80,3 +83,8 @@ div[class^="overviewSidebar-"], // at community creation, not needed form::before, // message input shadow div[class^="children-"]::after, // shadow at title { &:extend(.hide); } + +.container-3wLKDe { + background: unset !important; +} + diff --git a/src/style.less b/src/style.less index 876e4ee..eaf91a1 100644 --- a/src/style.less +++ b/src/style.less @@ -84,11 +84,14 @@ article[class^="embed"] { div[class^="layer-"] > div[class^="container-"], div[class^="base-"] div[class^="content-"] > div:nth-child(2), div[class^="guildList-"] div[class^="container-"], - div[class^="container"] > div, div[class^="chat-"] > div[class^="content-"], div.focusLock-2tveLW .wrapper-2bCXfR, { &:extend(.rounder); } +div.avatarWrapper-1B9FTW { + .radius(@rounder) !important; +} + div[class^="auditLog"] { div[class^="headerExpanded-"] { .bottom-border(); } @@ -240,9 +243,35 @@ div[id^="message-accessories-"] { } } -// Verified! -.vrf() when (@verifies = true) { - .verify('785219544364351499'); +div.saveNoticeContainer-3t-pI1 { + width: calc(100% - 60pt); +} + +#channels ul { + & > li.containerDefault-YUSmu3, + & > li.container-1Bj0eq { + margin-left: @round; + } + div.content-1gYQeQ { + margin: 0; + } + .unread-36eUEm { + left: -@round; + } +} + +.spoilerText-27bIiA { + &.hidden-3B-Rum { + &:extend(.acrylic all); + position: relative; + background: unset !important; + user-select: none; + } + .inlineContent-2YnoDy { + opacity: 1 !important; + margin: 0 (@round / 2); + z-index: -2; + position: relative; + } } -.vrf();