css cleanup

This commit is contained in:
Anthony Stirling
2023-06-01 23:12:55 +01:00
parent 019a502490
commit 7bdb2615d4
13 changed files with 292 additions and 326 deletions

View File

@@ -0,0 +1,25 @@
.list-group-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.filename {
flex-grow: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 10px;
}
.arrows {
flex-shrink: 0;
display: flex;
justify-content: flex-end;
}
.move-up span,
.move-down span {
font-weight: bold;
font-size: 1.2em;
}