Browse Source

stylish crt hide

main
gsd 6 months ago
parent
commit
ea3d397661
  1. 9
      pipboyUI/dist/pipboy-ui/index.html
  2. 2
      pipboyUI/dist/pipboy-ui/main.321dd6772debf29c.js
  3. 2
      pipboyUI/src/app/components/LowerHeaders/meshtastic/mesh-list-node.component.ts
  4. 5
      pipboyUI/src/index.html

9
pipboyUI/dist/pipboy-ui/index.html

File diff suppressed because one or more lines are too long

2
pipboyUI/dist/pipboy-ui/main.448a0ec1991b3365.js → pipboyUI/dist/pipboy-ui/main.321dd6772debf29c.js

File diff suppressed because one or more lines are too long

2
pipboyUI/src/app/components/LowerHeaders/meshtastic/mesh-list-node.component.ts

@ -11,7 +11,7 @@ import {MatSnackBar} from "@angular/material/snack-bar";
selector: 'app-mesh-list-node',
template: `
<div style="display: flex; flex-direction: row; justify-content: center; height: 84%">
<div style="width: 45%; overflow-y: hidden; height: 230px; scroll-behavior: smooth" id="nodes">
<div style="width: 45%; overflow-y: hidden; height: 220px; scroll-behavior: smooth" id="nodes">
<div *ngFor="let el of elements" [class.menu-selected]="isSelected(el) && currentSide == 'LEFT'" #menuItem>
<p style="margin: 0 0">{{el.name}}</p>
</div>

5
pipboyUI/src/index.html

@ -10,10 +10,7 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="crt-fallout">
<div class="noise-layer"></div>
<div class="pixel-grid"></div>
<div class="vignette-16bit"></div>
<body>
<app-root></app-root>
</body>
</html>

Loading…
Cancel
Save