navbar-brand full height of navbar:
https://stackoverflow.com/questions/44578301/navbar-pills-color-in-bootstrap-4-to-fill-full-height
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"version": 2, | |
"console_title_template": "{{ .Folder }}", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ |
<script> | |
import * as THREE from 'three'; | |
import { onMount } from 'svelte'; | |
import { onDestroy } from 'svelte'; | |
import { browser } from '$app/env'; | |
let windowWidth, windowHeight, canvas, renderer, animate; | |
onMount(() => { | |
// create the scene and camera | |
const scene = new THREE.Scene(); |
navbar-brand full height of navbar:
https://stackoverflow.com/questions/44578301/navbar-pills-color-in-bootstrap-4-to-fill-full-height