update mobile
This commit is contained in:
parent
b0ec060f24
commit
8c0d960b03
2 changed files with 14 additions and 1 deletions
13
src/App.css
13
src/App.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue