1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-13 06:55:59 +00:00

history page style

This commit is contained in:
Michael An 2019-05-23 15:55:13 +08:00
parent 81146e59e0
commit a24c7730bd

View File

@ -151,5 +151,25 @@
.history-side-panel {
width: 260px;
}
.history-content .main-panel {
max-width: calc(100% - 260px);
}
}
@media (max-width:991.8px) {
.history-content .main-panel {
max-width: calc(100% - 190px);
}
}
@media (max-width:768px) {
.history-content .main-panel {
max-width: 100%;
}
.markdown-viewer-render-content {
margin: 20px;
}
.markdown-viewer-render-content .diff-view {
padding: 20px;
}
}