Skip to content

Commit 67e31b1

Browse files
Hieu Lam - TMAkhangon
andauthored
fix-9098: Main event image moved down and leaving space (#9110)
* 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]>
1 parent 4b3b600 commit 67e31b1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
<WelcomeHeader @class={{'mb-4'}}/>
1818
{{/if}}
1919
<div id="main-container"
20-
class="ui fluid container main-container
21-
{{unless this.device.isInternetExplorer 'flexed-container' ''}}
22-
{{if (eq this.routing.currentRouteName 'public.index') 'mt-0' ''}}
23-
">
20+
class="ui fluid container main-container {{unless this.device.isInternetExplorer 'flexed-container' ''}}">
2421
{{outlet}}
2522
</div>
2623
<FooterMain @socialLinks={{this.model.socialLinks}} />

app/templates/public.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<UnverifiedUserMessage />
2-
<div class="public-event ui relaxed grid mt-0 pt-0" {{did-insert this.setup}}>
2+
<div class="public-event ui relaxed grid "{{did-insert this.setup}}>
33
<div class="sixteen wide column lead {{if this.smallLead 'small'}}">
44
<Widgets::SafeImage class="background" @src={{if this.model.largeImageUrl this.model.largeImageUrl this.model.originalImageUrl}} />
55
<div class="content">

0 commit comments

Comments
 (0)