mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
make task action button little bigger in mobile style
This commit is contained in:
parent
b7b9e963c6
commit
9ec4156ea5
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ h2 { margin:0; margin-bottom:2px; font-size:1rem; }
|
|||
.task-note-block { margin-left:0px; border-left:1px solid #777777; background:none; padding-left:4px; display:none; }
|
||||
body[dir="rtl"] .task-note-block { border-left:none; border-right:1px solid #777777; padding-left:0; padding-right:4px; }
|
||||
.task-note-area textarea { width:95%; }
|
||||
.taskactionbtn { padding: 0.4rem; }
|
||||
|
||||
#tasklist li .task-through { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
|
||||
#tasklist li:hover { background-color:#ffffff; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue