mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-04 09:25:16 +01:00
show arrow on mini download list
This commit is contained in:
@@ -43,3 +43,19 @@ body {
|
|||||||
top: 40%;
|
top: 40%;
|
||||||
left: 12%;
|
left: 12%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arrow-down {
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-left: 50px solid transparent;
|
||||||
|
border-right: 50px solid transparent;
|
||||||
|
border-top: 50px solid transparent;
|
||||||
|
|
||||||
|
/* Colored section */
|
||||||
|
border-top: 50px solid #fff;
|
||||||
|
|
||||||
|
position: fixed;
|
||||||
|
top: 73%;
|
||||||
|
left: 15%;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -71,6 +71,7 @@ class App extends React.Component<IProps, IState> {
|
|||||||
}}>
|
}}>
|
||||||
<DownloadList downloadManager={downloadHandler} />
|
<DownloadList downloadManager={downloadHandler} />
|
||||||
</MiniDialog>
|
</MiniDialog>
|
||||||
|
<div className="arrow-down"></div>
|
||||||
</div> : null
|
</div> : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user