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 cde371b commit 205b086Copy full SHA for 205b086
1 file changed
src/styles/global.css
@@ -141,8 +141,7 @@ article img {
141
@apply border-2 border-foreground/8 !rounded-xl;
142
box-shadow: none !important;
143
144
- &.has-title,
145
- &.is-terminal {
+ &.has-title.is-terminal {
146
span.title {
147
@apply !px-15;
148
}
@@ -520,25 +519,6 @@ article img {
520
519
@apply ms-auto;
521
522
523
-
524
- &.gh-loading {
525
- .gh-title .gh-avatar,
526
- .gh-description,
527
- .gh-chips span {
528
- @apply bg-foreground/50 animate-pulse rounded-xl text-transparent;
529
- }
530
- .gh-chips span:before {
531
- @apply bg-transparent;
532
533
534
535
- &.gh-error {
536
- .gh-avatar,
537
538
- .gh-chips {
539
- @apply hidden;
540
541
542
543
544
table,
0 commit comments