mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
history page style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user