better tiles layout

pull/40/head
Akhil Gupta 4 years ago
parent 16f42add17
commit caf197e79d

@ -29,7 +29,7 @@
height: 250px;
}
.grid .contentContainer{
.grid .contentContainer, .grid .titleContainer{
display: none;
}
.grid .titleContainer{
@ -97,7 +97,7 @@
<div :key="podcast.ID" class="podcasts" v-bind:class="{row:layout=='list', four:layout=='grid', columns:layout=='grid'}" v-bind:id="'podcast-'+podcast.ID" >
<div :key="podcast.ID" class="podcasts" :title="podcast.Title" v-bind:class="{row:layout=='list', four:layout=='grid', columns:layout=='grid'}" v-bind:id="'podcast-'+podcast.ID" >
<div class="columns imageContainer" v-bind:class="{two:layout=='list', twelve:layout=='grid'}">
<a style="text-decoration: none" :href="'/podcasts/'+podcast.ID+'/view'">
<img

@ -86,6 +86,9 @@
<div class="row">
<div class="columns twelve">
<h3>More Info</h3>
<p style="font-style: italic;">
This project is under active development which means I release new updates very frequently. I will eventually build the version management/update checking mechanism. Until then it is recommended that you use something like watchtower which will automatically update your containers whenever I release a new version or periodically rebuild the container with the latest image manually.
</p>
<table>
<tr>
<td>Website</td>

Loading…
Cancel
Save