We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f8bfe commit 3024bc1Copy full SHA for 3024bc1
1 file changed
styles.css
@@ -1133,6 +1133,13 @@ button:disabled {
1133
font-size: 14px;
1134
}
1135
1136
+.github-issues-no-repos {
1137
+ flex-direction: column;
1138
+ align-items: center;
1139
+ padding: 32px 20px;
1140
+ color: var(--text-muted);
1141
+}
1142
+
1143
.github-issues-bulk-actions-container {
1144
display: flex;
1145
gap: 12px;
@@ -2415,4 +2422,3 @@ button:disabled {
2415
2422
color: var(--text-on-accent);
2416
2423
border-color: var(--background-modifier-error);
2417
2424
2418
-
0 commit comments