1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Change toggle touch target size to 48x48 by adding padding and compensating for it with margin. (#172)

This commit is contained in:
andrey-git
2017-01-07 01:01:51 +02:00
committed by Paulus Schoutsen
parent 5d6cd514ab
commit aeb82117eb

View File

@@ -18,7 +18,8 @@
paper-toggle-button {
cursor: pointer;
--paper-toggle-button-label-spacing: 0;
padding: 9px 0;
padding: 13px 5px;
margin: -4px -5px;
}
</style>