From de3a64c4c08f44298156f002c5025bbe0cd706e2 Mon Sep 17 00:00:00 2001 From: vexorian Date: Wed, 15 Nov 2023 01:04:05 -0400 Subject: [PATCH] Tweak the library browser, the placement of the add button is now consistent. The background of the row gets highlighted blue so that you know that the plus button is for a specific library element. --- web/public/style.css | 4 ++ web/public/templates/plex-library.html | 56 +++++++++++++++++--------- 2 files changed, 40 insertions(+), 20 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index 0ad24b1..4f63c88 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -390,4 +390,8 @@ div.programming-programs div.list-group-item { width: 1em; height: 1em; margin-bottom: 0.25em; +} + +.list-group-item .library-item-hover:hover { + background: #D0D0FF } \ No newline at end of file diff --git a/web/public/templates/plex-library.html b/web/public/templates/plex-library.html index 5fd6218..2410b65 100644 --- a/web/public/templates/plex-library.html +++ b/web/public/templates/plex-library.html @@ -28,46 +28,55 @@ +
+ +