update beeper beta theme

This commit is contained in:
notfire 2025-03-04 16:51:04 -05:00
parent a0c9450411
commit ea14120f9f
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -3,7 +3,8 @@
* by notfire (v0.1) */
/* changelog:
* v0.1 - initial version
* v0.1.0 - initial version
* v0.1.1 - remove scroll bar added in v4.0.494
*/
:root {
@ -38,3 +39,8 @@
div:has(div.isSelected) + div div {
border-top: none !important;
}
/* gets rid of scroll bar under "inbox", "unread", etc after v4.0.494 */
._wrapper_ezxwr_1 {
overflow-x: hidden;
}