diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index fb8ea43..b6fb54e 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .item-list .column-subheading { color: var(--color-fg-muted); - border: 1px solid var(--color-lines); border-top: 0; border-bottom: 0; } @@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .item-list .column-link { margin-left: 0; width: 100%; - border-left: 1px solid var(--color-lines); - border-right: 1px solid var(--color-lines); border-bottom: 2px solid var(--color-content-secondary-separator); background-color: var(--color-content-bg); box-sizing: border-box; @@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu color: var(--color-accent); } .app-body .item-list article:last-child .column-link { - border-bottom: 1px solid var(--color-lines); - border-radius: 0 0 8px 8px; + border-bottom: 0; } @media screen and (max-width:889px) { .app-body .item-list .column-link { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e988ea9..42c31f5 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .item-list .column-subheading { color: var(--color-fg-muted); - border: 1px solid var(--color-lines); border-top: 0; border-bottom: 0; } @@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .item-list .column-link { margin-left: 0; width: 100%; - border-left: 1px solid var(--color-lines); - border-right: 1px solid var(--color-lines); border-bottom: 2px solid var(--color-content-secondary-separator); background-color: var(--color-content-bg); box-sizing: border-box; @@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu color: var(--color-accent); } .app-body .item-list article:last-child .column-link { - border-bottom: 1px solid var(--color-lines); - border-radius: 0 0 8px 8px; + border-bottom: 0; } @media screen and (max-width:889px) { .app-body .item-list .column-link { diff --git a/TangerineUI.css b/TangerineUI.css index bb52c18..79d51d3 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4430,7 +4430,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .item-list .column-subheading { color: var(--color-fg-muted); - border: 1px solid var(--color-lines); border-top: 0; border-bottom: 0; } @@ -4488,8 +4487,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .item-list .column-link { margin-left: 0; width: 100%; - border-left: 1px solid var(--color-lines); - border-right: 1px solid var(--color-lines); border-bottom: 2px solid var(--color-content-secondary-separator); background-color: var(--color-content-bg); box-sizing: border-box; @@ -4499,8 +4496,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu color: var(--color-accent); } .app-body .item-list article:last-child .column-link { - border-bottom: 1px solid var(--color-lines); - border-radius: 0 0 8px 8px; + border-bottom: 0; } @media screen and (max-width:889px) { .app-body .item-list .column-link {