Skip to content

Commit

Permalink
UI: adjust size of model selector/filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Aug 2, 2024
1 parent cf82fa1 commit 19e7858
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

<script type="module" src="/src/main.js"></script>

<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="lwitkowski" data-description="Support me on Buy me a coffee!" data-message="Got a better price for your aircraft thanks to Aero Offers? Consider donating few $ to keep the servers running. Thanks!" data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="lwitkowski" data-description="Support me on Buy me a coffee!"
data-message="Got a better price for your aircraft thanks to Aero Offers? Consider donating few $ to keep the servers running. Thanks!"
data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ export default {
#aircraft-type-filter {
padding: 5px;
width: 500px;
width: 280px;
}
</style>
1 change: 1 addition & 0 deletions ui/src/components/AircraftModelFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
group-values="models"
group-label="manufacturer"
:group-select="false"
:show-labels="false"
label="model"
:placeholder="'Search ' + (aircraft_type || 'aircraft')"
:max-height="500"
Expand Down

0 comments on commit 19e7858

Please sign in to comment.