You've already forked mastodon-utils
mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2026-06-11 12:15:28 -04:00
initial commit 🦣
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
diff --git a/app/javascript/mastodon/features/ui/components/header.js b/app/javascript/mastodon/features/ui/components/header.js
|
||||
index 1384bebda..89becd19b 100644
|
||||
--- a/app/javascript/mastodon/features/ui/components/header.js
|
||||
+++ b/app/javascript/mastodon/features/ui/components/header.js
|
||||
@@ -68,7 +68,6 @@ class Header extends React.PureComponent {
|
||||
content = (
|
||||
<>
|
||||
<a href='/auth/sign_in' className='button'><FormattedMessage id='sign_in_banner.sign_in' defaultMessage='Sign in' /></a>
|
||||
- {signupButton}
|
||||
</>
|
||||
);
|
||||
}
|
||||
diff --git a/app/javascript/mastodon/features/ui/components/sign_in_banner.js b/app/javascript/mastodon/features/ui/components/sign_in_banner.js
|
||||
index 8bd32edf9..f11ab1893 100644
|
||||
--- a/app/javascript/mastodon/features/ui/components/sign_in_banner.js
|
||||
+++ b/app/javascript/mastodon/features/ui/components/sign_in_banner.js
|
||||
@@ -32,7 +32,6 @@ const SignInBanner = () => {
|
||||
<div className='sign-in-banner'>
|
||||
<p><FormattedMessage id='sign_in_banner.text' defaultMessage='Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.' /></p>
|
||||
<a href='/auth/sign_in' className='button button--block'><FormattedMessage id='sign_in_banner.sign_in' defaultMessage='Sign in' /></a>
|
||||
- {signupButton}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
diff --git a/public/robots.txt b/public/robots.txt
|
||||
index 771bf2160..1f53798bb 100644
|
||||
--- a/public/robots.txt
|
||||
+++ b/public/robots.txt
|
||||
@@ -1,5 +1,2 @@
|
||||
-# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
|
||||
-
|
||||
User-agent: *
|
||||
-Disallow: /media_proxy/
|
||||
-Disallow: /interact/
|
||||
+Disallow: /
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/app/javascript/styles/mastodon/basics.scss b/app/javascript/styles/mastodon/basics.scss
|
||||
index 413a1cdd6..efdd7bbd0 100644
|
||||
--- a/app/javascript/styles/mastodon/basics.scss
|
||||
+++ b/app/javascript/styles/mastodon/basics.scss
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
- font-family: $font-sans-serif, sans-serif;
|
||||
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", $font-sans-serif, sans-serif;
|
||||
background: darken($ui-base-color, 7%);
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
Reference in New Issue
Block a user