#files {
    padding: 20px 30px;
}

#files-list-labels {
    display: none;
}

#files-list-labels th:nth-child(1) {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#files-list-labels th:nth-child(2),
#files-list-labels th:nth-child(3) {
    width: 0;
}

.files-list-file td:nth-child(1) {
    border-radius: 8px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.files-list-file td:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.files-list-file.long-pressing {
    background-color: var(--very-much-lighter-than-gray) !important;
}

.files-list-file.foreground {
    transform: scale(0.975) translate(-0.0125vw, 0.0125vw);
    transition: transform 0.1s ease;
    border-radius: 8px;
    background-color: initial;
}

.files-list-file.foreground {
    transform: scale(0.975) translate(-0.0125vw, 0.0125vw);
    transition: transform 0.1s ease;
    border-radius: 8px;
    background-color: initial;
}