commit | bdb7ce0a715725ea158db7b5c53058b02312fd20 | [log] [tgz] |
---|---|---|
author | Sabina Leaver <100027607@mvla.net> | Sun Mar 06 15:51:17 2022 -0800 |
committer | Sabina Leaver <100027607@mvla.net> | Sun Mar 06 15:51:17 2022 -0800 |
tree | b6f4d94be357c418679115ccc2a4be6aeba38a61 | |
parent | 1629151fd055062ab1ec1999541f646872e9203f [diff] [blame] |
Disable double-tap to zoom on mobile view of scouting website Signed-off-by: Sabina Leaver <100027607@mvla.net> Change-Id: I48064f56ad560ce7b7d91bef63ac68453b5f8ce9
diff --git a/scouting/www/entry/entry.component.css b/scouting/www/entry/entry.component.css index 2cb500f..7cbc6d7 100644 --- a/scouting/www/entry/entry.component.css +++ b/scouting/www/entry/entry.component.css
@@ -15,10 +15,14 @@ } textarea { - width: 300px; - height: 150px; + width: 300px; + height: 150px; } .error_message { - color: red; + color: red; +} + +button { + touch-action: manipulation; }