25 lines
303 B
CSS
Raw Normal View History

2024-08-29 18:45:52 +02:00
.fileCell {
display: flex;
gap: 0.75rem;
}
.fileCell-cid {
white-space: nowrap;
}
2024-08-29 18:45:52 +02:00
.fileCell-subtitle {
display: flex;
align-items: center;
gap: 0.5rem;
position: relative;
}
.fileCell-tooltip {
display: flex;
align-items: center;
}
.fileCell .tooltip:hover:after {
left: -33%;
}