mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 02:34:17 +01:00
24 lines
No EOL
312 B
Text
24 lines
No EOL
312 B
Text
.file-browser-row {
|
|
cursor : pointer;
|
|
|
|
.file-size-cell {
|
|
white-space : nowrap;
|
|
}
|
|
|
|
.relative-date-cell {
|
|
width : 120px;
|
|
white-space : nowrap;
|
|
}
|
|
}
|
|
|
|
.file-browser-type-cell {
|
|
width : 16px;
|
|
}
|
|
|
|
.file-browser-name-cell {
|
|
word-break : break-all;
|
|
}
|
|
|
|
.file-browser-empty {
|
|
margin-top : 20px;
|
|
} |