From 43f7b10a3ec6a1e0b61627f4bf2295cf84810c5e Mon Sep 17 00:00:00 2001 From: nileane Date: Fri, 24 Nov 2023 15:47:26 +0000 Subject: [PATCH] Copy CSS files to installation folder --- .../tangerineui-cherry/tangerineui-cherry.scss | 16 ++++++++++++++-- .../tangerineui-purple/tangerineui-purple.scss | 16 ++++++++++++++-- .../styles/tangerineui/tangerineui.scss | 16 ++++++++++++++-- 3 files changed, 42 insertions(+), 6 deletions(-) diff --git a/mastodon/app/javascript/styles/tangerineui-cherry/tangerineui-cherry.scss b/mastodon/app/javascript/styles/tangerineui-cherry/tangerineui-cherry.scss index 2025590..42c6a39 100644 --- a/mastodon/app/javascript/styles/tangerineui-cherry/tangerineui-cherry.scss +++ b/mastodon/app/javascript/styles/tangerineui-cherry/tangerineui-cherry.scss @@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-right: 2px; + margin-left: -1px; } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0; @@ -3846,6 +3846,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .interaction-modal__icon { vertical-align: middle; + display: inline-block; + transform: scale(1.4) translateX(-2px); } .app-body .interaction-modal p { color: var(--color-content-fg); @@ -3887,7 +3889,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 8px 18px; } .app-body .modal-root__overlay { - background-color: hsla(0, 0%, 1%, 0.7); + background-color: hsla(0, 0%, 79.5%, 0.7); +} +@media (prefers-color-scheme: dark) { + .app-body .modal-root__overlay { + background-color: hsla(0, 0%, 0%, 0.7); + } } .app-body .modal-root__modal, .app-body .boost-modal__container, @@ -4334,6 +4341,11 @@ a:is(.active, border-radius: 8px 8px 0 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .scrollable.about { + margin-top: 10px; + } +} .app-body .about__mail { color: var(--color-content-fg); } diff --git a/mastodon/app/javascript/styles/tangerineui-purple/tangerineui-purple.scss b/mastodon/app/javascript/styles/tangerineui-purple/tangerineui-purple.scss index 4676b52..0d857bd 100644 --- a/mastodon/app/javascript/styles/tangerineui-purple/tangerineui-purple.scss +++ b/mastodon/app/javascript/styles/tangerineui-purple/tangerineui-purple.scss @@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-right: 2px; + margin-left: -1px; } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0; @@ -3846,6 +3846,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .interaction-modal__icon { vertical-align: middle; + display: inline-block; + transform: scale(1.4) translateX(-2px); } .app-body .interaction-modal p { color: var(--color-content-fg); @@ -3887,7 +3889,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 8px 18px; } .app-body .modal-root__overlay { - background-color: hsla(0, 0%, 1%, 0.7); + background-color: hsla(0, 0%, 79.5%, 0.7); +} +@media (prefers-color-scheme: dark) { + .app-body .modal-root__overlay { + background-color: hsla(0, 0%, 0%, 0.7); + } } .app-body .modal-root__modal, .app-body .boost-modal__container, @@ -4334,6 +4341,11 @@ a:is(.active, border-radius: 8px 8px 0 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .scrollable.about { + margin-top: 10px; + } +} .app-body .about__mail { color: var(--color-content-fg); } diff --git a/mastodon/app/javascript/styles/tangerineui/tangerineui.scss b/mastodon/app/javascript/styles/tangerineui/tangerineui.scss index 181655f..c3b91c5 100644 --- a/mastodon/app/javascript/styles/tangerineui/tangerineui.scss +++ b/mastodon/app/javascript/styles/tangerineui/tangerineui.scss @@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-right: 2px; + margin-left: -1px; } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0; @@ -3846,6 +3846,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .interaction-modal__icon { vertical-align: middle; + display: inline-block; + transform: scale(1.4) translateX(-2px); } .app-body .interaction-modal p { color: var(--color-content-fg); @@ -3887,7 +3889,12 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 8px 18px; } .app-body .modal-root__overlay { - background-color: hsla(0, 0%, 1%, 0.7); + background-color: hsla(0, 0%, 79.5%, 0.7); +} +@media (prefers-color-scheme: dark) { + .app-body .modal-root__overlay { + background-color: hsla(0, 0%, 0%, 0.7); + } } .app-body .modal-root__modal, .app-body .boost-modal__container, @@ -4334,6 +4341,11 @@ a:is(.active, border-radius: 8px 8px 0 0; } } +@media screen and (min-width:890px) and (max-width:1174px) { + .app-body .scrollable.about { + margin-top: 10px; + } +} .app-body .about__mail { color: var(--color-content-fg); }