webthrottle: CSS fixes for iOS/iPadOS

Dieser Commit ist enthalten in:
Reinder Feenstra 2025-01-19 21:21:39 +01:00
Ursprung ed7e0bc6da
Commit 990f5cbac4

Datei anzeigen

@ -85,6 +85,7 @@ html
{
font-family: sans-serif;
height: -webkit-fill-available;
touch-action: manipulation; /* disable iOS double tap zoom */
}
body
@ -153,6 +154,7 @@ button.control,
select.control
{
background-color: #bb86fc;
color: black;
border: none;
border-radius: 1.5rem;
cursor: pointer;