aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2019-12-02 21:05:04 +0000
committerCiaran Gallagher <[email protected]>2019-12-02 21:05:04 +0000
commit50747e470e7965da605a9ac5a1470c780c657712 (patch)
tree8dc968272e2bb5da9931c49912fb6a5c7996d8d6 /index.html
parent74c15fa7a348af4bf01999911acf9fefcedb7598 (diff)
downloadpasta-50747e470e7965da605a9ac5a1470c780c657712.tar.gz
pasta-50747e470e7965da605a9ac5a1470c780c657712.zip
Mobile Formatting and remove UIDs from tables
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/index.html b/index.html
index f6eac8c..25221c5 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark static-top">
<div class="container">
- <a class="navbar-brand" href="javascript:window.location.reload()"><h3>PASTA<small class="text-muted ml-2">Plex Audio and Subtitle Track Automation</small></h3></a>
+ <a class="navbar-brand" href="javascript:window.location.reload()"><h2>PASTA<small class="ml-2">Plex Audio and Subtitle Track Automation</small></h2></a>
</div>
</nav>
@@ -52,8 +52,8 @@
<!-- Page Content -->
<div class="container">
- <div class="card border-0 shadow my-5">
- <div class="card-body p-5">
+ <div class="card border-0 shadow my-3 my-md-5">
+ <div class="card-body p-3 p-md-5">
<!-- TABS -->
<ul class="nav nav-tabs" id="myTab" role="tablist">
@@ -109,7 +109,6 @@
<table id="libraryTable" class="table table-hover mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Name</th>
</tr>
</thead>
@@ -168,7 +167,6 @@
<table id="tvShowsTable" class="table table-hover mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Title</th>
<th scope="col">Year</th>
</tr>
@@ -191,7 +189,6 @@
<table id="seasonsTable" class="table table-hover mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Title</th>
</tr>
</thead>
@@ -212,7 +209,6 @@
<table id="episodesTable" class="table table-hover mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Title</th>
</tr>
</thead>
@@ -248,7 +244,6 @@
<table id="audioTable" class="table table-hover table-sm mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Name</th>
<th scope="col">Title</th>
<th scope="col">Language</th>
@@ -267,7 +262,6 @@
<table id="subtitleTable" class="table table-hover table-sm mt-3">
<thead>
<tr>
- <th scope="col">UID</th>
<th scope="col">Name</th>
<th scope="col">Title</th>
<th scope="col">Language</th>