Skip to content

Commit

Permalink
Fixes in Channel Call (#576)
Browse files Browse the repository at this point in the history
* fix padding in channel post header section

* remove unnecessary text of new call
  • Loading branch information
davidbeig authored Nov 27, 2023
1 parent fd1464c commit 6ef32e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,7 @@
</div>
</div>

<?php if($this->type!='available'&&!$this->channel->getSections('intro')): ?>


<div class="info">
<div class="container">
<div class="row">
<div class="col-md-6 subtitle" style="<?= $colors['secondary'] ? 'color:'.$colors['secondary'] : '' ?>">
<?= $this->text('channel-call-main-info-subtitle') ?>
</div>
</div>
</div>
</div>

<?php elseif($this->channel->getSections('intro')&&$this->type!='available'): ?>
<?php if($this->channel->getSections('intro')&&$this->type!='available'): ?>

<div class="info intro">
<div class="container">
Expand Down Expand Up @@ -81,7 +68,5 @@
</div>
</div>
</div>

<?php endif; ?>

</div>
5 changes: 5 additions & 0 deletions public/assets/sass/layouts/_channel_call.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,11 @@ div.section.resources{
}
}

div.section.post-header {
padding-top: unset !important;
margin-top: 50px;
}

div.section.resources-categories{
background-color: $color-white;
padding: 10px !important;
Expand Down

0 comments on commit 6ef32e8

Please sign in to comment.