Make the spotify table look nicer
This commit is contained in:
parent
55b723ba37
commit
e094974f20
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
body.page-spotifyplaylistpage {
|
||||
table {
|
||||
font-size: 80%;
|
||||
|
||||
td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img {
|
||||
min-width: 55px;
|
||||
width: 55px;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block post_content %}
|
||||
<section class="container content">
|
||||
<h3>{{ playlist.name }}</h3>
|
||||
<table class="table">
|
||||
<table class="table is-hoverable is-fullwidth">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
Loading…
Reference in a new issue