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; align-items: center;
justify-content: 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 { .view-src {
display: none; display: none;
} }

View file

@ -2,7 +2,7 @@
cursor: text; cursor: text;
display: block; display: block;
padding: 10px; padding: 10px;
width: 90%; width: 95%;
} }
.editable[contenteditable="true"] { .editable[contenteditable="true"] {
outline: 3px solid #efefef; outline: 3px solid #efefef;