diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 9db4a2e..2025590 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1876,6 +1876,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 0; } +@media screen and (max-width:889px) { + .app-body .empty-column-indicator { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-left: 0; + border-right: 0; + } +} + /* Timeline hint */ .app-body .timeline-hint { background-color: var(--color-content-bg); @@ -2869,6 +2878,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border-right: 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .explore__links { + border-bottom-left-radius: 8px !important; + border-bottom-right-radius: 8px !important; + } +} .app-body .columns-area__panels__main .trends__item { background-color: var(--color-content-bg); border-bottom: 2px solid var(--color-content-secondary-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5871ab5..4676b52 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1876,6 +1876,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 0; } +@media screen and (max-width:889px) { + .app-body .empty-column-indicator { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-left: 0; + border-right: 0; + } +} + /* Timeline hint */ .app-body .timeline-hint { background-color: var(--color-content-bg); @@ -2869,6 +2878,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border-right: 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .explore__links { + border-bottom-left-radius: 8px !important; + border-bottom-right-radius: 8px !important; + } +} .app-body .columns-area__panels__main .trends__item { background-color: var(--color-content-bg); border-bottom: 2px solid var(--color-content-secondary-bg); diff --git a/TangerineUI.css b/TangerineUI.css index 3fb29b5..181655f 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1876,6 +1876,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 0; } +@media screen and (max-width:889px) { + .app-body .empty-column-indicator { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-left: 0; + border-right: 0; + } +} + /* Timeline hint */ .app-body .timeline-hint { background-color: var(--color-content-bg); @@ -2869,6 +2878,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border-right: 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .explore__links { + border-bottom-left-radius: 8px !important; + border-bottom-right-radius: 8px !important; + } +} .app-body .columns-area__panels__main .trends__item { background-color: var(--color-content-bg); border-bottom: 2px solid var(--color-content-secondary-bg);