From dfe948f6090df85964030c0da603e319efb6026a Mon Sep 17 00:00:00 2001 From: Hamid Ahmadi <164649651+idkvarghasbeenbanned@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:06:47 +0330 Subject: [PATCH] A small but effective change in the search bar The Invidious search section in the navbar on webOS TVs (at least what I saw on LG) when the browser search bar opens It is completely covered and difficult to access --- assets/css/default.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index a47762ec..3544c330 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -260,6 +260,20 @@ div.thumbnail > .bottom-right-overlay { align-items: center; justify-content: space-between; } +@media screen and (min-width: 767px) { + .navbar { + top:0; + position:sticky; + z-index: 10; + width: calc(100% - 42px); + margin: 0; + padding: 12px 20px; + background:white; + } + .dark-theme .navbar{ + background: #232323; + } +} .navbar > div { flex: 1;