LANCommander/LANCommander.Server/Styles/_page-editor.scss

31 lines
572 B
SCSS
Raw Permalink Normal View History

2025-02-03 17:49:04 -06:00
.page-editor-body {
flex-grow: 1;
}
.page-editor-tree-pane {
.ant-tree-node-content-wrapper {
display: flex;
}
2025-02-03 17:49:04 -06:00
.ant-tree-title {
flex: 1 1 auto;
}
.page-editor-tree-title {
display: block;
width: 100% !important;
}
// Reveal the row's ellipsis action only while hovering that row.
.page-editor-tree-action {
visibility: hidden;
}
.ant-tree-node-content-wrapper:hover .page-editor-tree-action {
visibility: visible;
}
2025-02-03 17:49:04 -06:00
}
.page-editor-markdown-pane {
padding: 0 16px;
}