Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi authored Oct 8, 2024
1 parent c56085a commit 8adeabd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project_name/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
body #user-tools .lang-button {
font-size: 0.85rem;
}

.filerFile .image-preview {
vertical-align: top;
display: inline-block;
}
.filerFile > a > video {
display: none;
}

</style>
{% endblock %}

0 comments on commit 8adeabd

Please sign in to comment.