folder request

This commit is contained in:
Torsten Schulz
2023-06-16 13:00:55 +02:00
parent 1bd90f008b
commit 1c6f08b77a

View File

@@ -193,4 +193,17 @@ footer > a{
vertical-align: top;
height: 100%;
}
.emailinbox {
display: flex;
height: 100%;
}
.emailinbox-headers {
width: calc(100% - 20em);
overflow: auto;
}
.emailinbox-folders {
width: 20em;
background-color: #e0e0e0;
padding: 1em;
margin-right: -0.5em;
}