Skip to content

Commit

Permalink
fix-9098: Main event image moved down and leaving space (#9110)
Browse files Browse the repository at this point in the history
* fix-9098: Event Dashboard shows not friendly

* fix-9098: Event Dashboard shows not friendly

* fix-9098: Main event image moved down and leaving space

* fix-9098: Main event image moved down and leaving space

---------

Co-authored-by: Khang On - TMA <[email protected]>
  • Loading branch information
Hieu Lam - TMA and khangon authored Aug 15, 2023
1 parent 4b3b600 commit 67e31b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
<WelcomeHeader @class={{'mb-4'}}/>
{{/if}}
<div id="main-container"
class="ui fluid container main-container
{{unless this.device.isInternetExplorer 'flexed-container' ''}}
{{if (eq this.routing.currentRouteName 'public.index') 'mt-0' ''}}
">
class="ui fluid container main-container {{unless this.device.isInternetExplorer 'flexed-container' ''}}">
{{outlet}}
</div>
<FooterMain @socialLinks={{this.model.socialLinks}} />
Expand Down
2 changes: 1 addition & 1 deletion app/templates/public.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<UnverifiedUserMessage />
<div class="public-event ui relaxed grid mt-0 pt-0" {{did-insert this.setup}}>
<div class="public-event ui relaxed grid "{{did-insert this.setup}}>
<div class="sixteen wide column lead {{if this.smallLead 'small'}}">
<Widgets::SafeImage class="background" @src={{if this.model.largeImageUrl this.model.largeImageUrl this.model.originalImageUrl}} />
<div class="content">
Expand Down

0 comments on commit 67e31b1

Please sign in to comment.