1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00
Files
seahub/frontend/src/css/md-file-view.css
2023-12-07 15:14:34 +08:00

15 lines
295 B
CSS

.file-view-content.md-content {
width: 100%;
height: 100%;
background: #f4f4f4;
border-right: none;
padding: 0;
display: flex;
}
.md-content .sf-slate-viewer-scroll-container .article {
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
padding: 70px 75px;
}