2024-02-16 22:49:06 +01:00
|
|
|
.list-group-item {
|
2023-07-18 22:04:18 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2024-02-11 11:47:00 -05:00
|
|
|
|
2023-07-18 22:04:18 +01:00
|
|
|
.filename {
|
|
|
|
flex-grow: 1;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2024-02-11 11:47:00 -05:00
|
|
|
|
2023-07-18 22:04:18 +01:00
|
|
|
.arrows {
|
|
|
|
flex-shrink: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
.arrows .btn {
|
|
|
|
margin: 0 3px;
|
|
|
|
}
|
2024-02-11 11:47:00 -05:00
|
|
|
|
2023-07-18 22:04:18 +01:00
|
|
|
.move-up span,
|
|
|
|
.move-down span {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|