Multicolumn Bluesky client powered by Angular
at master 12 lines 235 B view raw
1@if (isElectron) { 2 <div 3 class="block w-full h-6" 4 style="app-region: drag" 5 ></div> 6} 7<div 8 class="app-container" 9 [style]="isElectron ? 'height: calc(100% - 1.5rem)' : undefined" 10> 11 <router-outlet></router-outlet> 12</div>