Skip to content

Commit

Permalink
fix broken pilot header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny committed Nov 20, 2020
1 parent d6a79b4 commit 21dd6a4
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
<v-col :lg="10" :cols="12">
<v-row style="height: 60px;">
<v-col cols="auto">
<div class="overline mb-n4">callsign</div>
<div class="overline my-n2">callsign</div>
<div
class="heading h1"
class="heading h1 mt-n6"
style="letter-spacing: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis"
>
{{ pilot.Callsign }}
</div>
</v-col>
<v-col cols="auto" class="ml-auto text-center mt-2">
<div class="overline mb-n9">license level</div>
<div class="heading h1 mt-n6 mb-n2" style="font-size: 80px">{{ pilot.Level }}</div>
<div class="heading h1 mt-n6 mb-n5 mt-n4" style="font-size: 80px">
{{ pilot.Level }}
</div>
<cc-tooltip
v-if="!isLevelingUp && pilot.Level < 12"
simple
Expand All @@ -39,7 +41,7 @@
</cc-tooltip>
</v-col>
</v-row>
<v-row dense>
<v-row dense class="mt-1 mb-n1">
<v-col cols="auto" class="mr-3">
<span class="overline lh">name</span>
<br />
Expand Down

0 comments on commit 21dd6a4

Please sign in to comment.