You've already forked mastodon-utils
mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-11-05 03:45:39 -05:00
fix system font patches
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
diff --git a/app/javascript/flavours/glitch/styles/basics.scss b/app/javascript/flavours/glitch/styles/basics.scss
|
||||
index a00b2936f..340294d73 100644
|
||||
index 25aa68f7e2..4afd87f357 100644
|
||||
--- a/app/javascript/flavours/glitch/styles/basics.scss
|
||||
+++ b/app/javascript/flavours/glitch/styles/basics.scss
|
||||
@@ -18,21 +18,6 @@ body {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
@@ -18,23 +18,6 @@ body {
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
- &.system-font {
|
||||
@@ -18,17 +18,19 @@ index a00b2936f..340294d73 100644
|
||||
- // Droid Sans => Older Androids (<4.0)
|
||||
- // Helvetica Neue => Older macOS <10.11
|
||||
- // $font-sans-serif => web-font (Roboto) fallback and newer Androids (>=4.0)
|
||||
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", $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;
|
||||
- }
|
||||
-
|
||||
&.app-body {
|
||||
padding: 0;
|
||||
|
||||
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
|
||||
index 8ba8bec10..e5db3303f 100644
|
||||
index fc9ba3a189..acd3e35cda 100644
|
||||
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
|
||||
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
|
||||
@@ -1131,7 +1131,7 @@
|
||||
@@ -1135,7 +1135,7 @@
|
||||
width: 100%;
|
||||
border: 0;
|
||||
padding: 10px;
|
||||
@@ -38,7 +40,7 @@ index 8ba8bec10..e5db3303f 100644
|
||||
color: $primary-text-color;
|
||||
font-size: 14px;
|
||||
diff --git a/app/javascript/flavours/glitch/styles/index.scss b/app/javascript/flavours/glitch/styles/index.scss
|
||||
index fbb02c788..3946684ed 100644
|
||||
index fbb02c7884..3946684ed2 100644
|
||||
--- a/app/javascript/flavours/glitch/styles/index.scss
|
||||
+++ b/app/javascript/flavours/glitch/styles/index.scss
|
||||
@@ -1,7 +1,5 @@
|
||||
@@ -50,10 +52,10 @@ index fbb02c788..3946684ed 100644
|
||||
@import 'reset';
|
||||
@import 'basics';
|
||||
diff --git a/app/javascript/flavours/glitch/styles/variables.scss b/app/javascript/flavours/glitch/styles/variables.scss
|
||||
index b865b5a2d..3d05840fc 100644
|
||||
index 25658bb0c8..d68fbe0c78 100644
|
||||
--- a/app/javascript/flavours/glitch/styles/variables.scss
|
||||
+++ b/app/javascript/flavours/glitch/styles/variables.scss
|
||||
@@ -53,9 +53,9 @@ $media-modal-media-max-height: 80%;
|
||||
@@ -56,9 +56,9 @@ $media-modal-media-max-height: 80%;
|
||||
|
||||
$no-gap-breakpoint: 1175px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user