mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
improve downloads section
This commit is contained in:
@@ -9,4 +9,21 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user