An electron-based WIP aesthetic file explorer ^^
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FileKade/styles/sidebar.css

17 lines
264 B

3 years ago
#sidebar {
width: 10%;
border-right: 1px solid #5d60caaf;
margin: 0 0;
padding: 12px 14px;
}
#container {
flex-basis: 90%;
}
#master {
display: flex;
align-items: stretch;
align-content: flex-start;
justify-content: stretch;
}