Skip to content

Commit

Permalink
Smaller display
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 30, 2024
1 parent ed0e2d8 commit 3e4fe24
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions api/web/src/components/CloudTAK/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@
style='
z-index: 1;
width: 250px;
height: 40px;
border-radius: 0px 6px 0px 0px;
background-color: rgba(0, 0, 0, 0.5);
'
:style='{
height: live_loc ? "120px" : "40px"
}'
>
<div class='d-flex align-items-center' style='height: 40px'>
<Status
Expand Down Expand Up @@ -93,14 +91,6 @@
v-text='profile.tak_callsign'
/>
</div>
<Coordinates
v-if='live_loc'
style='height: 80px;'
:edit='false'
:modes='[]'
:truncate='5'
v-model='live_loc.geometry.coordinates'
/>
</div>
<div
v-if='selected.size'
Expand Down Expand Up @@ -538,7 +528,6 @@
import WarnChannels from './util/WarnChannels.vue';
import Status from '../util/Status.vue';
import CoordInput from './CoordInput.vue';
import Coordinates from './util/Coordinate.vue';
import { std, stdurl } from '/src/std.ts';
import CloudTAKFeatView from './FeatView.vue';
import {
Expand Down Expand Up @@ -1072,7 +1061,6 @@ export default {
},
components: {
Status,
Coordinates,
CoordInput,
WarnChannels,
SideMenu,
Expand Down

0 comments on commit 3e4fe24

Please sign in to comment.