Fixed misordered Search icon in nav panel when Trends are disabled
This commit is contained in:
parent
7ce252acc7
commit
28ad4af00a
3 changed files with 3 additions and 3 deletions
|
|
@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .column-link[href="/notifications"] {
|
.app-body .column-link[href="/notifications"] {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/explore"] {
|
.app-body .column-link:is([href="/explore"],[href="/search"]) {
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/public/local"] {
|
.app-body .column-link[href="/public/local"] {
|
||||||
|
|
|
||||||
|
|
@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .column-link[href="/notifications"] {
|
.app-body .column-link[href="/notifications"] {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/explore"] {
|
.app-body .column-link:is([href="/explore"],[href="/search"]) {
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/public/local"] {
|
.app-body .column-link[href="/public/local"] {
|
||||||
|
|
|
||||||
|
|
@ -2367,7 +2367,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .column-link[href="/notifications"] {
|
.app-body .column-link[href="/notifications"] {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/explore"] {
|
.app-body .column-link:is([href="/explore"],[href="/search"]) {
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.app-body .column-link[href="/public/local"] {
|
.app-body .column-link[href="/public/local"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue