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 {
|
body.page-spotifyplaylistpage {
|
||||||
table {
|
table {
|
||||||
|
font-size: 80%;
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
min-width: 55px;
|
min-width: 55px;
|
||||||
width: 55px;
|
width: 55px;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue