优化ToDoList页面模板移动端适配
This commit is contained in:
parent
70516acbd6
commit
2b67ac4099
|
@ -124,9 +124,13 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
#todolist-left, #todolist-right {
|
||||
#todolist-left-container, #todolist-right-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#todolist-left, #todolist-right {
|
||||
padding: 0 0 0 0
|
||||
}
|
||||
}
|
||||
|
||||
[data-theme=dark] .todolist-item {
|
||||
|
|
Loading…
Reference in New Issue