Skip to content

Commit bb5c52b

Browse files
committed
style: Update styles for status-by-file-wrapper
1 parent 5294864 commit bb5c52b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lunaria/styles.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,15 @@ export const BaseStyles = html`
176176
}
177177
178178
.status-by-file-wrapper {
179-
overflow-x: auto;
179+
overflow-x: scroll;
180180
margin-bottom: 1rem;
181+
border: 1px solid var(--ln-color-table-border);
182+
border-radius: 0.375rem;
183+
scrollbar-color: var(--ln-color-gray-6) var(--ln-color-gray-2);
181184
}
182185
183186
.status-by-file {
184187
border-collapse: collapse;
185-
border: 1px solid var(--ln-color-table-border);
186188
font-size: 0.8125rem;
187189
}
188190

0 commit comments

Comments
 (0)