mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-25 18:16:45 +00:00
21 lines
228 B
Plaintext
21 lines
228 B
Plaintext
@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;
|
|
} |