mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 11:47:12 +01:00
21 lines
No EOL
228 B
Text
21 lines
No EOL
228 B
Text
@import "../../Shared/Styles/clickable";
|
|
|
|
#logs-screen {
|
|
|
|
.log-time-cell{
|
|
width: 80px;
|
|
}
|
|
|
|
.log-level-cell{
|
|
width: 12px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
td{
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
.log-file-row {
|
|
.clickable;
|
|
} |