Increase touch target of menu button with notifications (#3527)

This commit is contained in:
Paulus Schoutsen
2019-08-25 22:08:49 -07:00
committed by GitHub
parent b624b363bd
commit 3709c13975

View File

@@ -127,6 +127,7 @@ class HaMenuButton extends LitElement {
position: relative;
}
.dot {
pointer-events: none;
position: absolute;
background-color: var(--accent-color);
width: 12px;