Skip to content

Commit 882bff4

Browse files
committed
Hide theme names sooner as screen gets thinner
1 parent 5e61ce9 commit 882bff4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/style.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ section.bash-prompt-variables {
243243
aspect-ratio: 1;
244244
float: left;
245245
}
246+
.prompt-preview-example {
247+
width: 100%;
248+
}
249+
.prompt-theme-name {
250+
display: none;
251+
}
246252
}
247253

248254
@media screen and (max-width: 500px) {
@@ -252,10 +258,4 @@ section.bash-prompt-variables {
252258
.bash-variable-list {
253259
font-size: 0.6rem;
254260
}
255-
.prompt-preview-example {
256-
width: 100%;
257-
}
258-
.prompt-theme-name {
259-
display: none;
260-
}
261261
}

0 commit comments

Comments
 (0)