Remove some css classes that were no longer needed (in default themes)

This commit is contained in:
Jason McBrayer 2019-02-15 20:10:28 -05:00
parent b06c664cd5
commit fa9fa8ceef
3 changed files with 1 additions and 26 deletions

View File

@ -217,19 +217,6 @@ input#id_poll_frequency
max-width: 90%;
}
.card-image
{
padding: 1em;
}
.card-image figure
{
padding: 0;
max-height: 256px;
max-width: 256px;
}
#username_autocomplete
{
height: 0;

View File

@ -200,18 +200,6 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top {
max-width: 90%;
}
.card-image
{
padding: 1em;
}
.card-image figure
{
padding: 0;
max-height: 256px;
max-width: 256px;
}
#username_autocomplete
{

View File

@ -65,7 +65,7 @@
<div class="column is-one-third">
<figure>
<a href="{{ toot.card.url }}">
<img class="image is-max-256" alt="{{ toot.card.title }}"
<img alt="{{ toot.card.title }}"
src="{{ toot.card.image }}">
</a>
</figure>