Skip to content

Commit

Permalink
Fixed collapsible column settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Aug 24, 2024
1 parent 5c6a2a5 commit 79b4ce7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) {
border-left-color: var(--color-content-secondary-bg);
border-right-color: var(--color-content-secondary-bg);
margin-inline-start: -45px;
margin-inline-end: -55px;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
Expand Down
2 changes: 0 additions & 2 deletions TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) {
border-left-color: var(--color-content-secondary-bg);
border-right-color: var(--color-content-secondary-bg);
margin-inline-start: -45px;
margin-inline-end: -55px;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
Expand Down
2 changes: 0 additions & 2 deletions TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) {
border-left-color: var(--color-content-secondary-bg);
border-right-color: var(--color-content-secondary-bg);
margin-inline-start: -45px;
margin-inline-end: -55px;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
Expand Down
2 changes: 0 additions & 2 deletions TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) {
border-left-color: var(--color-content-secondary-bg);
border-right-color: var(--color-content-secondary-bg);
margin-inline-start: -45px;
margin-inline-end: -55px;
}
}
@media screen and (min-width:890px) and (max-width:1174px) {
Expand Down

0 comments on commit 79b4ce7

Please sign in to comment.