Skip to content
Snippets Groups Projects
editor.css 360 B
Newer Older
  • Learn to ignore specific revisions
  • div#ks-editor #sidepanel {
        resize: horizontal;
        overflow: auto;
        min-width: 50px;
        max-width: 40%;
        height: inherit;
        margin: 0.3rem;
        padding: 0.25rem;
    
        border: 1px lightgrey solid;
        border-radius: 5px;
    
    
        overflow-y: auto;
    
    }
    
    div#ks-editor #sidepanel > * {
        margin: 0.25rem;
    }
    
    div#ks-editor #content {
        display: flex;
    }