Fuckkk yeah, working mapping-adding

This commit is contained in:
3wc
2023-10-29 21:49:26 +00:00
parent 6b8b4c380e
commit f7edf18391
2 changed files with 236 additions and 9 deletions

View File

@ -13,3 +13,34 @@ DataTable:focus .datatable--cursor {
#filter {
display: none;
}
ActivityEditScreen, ActivityMappingScreen {
align: center middle;
}
ActivityMappingScreen > Vertical {
padding: 0 1;
width: auto;
height: 30;
border: thick $background 80%;
background: $surface;
}
ActivityMappingScreen Horizontal {
align: left middle;
width: auto;
}
ActivityMappingScreen Label {
padding: 0 1;
width: auto;
border: blank;
}
ActivityMappingScreen AutoComplete {
width: 80;
}
#description, #tags {
width: 30;
}