mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
change snapshot markdown file style (#7965)
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
.file-view-content.md-content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #f4f4f4;
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #f4f4f4;
|
||||
border-right: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.file-view-content.md-content .sf-slate-viewer-scroll-container {
|
||||
margin: 0 auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.md-content .sf-slate-viewer-scroll-container .article {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 0 0 6px #ccc;
|
||||
padding: 70px 75px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 0 0 6px #ccc;
|
||||
padding: 70px 75px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user