Copy CSS files to installation folder
This commit is contained in:
parent
d4738155eb
commit
608ef5a98e
3 changed files with 81 additions and 27 deletions
|
|
@ -9,7 +9,7 @@
|
|||
/* 📄 Meta */
|
||||
:root {
|
||||
--version: "v2.0.0-prerelease";
|
||||
--variant: "🍒 Cherry";
|
||||
--variant: "🍒 Cherry";
|
||||
}
|
||||
|
||||
/* 🎨 Colors */
|
||||
|
|
@ -284,7 +284,7 @@
|
|||
|
||||
body.app-body {
|
||||
background-color: var(--color-bg);
|
||||
background-image: var(--gradient-bg);
|
||||
/* background-image: var(--gradient-bg); */
|
||||
color: var(--color-fg);
|
||||
font-family: ui-rounded, "mastodon-font-sans-serif", sans-serif;
|
||||
}
|
||||
|
|
@ -5120,14 +5120,8 @@ a:is(.active,
|
|||
.app-body .link-footer a {
|
||||
color: var(--color-fg-muted);
|
||||
}
|
||||
.app-body .link-footer::before {
|
||||
content: 'Tangerine UI for Mastodon:';
|
||||
color: var(--color-fg-muted);
|
||||
font-weight: 500;
|
||||
order: 9;
|
||||
}
|
||||
.app-body .link-footer::after {
|
||||
--version-f: var(--version) ' · ' var(--variant) ' variant';
|
||||
--version-f: 'Tangerine UI for Mastodon: ' var(--version) ' · ' var(--variant) ' variant';
|
||||
content: var(--version-f);
|
||||
color: var(--color-fg-muted);
|
||||
order: 10;
|
||||
|
|
@ -5828,6 +5822,10 @@ a:is(.active,
|
|||
display: none;
|
||||
}
|
||||
|
||||
.layout-multiple-columns .getting-started__trends {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.layout-multiple-columns .search-results__header {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -5864,6 +5862,23 @@ a:is(.active,
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.layout-multiple-columns .compose-form {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.layout-multiple-columns .drawer__inner::after {
|
||||
--version-f: 'Tangerine UI for Mastodon: ' var(--version) ' · ' var(--variant) ' variant';
|
||||
content: var(--version-f);
|
||||
color: var(--color-fg-muted);
|
||||
padding: 12px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
.layout-multiple-columns .link-footer::before,
|
||||
.layout-multiple-columns .link-footer::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width:630px) and (max-width:1174px) {
|
||||
.layout-multiple-columns
|
||||
:is(
|
||||
|
|
@ -5919,4 +5934,7 @@ a:is(.active,
|
|||
|
||||
.layout-multiple-columns .link-footer {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue