The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
374 B

tr.logs-table-row {
td {
padding: 0.25em 1ch;
text-align: center;
border-bottom: 1px solid rgba(51, 51, 51, 0.5);
a {
color: inherit;
}
}
td.expand {
width: 0%;
}
td.date {
width: 16%;
}
td.channel {
width: 14%;
}
td.event {
width: 18%;
}
td.character {
a.name {
white-space: nowrap;
}
}
}