update beeper beta theme
This commit is contained in:
parent
a0c9450411
commit
ea14120f9f
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Reference in a new issue