diff --git a/themes/beeper-beta-oled-theme.css b/themes/beeper-beta-oled-theme.css index 0766379..2439cf5 100755 --- a/themes/beeper-beta-oled-theme.css +++ b/themes/beeper-beta-oled-theme.css @@ -1,10 +1,11 @@ /* a shitty oled theme for beeper! * but for the new version now! - * by notfire (v0.1) */ + * by notfire */ /* changelog: * v0.1.0 - initial version * v0.1.1 - remove scroll bar added in v4.0.494 + * v0.1.2 - fix dividers between chats */ :root { @@ -32,7 +33,7 @@ anchor-name: none; } /* why is this the reason that the weird border exists? */ -.virtual-list div div:nth-child(n + 4) > :not(.isSelected) { +.virtual-list div div:nth-child(n + 5) > :not(.isSelected) { border-top: 1px solid var(--color-border-neutrals-weak); } @@ -40,7 +41,11 @@ div:has(div.isSelected) + div div { border-top: none !important; } +._wrapper_w7l5p_8 { + --content-anchor-name: none !important; +} + /* gets rid of scroll bar under "inbox", "unread", etc after v4.0.494 */ ._wrapper_ezxwr_1 { overflow-x: hidden; -} \ No newline at end of file +}