Skip to content

Commit 3024bc1

Browse files
committed
feat: settings profiles
- Yes, I know it's just a CSS change, but the feature is finished ;)
1 parent c3f8bfe commit 3024bc1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,13 @@ button:disabled {
11331133
font-size: 14px;
11341134
}
11351135

1136+
.github-issues-no-repos {
1137+
flex-direction: column;
1138+
align-items: center;
1139+
padding: 32px 20px;
1140+
color: var(--text-muted);
1141+
}
1142+
11361143
.github-issues-bulk-actions-container {
11371144
display: flex;
11381145
gap: 12px;
@@ -2415,4 +2422,3 @@ button:disabled {
24152422
color: var(--text-on-accent);
24162423
border-color: var(--background-modifier-error);
24172424
}
2418-

0 commit comments

Comments
 (0)