2024-11-05 09:57:13 +01:00

23 lines
299 B
CSS

.file-cell {
small {
word-break: break-all;
}
> div {
display: flex;
gap: 12px;
align-items: center;
> div {
flex: 1;
}
.button-icon {
width: 40px;
height: 40px;
background-color: #14141499;
border: 1px solid #96969633;
}
}
}