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:
parent
81146e59e0
commit
a24c7730bd
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user