[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: align shell prompt `$` for multiple lines command (#1313)

authored by

TAKAHASHI Shuuji and committed by
GitHub
3c0223b6 f0e38c18

+4 -4
+4 -4
app/components/Terminal/Install.vue
··· 114 114 :data-pm-cmd="pm.id" 115 115 class="flex items-center gap-2 group/installcmd min-w-0" 116 116 > 117 - <span class="text-fg-subtle font-mono text-sm select-none shrink-0">$</span> 117 + <span class="self-start text-fg-subtle font-mono text-sm select-none shrink-0">$</span> 118 118 <code class="font-mono text-sm min-w-0" 119 119 ><span 120 120 v-for="(part, i) in getInstallPartsForPM(pm.id)" ··· 141 141 :data-pm-cmd="pm.id" 142 142 class="flex items-center gap-2 min-w-0" 143 143 > 144 - <span class="text-fg-subtle font-mono text-sm select-none shrink-0">$</span> 144 + <span class="self-start text-fg-subtle font-mono text-sm select-none shrink-0">$</span> 145 145 <code class="font-mono text-sm min-w-0" 146 146 ><span 147 147 v-for="(part, i) in getTypesInstallPartsForPM(pm.id)" ··· 176 176 :data-pm-cmd="pm.id" 177 177 class="flex items-center gap-2 group/runcmd" 178 178 > 179 - <span class="text-fg-subtle font-mono text-sm select-none">$</span> 179 + <span class="self-start text-fg-subtle font-mono text-sm select-none">$</span> 180 180 <code class="font-mono text-sm" 181 181 ><span 182 182 v-for="(part, i) in getRunPartsForPM(pm.id, executableInfo?.primaryCommand)" ··· 221 221 :data-pm-cmd="pm.id" 222 222 class="flex items-center gap-2 group/createcmd" 223 223 > 224 - <span class="text-fg-subtle font-mono text-sm select-none">$</span> 224 + <span class="self-start text-fg-subtle font-mono text-sm select-none">$</span> 225 225 <code class="font-mono text-sm" 226 226 ><span 227 227 v-for="(part, i) in getCreatePartsForPM(pm.id)"