mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
Merge pull request #6011 from haiwen/fix-history-view-style
fix: modify history view style
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-header .sdoc-file-history-header-right {
|
.sdoc-file-history .sdoc-file-history-header .sdoc-file-history-header-right {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-container {
|
.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-container {
|
||||||
@@ -59,11 +60,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-content {
|
.sdoc-file-history .sdoc-file-history-content {
|
||||||
flex: 1;
|
height: 100%;
|
||||||
min-height: 0;
|
width: 100%;
|
||||||
padding: 20px 40px;
|
|
||||||
background-color: #F5F5F5;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-content .sdoc-file-history-viewer {
|
.sdoc-file-history .sdoc-file-history-content .sdoc-file-history-viewer {
|
||||||
@@ -75,9 +73,13 @@
|
|||||||
border: 1px solid #e6e6dd;
|
border: 1px solid #e6e6dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sdoc-file-history .sdoc-file-history-container .sdoc-file-history-content .sdoc-editor-content {
|
||||||
|
position: absolute;
|
||||||
|
padding: 20px 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-content .sdoc-scroll-container {
|
.sdoc-file-history .sdoc-file-history-content .sdoc-scroll-container {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
overflow: hidden;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,7 +92,6 @@
|
|||||||
|
|
||||||
.sdoc-file-history .sdoc-file-history-content .article {
|
.sdoc-file-history .sdoc-file-history-content .article {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* panel */
|
/* panel */
|
||||||
|
Reference in New Issue
Block a user