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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue