This commit is contained in:
Django Doucet 2020-03-06 01:15:14 -05:00
parent 4cf3f9654a
commit ca903fa971
4 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Plugin URI: https://git.feneas.org/mediaformat/fediembedi * Plugin URI: https://git.feneas.org/mediaformat/fediembedi
* Github Plugin URI: https://github.com/mediaformat/fediembedi * Github Plugin URI: https://github.com/mediaformat/fediembedi
* Description: A widget to show your Fediverse profile timeline * Description: A widget to show your Fediverse profile timeline
* Version: 0.8.6 * Version: 0.9.1
* Author: mediaformat * Author: mediaformat
* Author URI: https://mediaformat.org * Author URI: https://mediaformat.org
* License: GPLv3 * License: GPLv3

View File

@ -48,6 +48,9 @@ and redirected to your site with a secure token. Similar to how you would connec
## Changelog ## Changelog
### 0.9.0
* Emoji support
### 0.8.5 ### 0.8.5
* CSS for small columns * CSS for small columns

View File

@ -59,6 +59,9 @@ and redirected to your site with a secure token. Similar to how you would connec
== Changelog == == Changelog ==
= 0.9.0 =
* Emoji support
= 0.8.5 = = 0.8.5 =
* CSS for small columns * CSS for small columns

View File

@ -4,7 +4,7 @@
<div class="pixelfed-inner card status-card-embed card-md-rounded-0 border"> <div class="pixelfed-inner card status-card-embed card-md-rounded-0 border">
<?php if($show_header): ?> <?php if($show_header): ?>
<div class="pixelfed-header card-header d-inline-flex align-items-center justify-content-between bg-white"> <div class="pixelfed-header card-header d-inline-flex align-items-center justify-content-between bg-white">
<div> <div class="pixelfed-account">
<img src="<?php echo $account->avatar; ?>" height="32px" width="32px" style="border-radius: 32px;"> <img src="<?php echo $account->avatar; ?>" height="32px" width="32px" style="border-radius: 32px;">
<a href="<?php echo $account->url; ?>" class="username font-weight-bold pl-2 text-dark" rel="noreferrer noopener" target="_blank"><?php echo $account->username; ?></a> <a href="<?php echo $account->url; ?>" class="username font-weight-bold pl-2 text-dark" rel="noreferrer noopener" target="_blank"><?php echo $account->username; ?></a>
</div> </div>