handle deleted better in sync and tui

This commit is contained in:
Tim Bendt
2025-05-02 12:18:31 -04:00
parent 615aeda3b9
commit 08eb4ee0cf
5 changed files with 27 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ EnvelopeHeader {
dock: top;
margin-top: 1;
width: 100%;
height: 1;
max-height: 2;
tint: $primary 10%;
}
@@ -49,8 +49,11 @@ ListView {
.header_key {
tint: gray 20%;
min-width: 10;
}
.header_value {
padding:0 1 0 0;
height: auto;
width: auto;
}