mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
[view history/snapshot/trash file] rewrote them with react
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.video-js {
|
||||
.audio-file-view .video-js {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 500px;
|
||||
height: 3em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.video-js .vjs-fullscreen-control {
|
||||
.audio-file-view .video-js .vjs-fullscreen-control {
|
||||
display: none;
|
||||
}
|
||||
|
@@ -29,12 +29,9 @@ body {
|
||||
.file-locked-icon {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
.last-modification {
|
||||
.meta-info {
|
||||
font-size: .8125rem;
|
||||
}
|
||||
.last-modification-time {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
.file-view-content {
|
||||
padding: 30px 0;
|
||||
background: #f4f4f4;
|
||||
|
9
frontend/src/css/md-file-view.css
Normal file
9
frontend/src/css/md-file-view.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.md-content {
|
||||
box-shadow: 0 0 6px #ccc;
|
||||
border: 1px solid #ccc;
|
||||
padding: 70px 75px;
|
||||
width: calc(100% - 40px);
|
||||
max-width: 950px;
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
.video-js {
|
||||
.video-file-view .video-js {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 800px;
|
||||
max-height: 100%;
|
||||
|
Reference in New Issue
Block a user