Task lists WIP:

* responsive for the task app
This commit is contained in:
John Livingston
2024-05-12 15:38:11 +02:00
parent 0c4a5999f8
commit 5c9733147b
2 changed files with 24 additions and 7 deletions

View File

@ -30,4 +30,13 @@
overflow-y: auto;
}
}
&[livechat-converse-root-width="small"],
&[livechat-converse-root-width="medium"] {
converse-muc-chatarea livechat-converse-muc-task-app:not(.hidden) ~ * {
// on small and medium width, we hide all subsequent siblings of the task app
// (when app is not hidden)
display: none !important;
}
}
}