mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-15 18:55:56 +00:00
23 lines
332 B
CSS
23 lines
332 B
CSS
![]() |
.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;
|
||
|
}
|
||
|
.arrows .btn {
|
||
|
margin: 0 3px;
|
||
|
}
|
||
|
|
||
|
.move-up span,
|
||
|
.move-down span {
|
||
|
font-weight: bold;
|
||
|
font-size: 1.2em;
|
||
|
}
|