2023-12-07 15:14:34 +08:00
|
|
|
.file-view-content.md-content {
|
2025-06-23 11:29:56 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2025-07-11 22:10:56 +08:00
|
|
|
background: #f5f5f5;
|
2025-06-23 11:29:56 +08:00
|
|
|
border-right: none;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-view-content.md-content .sf-slate-viewer-scroll-container {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 20px;
|
2023-12-07 15:14:34 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.md-content .sf-slate-viewer-scroll-container .article {
|
2025-06-23 11:29:56 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
box-shadow: 0 0 6px #ccc;
|
|
|
|
padding: 70px 75px;
|
2019-06-25 15:47:43 +08:00
|
|
|
}
|