feat: add periodic practice reports
This commit is contained in:
@@ -1810,6 +1810,19 @@ textarea:focus-visible {
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.periodic-report-list .report-title {
|
||||
color: var(--chat-text);
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
.periodic-report-list pre {
|
||||
max-height: 260px;
|
||||
margin: 8px 0 0;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.dialog-actions {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user