Fixed media double border ; follow requests header
This commit is contained in:
parent
7cf57117c5
commit
d39709c1b3
4 changed files with 32 additions and 16 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/* 🎨 Colors */
|
/* 🎨 Colors */
|
||||||
:root {
|
:root {
|
||||||
--color-bg: #ffffff;
|
--color-bg: #ffffff /* #f2eff5 */;
|
||||||
--color-fg: #2a2d37;
|
--color-fg: #2a2d37;
|
||||||
--color-fg-muted: #888494;
|
--color-fg-muted: #888494;
|
||||||
--color-secondary-bg: #e8e4f2;
|
--color-secondary-bg: #e8e4f2;
|
||||||
|
|
@ -602,7 +602,8 @@ body.layout-single-column {
|
||||||
.layout-single-column .active .icon-user-plus {
|
.layout-single-column .active .icon-user-plus {
|
||||||
background-image: var(--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);
|
background-image: var(--icon-user-plus-active);
|
||||||
}
|
}
|
||||||
/* Users icon */
|
/* 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 .audio-player,
|
||||||
.layout-single-column .media-gallery,
|
.layout-single-column .media-gallery,
|
||||||
.layout-single-column .media-gallery__gifv,
|
|
||||||
.layout-single-column .media-gallery__preview,
|
|
||||||
.layout-single-column .video-player {
|
.layout-single-column .video-player {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
|
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 50px;
|
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-gap,
|
||||||
.layout-single-column .load-more {
|
.layout-single-column .load-more {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/* 🎨 Colors */
|
/* 🎨 Colors */
|
||||||
:root {
|
:root {
|
||||||
--color-bg: #ffffff;
|
--color-bg: #ffffff /* #f5f2ef */;
|
||||||
--color-fg: #2a2d37;
|
--color-fg: #2a2d37;
|
||||||
--color-fg-muted: #948c84;
|
--color-fg-muted: #948c84;
|
||||||
--color-secondary-bg: #f2eae4;
|
--color-secondary-bg: #f2eae4;
|
||||||
|
|
@ -602,7 +602,8 @@ body.layout-single-column {
|
||||||
.layout-single-column .active .icon-user-plus {
|
.layout-single-column .active .icon-user-plus {
|
||||||
background-image: var(--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);
|
background-image: var(--icon-user-plus-active);
|
||||||
}
|
}
|
||||||
/* Users icon */
|
/* 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 .audio-player,
|
||||||
.layout-single-column .media-gallery,
|
.layout-single-column .media-gallery,
|
||||||
.layout-single-column .media-gallery__gifv,
|
|
||||||
.layout-single-column .media-gallery__preview,
|
|
||||||
.layout-single-column .video-player {
|
.layout-single-column .video-player {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
|
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 50px;
|
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-gap,
|
||||||
.layout-single-column .load-more {
|
.layout-single-column .load-more {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/* 🎨 Colors */
|
/* 🎨 Colors */
|
||||||
:root {
|
:root {
|
||||||
--color-bg: #ffffff;
|
--color-bg: #ffffff /* #f2eff5 */;
|
||||||
--color-fg: #2a2d37;
|
--color-fg: #2a2d37;
|
||||||
--color-fg-muted: #888494;
|
--color-fg-muted: #888494;
|
||||||
--color-secondary-bg: #e8e4f2;
|
--color-secondary-bg: #e8e4f2;
|
||||||
|
|
@ -602,7 +602,8 @@ body.layout-single-column {
|
||||||
.layout-single-column .active .icon-user-plus {
|
.layout-single-column .active .icon-user-plus {
|
||||||
background-image: var(--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);
|
background-image: var(--icon-user-plus-active);
|
||||||
}
|
}
|
||||||
/* Users icon */
|
/* 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 .audio-player,
|
||||||
.layout-single-column .media-gallery,
|
.layout-single-column .media-gallery,
|
||||||
.layout-single-column .media-gallery__gifv,
|
|
||||||
.layout-single-column .media-gallery__preview,
|
|
||||||
.layout-single-column .video-player {
|
.layout-single-column .video-player {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
|
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 50px;
|
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-gap,
|
||||||
.layout-single-column .load-more {
|
.layout-single-column .load-more {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
/* 🎨 Colors */
|
/* 🎨 Colors */
|
||||||
:root {
|
:root {
|
||||||
--color-bg: #ffffff;
|
--color-bg: #ffffff /* #f5f2ef */;
|
||||||
--color-fg: #2a2d37;
|
--color-fg: #2a2d37;
|
||||||
--color-fg-muted: #948c84;
|
--color-fg-muted: #948c84;
|
||||||
--color-secondary-bg: #f2eae4;
|
--color-secondary-bg: #f2eae4;
|
||||||
|
|
@ -602,7 +602,8 @@ body.layout-single-column {
|
||||||
.layout-single-column .active .icon-user-plus {
|
.layout-single-column .active .icon-user-plus {
|
||||||
background-image: var(--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);
|
background-image: var(--icon-user-plus-active);
|
||||||
}
|
}
|
||||||
/* Users icon */
|
/* 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 .audio-player,
|
||||||
.layout-single-column .media-gallery,
|
.layout-single-column .media-gallery,
|
||||||
.layout-single-column .media-gallery__gifv,
|
|
||||||
.layout-single-column .media-gallery__preview,
|
|
||||||
.layout-single-column .video-player {
|
.layout-single-column .video-player {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
|
|
@ -1980,6 +1979,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
height: 50px;
|
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-gap,
|
||||||
.layout-single-column .load-more {
|
.layout-single-column .load-more {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue