#files {
    display: flex;
    padding: 12px;
    flex-flow: column nowrap;
}

.directory, .file {
    display: flex;
    flex-flow: row nowrap;
    padding: 4px;
    margin: 2px;
    border-radius: 8px;
    cursor: pointer;
    border-top: 1px solid #ffffff40;
    box-shadow: 1px 1px #ffffff10;
}

.directory {
    background-color: #ffffff10;
}

.directory:hover {
    background-color: #ffffff30;
}

.directory:active {
    background-color: #ffffff50;
}

.icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
