add class names to templates

This commit is contained in:
Django Doucet 2020-10-27 23:33:46 -04:00
parent eb8965e25b
commit 86fbfe5457
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!-- mastodon -->
<div class="scrollable" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div class="scrollable fediembedi-mastodon" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div role="feed">
<?php if($show_header): ?>
<div class="account-timeline__header">

View File

@ -1,5 +1,5 @@
<!-- peertube -->
<div class="scrollable" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div class="scrollable fediembedi-peertube" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div role="feed">
<?php if($show_header): ?>
<div class="peertube-timeline__header">

View File

@ -1,5 +1,5 @@
<!-- pixelfed -->
<div class="scrollable" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div class="scrollable fediembedi-pixelfed" <?php if (!empty($height)) : echo 'style="height: $height;"'; endif; ?>>
<div role="feed" class="embed-card pixelfed">
<div class="pixelfed-inner card status-card-embed card-md-rounded-0 border">
<?php if($show_header): ?>