diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8203781..21dfc59 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link[href="/notifications"] { order: 3; } - .app-body .column-link[href="/explore"] { + .app-body .column-link:is([href="/explore"],[href="/search"]) { order: 4; } .app-body .column-link[href="/public/local"] { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 0f19ea6..272c263 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link[href="/notifications"] { order: 3; } - .app-body .column-link[href="/explore"] { + .app-body .column-link:is([href="/explore"],[href="/search"]) { order: 4; } .app-body .column-link[href="/public/local"] { diff --git a/TangerineUI.css b/TangerineUI.css index c73a36c..a6fb3e4 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link[href="/notifications"] { order: 3; } - .app-body .column-link[href="/explore"] { + .app-body .column-link:is([href="/explore"],[href="/search"]) { order: 4; } .app-body .column-link[href="/public/local"] {