update mobile

This commit is contained in:
davidwells 2018-06-13 11:46:34 -07:00
parent b0ec060f24
commit 8c0d960b03
2 changed files with 14 additions and 1 deletions

View file

@ -166,6 +166,19 @@
align-items: center;
justify-content: center;
}
.todo-list-title:hover span[contenteditable="false"]:before {
content: ''
}
.todo-list-title:hover span[contenteditable="true"]:before {
content: 'click to edit';
position: absolute;
top: -20px;
left: 9px;
font-size: 11px;
font-weight: 300;
color: #adadad;
letter-spacing: 1px;
}
.view-src {
display: none;
}