mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
30 lines
373 B
CSS
30 lines
373 B
CSS
.DownloadSection span {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
}
|
|
|
|
.DownloadSection {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
|
|
margin: 6px 0px;
|
|
}
|
|
|
|
.DownloadTitle {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.DownloadPath {
|
|
text-overflow: ellipsis;
|
|
width: 250px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.DownloadStatus {
|
|
text-align: right;
|
|
}
|