Make the spotify table look nicer

This commit is contained in:
Jake Howard 2022-08-18 09:25:14 +01:00
parent 55b723ba37
commit e094974f20
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
body.page-spotifyplaylistpage { body.page-spotifyplaylistpage {
table { table {
font-size: 80%;
td {
vertical-align: middle;
}
img { img {
min-width: 55px; min-width: 55px;
width: 55px; width: 55px;

View file

@ -3,7 +3,7 @@
{% block post_content %} {% block post_content %}
<section class="container content"> <section class="container content">
<h3>{{ playlist.name }}</h3> <h3>{{ playlist.name }}</h3>
<table class="table"> <table class="table is-hoverable is-fullwidth">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>