mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
show arrow on mini download list
This commit is contained in:
@@ -42,4 +42,20 @@ body {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
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} />
|
||||
</MiniDialog>
|
||||
<div className="arrow-down"></div>
|
||||
</div> : null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user