We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e61ce9 commit 882bff4Copy full SHA for 882bff4
src/style.css
@@ -243,6 +243,12 @@ section.bash-prompt-variables {
243
aspect-ratio: 1;
244
float: left;
245
}
246
+ .prompt-preview-example {
247
+ width: 100%;
248
+ }
249
+ .prompt-theme-name {
250
+ display: none;
251
252
253
254
@media screen and (max-width: 500px) {
@@ -252,10 +258,4 @@ section.bash-prompt-variables {
258
.bash-variable-list {
259
font-size: 0.6rem;
260
255
- .prompt-preview-example {
256
- width: 100%;
257
- }
- .prompt-theme-name {
- display: none;
261
0 commit comments