beeper stop fucking up my theme challenge

This commit is contained in:
notfire 2025-03-25 17:28:46 -04:00
parent b66b008244
commit 83508ab5f4
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -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,6 +41,10 @@ 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;