diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-02 21:05:04 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-02 21:05:04 +0000 |
commit | 50747e470e7965da605a9ac5a1470c780c657712 (patch) | |
tree | 8dc968272e2bb5da9931c49912fb6a5c7996d8d6 /index.html | |
parent | 74c15fa7a348af4bf01999911acf9fefcedb7598 (diff) | |
download | pasta-50747e470e7965da605a9ac5a1470c780c657712.tar.gz pasta-50747e470e7965da605a9ac5a1470c780c657712.zip |
Mobile Formatting and remove UIDs from tables
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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> |