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

15 lines
295 B

3 years ago
#sidebar {
width: 180px;
3 years ago
border-right: 1px solid #5d60caaf;
margin: 26px 0 0 0;
padding: 0 14px 12px 14px;
position: fixed;
z-index: 1;
overflow-x: hidden;
top: 0;
left: 0;
background-color: #0000006d;
height: 100%;
3 years ago
}
#container {margin-left: 200px;}