优化ToDoList页面模板移动端适配

This commit is contained in:
roozen 2023-07-23 15:56:45 +08:00
parent 70516acbd6
commit 2b67ac4099
1 changed files with 5 additions and 1 deletions

View File

@ -124,9 +124,13 @@
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
#todolist-left, #todolist-right { #todolist-left-container, #todolist-right-container {
width: 100%; width: 100%;
} }
#todolist-left, #todolist-right {
padding: 0 0 0 0
}
} }
[data-theme=dark] .todolist-item { [data-theme=dark] .todolist-item {