Skip to content

Commit 3e22cfd

Browse files
feat: add llm styling
1 parent 6960e80 commit 3e22cfd

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

app/static/css/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/styles/_logs.scss

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
padding: 0 !important;
66
}
77

8+
.rt-search {
9+
width: 85% !important;
10+
align-self: flex-start !important;
11+
}
12+
813
> div {
914
text-align: center;
1015

@@ -23,6 +28,27 @@
2328
}
2429
}
2530

31+
.logs-llm-modal {
32+
.modal-dialog {
33+
text-align: justify;
34+
35+
h2,
36+
h3 {
37+
color: var(--primary);
38+
}
39+
40+
.btn {
41+
background: var(--red-highlight);
42+
border-radius: 0;
43+
border: 1px solid var(--red);
44+
}
45+
46+
.modal-content {
47+
border-radius: 0;
48+
}
49+
}
50+
}
51+
2652
.logs-container {
2753
position: relative;
2854

@@ -52,13 +78,16 @@
5278
}
5379
}
5480

55-
.logs-download {
81+
.logs-options {
5682
position: absolute;
5783
z-index: 2;
5884
right: 0;
5985
margin: 10px;
60-
background: 0;
61-
border-radius: 0;
62-
padding: 5px 10px;
86+
87+
.logs-options-button {
88+
background: 0;
89+
border-radius: 0;
90+
padding: 5px 10px;
91+
}
6392
}
6493
}

0 commit comments

Comments
 (0)