Skip to content

Commit 205b086

Browse files
committed
Fix terminal frame style
1 parent cde371b commit 205b086

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

src/styles/global.css

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ article img {
141141
@apply border-2 border-foreground/8 !rounded-xl;
142142
box-shadow: none !important;
143143

144-
&.has-title,
145-
&.is-terminal {
144+
&.has-title.is-terminal {
146145
span.title {
147146
@apply !px-15;
148147
}
@@ -520,25 +519,6 @@ article img {
520519
@apply ms-auto;
521520
}
522521
}
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-
.gh-description,
538-
.gh-chips {
539-
@apply hidden;
540-
}
541-
}
542522
}
543523

544524
table,

0 commit comments

Comments
 (0)