Skip to content

Commit af10c3e

Browse files
button-unstacked
1 parent d74d43a commit af10c3e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

app/styles/partials/overrides.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ body.dimmable.undetached.dimmed {
8383
margin-top: auto !important;
8484
}
8585

86-
.display-flex {
87-
display: flex;
86+
.space-between {
8887
justify-content: space-between;
8988
}

app/templates/orders/view.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@
3030
<Orders::EventInfo
3131
@data={{this.model.order}} />
3232
<br/>
33-
<div class="{{if (eq this.device.isMobile false) 'display-flex'}}">
33+
<div class="d-flex space-between">
3434
<button class="ui labeled icon {{if this.isLoadingTickets 'loading'}} {{if this.device.isMobile 'fluid'}} button"
3535
{{action this.downloadTickets this.model.event.name this.model.order.identifier}}>
3636
<i class="ticket alternate icon"></i>
3737
{{t 'Download Tickets'}}
3838
</button>
39-
{{#if this.device.isMobile}}
40-
<br/>
41-
{{/if}}
4239
<button {{action 'downloadInvoice' this.model.event.name this.model.order.identifier }}
4340
class="ui labeled icon blue {{if this.isLoadingInvoice 'loading'}} {{if this.device.isMobile 'fluid'}} button">
4441
<i class="download icon"></i>

0 commit comments

Comments
 (0)