Handle 3 items in the bottom bar on mobile on profile pages
This commit is contained in:
parent
ec7e2cf82d
commit
6858d55982
3 changed files with 24 additions and 3 deletions
|
|
@ -2627,6 +2627,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
.app-body
|
.app-body
|
||||||
.navigation-panel:has(> *:nth-child(5):last-child)
|
.navigation-panel:has(> *:nth-child(5):last-child)
|
||||||
|
:is(.column-link, .navigation-panel__legal),
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: calc(100vw / 3);
|
flex: calc(100vw / 3);
|
||||||
}
|
}
|
||||||
|
|
@ -2635,6 +2638,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: 25vw;
|
flex: 25vw;
|
||||||
}
|
}
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
||||||
margin: 6px 0 8px;
|
margin: 6px 0 8px;
|
||||||
padding: 4px 0 3px;
|
padding: 4px 0 3px;
|
||||||
|
|
|
||||||
|
|
@ -2627,6 +2627,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
.app-body
|
.app-body
|
||||||
.navigation-panel:has(> *:nth-child(5):last-child)
|
.navigation-panel:has(> *:nth-child(5):last-child)
|
||||||
|
:is(.column-link, .navigation-panel__legal),
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: calc(100vw / 3);
|
flex: calc(100vw / 3);
|
||||||
}
|
}
|
||||||
|
|
@ -2635,6 +2638,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: 25vw;
|
flex: 25vw;
|
||||||
}
|
}
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
||||||
margin: 6px 0 8px;
|
margin: 6px 0 8px;
|
||||||
padding: 4px 0 3px;
|
padding: 4px 0 3px;
|
||||||
|
|
|
||||||
|
|
@ -2627,6 +2627,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
.app-body
|
.app-body
|
||||||
.navigation-panel:has(> *:nth-child(5):last-child)
|
.navigation-panel:has(> *:nth-child(5):last-child)
|
||||||
|
:is(.column-link, .navigation-panel__legal),
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: calc(100vw / 3);
|
flex: calc(100vw / 3);
|
||||||
}
|
}
|
||||||
|
|
@ -2635,6 +2638,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
:is(.column-link, .navigation-panel__legal) {
|
:is(.column-link, .navigation-panel__legal) {
|
||||||
flex: 25vw;
|
flex: 25vw;
|
||||||
}
|
}
|
||||||
|
.app-body
|
||||||
|
.navigation-panel:has(> *:nth-child(7):last-child):has(.getting-started__trends)::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
.app-body .column-link--transparent:is(.active, .active:hover, :active) {
|
||||||
margin: 6px 0 8px;
|
margin: 6px 0 8px;
|
||||||
padding: 4px 0 3px;
|
padding: 4px 0 3px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue