Skip to content

Commit

Permalink
Fixes iOS zoom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
axelknock committed Mar 10, 2024
1 parent 1eb0dc2 commit 5c78867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timetagger/app/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,17 +671,17 @@ def __init__(self, node, callback, t1, t2, mode):
</div>
<div>
<span><i class='fas' style='color:#999; vertical-align:middle;'>\uf144</i></span>
<input type='date' step='1' style='font-size: 70%;' />
<input type='date' step='1' style='font-size: 16px;' />
<span style='display: flex;'>
<input type='text' style='flex:1; min-width: 50px; font-size: 80%;' />
<input type='text' style='flex:1; min-width: 50px; font-size: 16px;' />
<button type='button' style='width:2em; margin-left:-1px;'>+</button>
<button type='button' style='width:2em; margin-left:-1px;'>-</button>
</span>
<span></span>
<span><i class='fas' style='color:#999; vertical-align:middle;'>\uf28d</i></span>
<input type='date' step='1' style='font-size: 70%;' />
<input type='date' step='1' style='font-size: 16px;' />
<span style='display: flex;'>
<input type='text' style='flex:1; min-width: 50px; font-size: 80%;' />
<input type='text' style='flex:1; min-width: 50px; font-size: 16px;' />
<button type='button' style='width:2em; margin-left:-1px;'>+</button>
<button type='button' style='width:2em; margin-left:-1px;'>-</button>
</span>
Expand Down

0 comments on commit 5c78867

Please sign in to comment.