mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46:34 +00:00
Change toggle touch target size to 48x48 by adding padding and compensating for it with margin. (#172)
This commit is contained in:
parent
5d6cd514ab
commit
aeb82117eb
@ -18,7 +18,8 @@
|
|||||||
paper-toggle-button {
|
paper-toggle-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
--paper-toggle-button-label-spacing: 0;
|
--paper-toggle-button-label-spacing: 0;
|
||||||
padding: 9px 0;
|
padding: 13px 5px;
|
||||||
|
margin: -4px -5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user