mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
update
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: -20px;
|
margin-left: -3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.old-history-main .go-back:hover {
|
.old-history-main .go-back:hover {
|
||||||
@@ -89,3 +89,9 @@
|
|||||||
.old-history-more-operation i:hover {
|
.old-history-more-operation i:hover {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.old-history-main .go-back {
|
||||||
|
margin-left: -2rem;
|
||||||
|
}
|
||||||
|
}
|
@@ -216,7 +216,6 @@ class FileHistory extends React.Component {
|
|||||||
<span className="fas fa-chevron-left"></span>
|
<span className="fas fa-chevron-left"></span>
|
||||||
</a>
|
</a>
|
||||||
<h2><span className="file-name">{fileName}</span>{' '}{gettext('History Versions')}</h2>
|
<h2><span className="file-name">{fileName}</span>{' '}{gettext('History Versions')}</h2>
|
||||||
<p>{gettext('A new version will be generated after each modification, and you can restore the file to a previous version.')}</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{this.state.isLoading && <Loading />}
|
{this.state.isLoading && <Loading />}
|
||||||
|
Reference in New Issue
Block a user