diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 2c76634..0118c54 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2981,12 +2981,14 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .explore__links { background-color: var(--color-content-bg); - border: 1px solid var(--color-lines); overflow: hidden; margin-top: -1px; } +.app-body .scrollable.explore__links { + border: 1px solid var(--color-lines); +} @media screen and (max-width:889px) { - .app-body .explore__links { + .app-body .scrollable.explore__links { border-left: 0; border-right: 0; } @@ -3211,6 +3213,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .explore__search-results .trends__item { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); + border-bottom: 2px solid var(--color-content-secondary-bg); } .app-body .explore__search-results article:first-child > .trends__item, .app-body .search-results__section > .trends__item:first-child, diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index a7687bf..4b8c916 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2980,12 +2980,14 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .explore__links { background-color: var(--color-content-bg); - border: 1px solid var(--color-lines); overflow: hidden; margin-top: -1px; } +.app-body .scrollable.explore__links { + border: 1px solid var(--color-lines); +} @media screen and (max-width:889px) { - .app-body .explore__links { + .app-body .scrollable.explore__links { border-left: 0; border-right: 0; } @@ -3210,6 +3212,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .explore__search-results .trends__item { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); + border-bottom: 2px solid var(--color-content-secondary-bg); } .app-body .explore__search-results article:first-child > .trends__item, .app-body .search-results__section > .trends__item:first-child, diff --git a/TangerineUI.css b/TangerineUI.css index 885ce41..2b7b849 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2980,12 +2980,14 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .explore__links { background-color: var(--color-content-bg); - border: 1px solid var(--color-lines); overflow: hidden; margin-top: -1px; } +.app-body .scrollable.explore__links { + border: 1px solid var(--color-lines); +} @media screen and (max-width:889px) { - .app-body .explore__links { + .app-body .scrollable.explore__links { border-left: 0; border-right: 0; } @@ -3210,6 +3212,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .explore__search-results .trends__item { border-left: 1px solid var(--color-lines); border-right: 1px solid var(--color-lines); + border-bottom: 2px solid var(--color-content-secondary-bg); } .app-body .explore__search-results article:first-child > .trends__item, .app-body .search-results__section > .trends__item:first-child,