mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-12 07:32:37 +01:00
Add padding for the input boxes on the todo form
This makes them easier to hit on mobile with a finger. The 8 pixel value is an arbitrary number not really based on anything other than the fact that it looked better than the lower numbers I tried.
This commit is contained in:
parent
f234fbd4e8
commit
811d5321c2
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ table.c {
|
||||||
|
|
||||||
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
|
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
padding: 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-prev-project {
|
.next-prev-project {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue