1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-27 14:28:14 +09:00

Fixed media double border ; follow requests header

This commit is contained in:
Niléane 2023-11-16 15:13:02 +01:00
parent 7cf57117c5
commit d39709c1b3
No known key found for this signature in database
4 changed files with 32 additions and 16 deletions

View File

@ -12,7 +12,7 @@
/* 🎨 Colors */
:root {
--color-bg: #ffffff;
--color-bg: #ffffff /* #f2eff5 */;
--color-fg: #2a2d37;
--color-fg-muted: #888494;
--color-secondary-bg: #e8e4f2;
@ -602,7 +602,8 @@ body.layout-single-column {
.layout-single-column .active .icon-user-plus {
background-image: var(--icon-user-plus);
}
.layout-single-column .column-link.active .icon-user-plus {
.layout-single-column .column-link.active .icon-user-plus,
.layout-single-column .column-header__icon.icon-user-plus {
background-image: var(--icon-user-plus-active);
}
/* Users icon */
@ -1730,8 +1731,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-single-column .audio-player,
.layout-single-column .media-gallery,
.layout-single-column .media-gallery__gifv,
.layout-single-column .media-gallery__preview,
.layout-single-column .video-player {
border: 1px solid var(--color-lines);
}
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 50px;
}
}
@media screen and (min-width:1175px) {
.layout-single-column .column-back-button--slim-button {
display: none;
}
}
.layout-single-column .load-gap,
.layout-single-column .load-more {

View File

@ -12,7 +12,7 @@
/* 🎨 Colors */
:root {
--color-bg: #ffffff;
--color-bg: #ffffff /* #f5f2ef */;
--color-fg: #2a2d37;
--color-fg-muted: #948c84;
--color-secondary-bg: #f2eae4;
@ -602,7 +602,8 @@ body.layout-single-column {
.layout-single-column .active .icon-user-plus {
background-image: var(--icon-user-plus);
}
.layout-single-column .column-link.active .icon-user-plus {
.layout-single-column .column-link.active .icon-user-plus,
.layout-single-column .column-header__icon.icon-user-plus {
background-image: var(--icon-user-plus-active);
}
/* Users icon */
@ -1730,8 +1731,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-single-column .audio-player,
.layout-single-column .media-gallery,
.layout-single-column .media-gallery__gifv,
.layout-single-column .media-gallery__preview,
.layout-single-column .video-player {
border: 1px solid var(--color-lines);
}
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 50px;
}
}
@media screen and (min-width:1175px) {
.layout-single-column .column-back-button--slim-button {
display: none;
}
}
.layout-single-column .load-gap,
.layout-single-column .load-more {

View File

@ -12,7 +12,7 @@
/* 🎨 Colors */
:root {
--color-bg: #ffffff;
--color-bg: #ffffff /* #f2eff5 */;
--color-fg: #2a2d37;
--color-fg-muted: #888494;
--color-secondary-bg: #e8e4f2;
@ -602,7 +602,8 @@ body.layout-single-column {
.layout-single-column .active .icon-user-plus {
background-image: var(--icon-user-plus);
}
.layout-single-column .column-link.active .icon-user-plus {
.layout-single-column .column-link.active .icon-user-plus,
.layout-single-column .column-header__icon.icon-user-plus {
background-image: var(--icon-user-plus-active);
}
/* Users icon */
@ -1730,8 +1731,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-single-column .audio-player,
.layout-single-column .media-gallery,
.layout-single-column .media-gallery__gifv,
.layout-single-column .media-gallery__preview,
.layout-single-column .video-player {
border: 1px solid var(--color-lines);
}
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 50px;
}
}
@media screen and (min-width:1175px) {
.layout-single-column .column-back-button--slim-button {
display: none;
}
}
.layout-single-column .load-gap,
.layout-single-column .load-more {

View File

@ -12,7 +12,7 @@
/* 🎨 Colors */
:root {
--color-bg: #ffffff;
--color-bg: #ffffff /* #f5f2ef */;
--color-fg: #2a2d37;
--color-fg-muted: #948c84;
--color-secondary-bg: #f2eae4;
@ -602,7 +602,8 @@ body.layout-single-column {
.layout-single-column .active .icon-user-plus {
background-image: var(--icon-user-plus);
}
.layout-single-column .column-link.active .icon-user-plus {
.layout-single-column .column-link.active .icon-user-plus,
.layout-single-column .column-header__icon.icon-user-plus {
background-image: var(--icon-user-plus-active);
}
/* Users icon */
@ -1730,8 +1731,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.layout-single-column .audio-player,
.layout-single-column .media-gallery,
.layout-single-column .media-gallery__gifv,
.layout-single-column .media-gallery__preview,
.layout-single-column .video-player {
border: 1px solid var(--color-lines);
}
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 50px;
}
}
@media screen and (min-width:1175px) {
.layout-single-column .column-back-button--slim-button {
display: none;
}
}
.layout-single-column .load-gap,
.layout-single-column .load-more {