added sessions support

This commit is contained in:
David Meincke
2023-05-12 09:44:36 +02:00
parent d3a0bd984e
commit e0c998cfac
13 changed files with 533 additions and 11 deletions
@@ -34,6 +34,13 @@ resize-handle[dir="vertical"][place='top'] {
bottom: auto;
}
resize-handle[dir="horizontal"][place='right'] {
top: 0;
bottom: 0;
right: 0;
left: auto;
}
#fixed-resize-overlay {
position: fixed;
left: 0;