mirror of https://gitlab.com/brutaldon/brutaldon
Remove some css classes that were no longer needed (in default themes)
This commit is contained in:
parent
b06c664cd5
commit
fa9fa8ceef
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue