Fixed misordered Search icon in nav panel when Trends are disabled

This commit is contained in:
Niléane 2023-11-25 13:30:09 +01:00
commit 28ad4af00a
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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"] {

View file

@ -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"] {

View file

@ -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"] {