Skip to content

Commit

Permalink
Fix headers in mobile layout (Fixes #135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Dec 4, 2024
1 parent af64d67 commit baf4f5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ body.app-body {
order: 1;
}
.app-body .columns-area__panels__main {
contain: inline-size;
order: 2;
}
.app-body .columns-area__panels__pane--compositional {
Expand Down Expand Up @@ -3498,7 +3499,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
----------------- */
.app-body .tabs-bar__wrapper {
background-color: transparent;
box-shadow: inset 0 10px var(--color-bg);
box-shadow: inset 0 20px var(--color-bg);
}
.app-body .column-header__wrapper.active:before {
top: -17px;
Expand Down
3 changes: 2 additions & 1 deletion TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ body.app-body {
order: 1;
}
.app-body .columns-area__panels__main {
contain: inline-size;
order: 2;
}
.app-body .columns-area__panels__pane--compositional {
Expand Down Expand Up @@ -3498,7 +3499,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
----------------- */
.app-body .tabs-bar__wrapper {
background-color: transparent;
box-shadow: inset 0 10px var(--color-bg);
box-shadow: inset 0 20px var(--color-bg);
}
.app-body .column-header__wrapper.active:before {
top: -17px;
Expand Down
3 changes: 2 additions & 1 deletion TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ body.app-body {
order: 1;
}
.app-body .columns-area__panels__main {
contain: inline-size;
order: 2;
}
.app-body .columns-area__panels__pane--compositional {
Expand Down Expand Up @@ -3498,7 +3499,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
----------------- */
.app-body .tabs-bar__wrapper {
background-color: transparent;
box-shadow: inset 0 10px var(--color-bg);
box-shadow: inset 0 20px var(--color-bg);
}
.app-body .column-header__wrapper.active:before {
top: -17px;
Expand Down
3 changes: 2 additions & 1 deletion TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ body.app-body {
order: 1;
}
.app-body .columns-area__panels__main {
contain: inline-size;
order: 2;
}
.app-body .columns-area__panels__pane--compositional {
Expand Down Expand Up @@ -3498,7 +3499,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
----------------- */
.app-body .tabs-bar__wrapper {
background-color: transparent;
box-shadow: inset 0 10px var(--color-bg);
box-shadow: inset 0 20px var(--color-bg);
}
.app-body .column-header__wrapper.active:before {
top: -17px;
Expand Down

0 comments on commit baf4f5b

Please sign in to comment.