Browse Source

stylish crt hide

main
gsd 6 months ago
parent
commit
35c4003af0
  1. 2
      pipboyUI/dist/pipboy-ui/index.html
  2. 2
      pipboyUI/dist/pipboy-ui/main.b6c51b3b3e8bb158.js
  3. 2
      pipboyUI/src/app/components/LowerHeaders/meshtastic/mesh-list-node.component.ts

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

@ -10,6 +10,6 @@
<style>@charset "UTF-8";@font-face{font-family:RobotoTodd;src:url(Roboto-Regular.a8e6f6203d22df08.ttf);font-weight:400;font-style:normal}@font-face{font-family:RobotoTodd;src:url(Roboto-Bold.3b887fc8dca30f62.ttf);font-weight:700;font-style:normal}html,body{height:308px;width:460px;background-color:#000}body{margin:0;font-family:RobotoTodd,Helvetica Neue,sans-serif;color:#00f200}</style><link rel="stylesheet" href="styles.d02872c9162ec3e3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.d02872c9162ec3e3.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.5ce4d2517a1e7b85.js" type="module"></script><script src="polyfills.f09cd0637b821a03.js" type="module"></script><script src="main.321dd6772debf29c.js" type="module"></script>
<script src="runtime.5ce4d2517a1e7b85.js" type="module"></script><script src="polyfills.f09cd0637b821a03.js" type="module"></script><script src="main.b6c51b3b3e8bb158.js" type="module"></script>
</body></html>

2
pipboyUI/dist/pipboy-ui/main.321dd6772debf29c.js → pipboyUI/dist/pipboy-ui/main.b6c51b3b3e8bb158.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: 220px; scroll-behavior: smooth" id="nodes">
<div style="width: 45%; overflow-y: hidden; height: 210px; 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>

Loading…
Cancel
Save