Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd54b6ae

Browse files
committed
fix blob shape oveflow on change
1 parent96e14ba commitd54b6ae

File tree

4 files changed

+57
-15
lines changed

4 files changed

+57
-15
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@
77

88
</h3>
99

10-
<h4align="center">Create beautiful blob shapeswith minimal code. </h4>
10+
<h4align="center">Generate beautiful blob shapesfor web and flutter apps. </h4>
1111

1212
&nbsp;
1313

1414
<divclass="highlight highlight-source-shell">
1515
<pre>
16-
<divalign="center"><strong >BlobsApp</strong></div>
16+
<divalign="center"><strong >BlobsGenerator</strong></div>
1717
<divalign="center"><aalign="center"href="https://blobs.app/">https://blobs.app/</a></div>
1818
</pre>
1919
</div>
2020

2121
###Preview
2222

23-
![frame2-iMac](https://user-images.githubusercontent.com/1754676/83411638-46b9ea80-a436-11ea-92b2-60ba4e845003.png)
23+
![preview](https://user-images.githubusercontent.com/1754676/84493278-20f9d480-acc5-11ea-8667-ee0df8f35442.png)
24+
25+
![preview2](https://user-images.githubusercontent.com/1754676/84492711-3a4e5100-acc4-11ea-942c-37f9cd802fcf.png)
2426

2527
###Blobs for flutter
2628

‎src/app.scss‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ html body {
1313

1414
#blobSvg {
1515
max-width:500px;
16+
overflow:visible;
1617
}
1718

1819
.stroke {

‎src/assets/css/main.css‎

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ pre,
559559
code,
560560
kbd,
561561
samp {
562-
font-family:SFMono-Regular,Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
562+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
563563
}
564564

565565
/**
@@ -6431,8 +6431,16 @@ video {
64316431
clear: none;
64326432
}
64336433

6434-
.font-body {
6435-
font-family: Manrope;
6434+
.font-sans {
6435+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6436+
}
6437+
6438+
.font-serif {
6439+
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
6440+
}
6441+
6442+
.font-mono {
6443+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
64366444
}
64376445

64386446
.font-hairline {
@@ -26377,8 +26385,16 @@ video {
2637726385
clear: none;
2637826386
}
2637926387

26380-
.sm\:font-body {
26381-
font-family: Manrope;
26388+
.sm\:font-sans {
26389+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
26390+
}
26391+
26392+
.sm\:font-serif {
26393+
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
26394+
}
26395+
26396+
.sm\:font-mono {
26397+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2638226398
}
2638326399

2638426400
.sm\:font-hairline {
@@ -46322,8 +46338,16 @@ video {
4632246338
clear: none;
4632346339
}
4632446340

46325-
.md\:font-body {
46326-
font-family: Manrope;
46341+
.md\:font-sans {
46342+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
46343+
}
46344+
46345+
.md\:font-serif {
46346+
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
46347+
}
46348+
46349+
.md\:font-mono {
46350+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
4632746351
}
4632846352

4632946353
.md\:font-hairline {
@@ -66267,8 +66291,16 @@ video {
6626766291
clear: none;
6626866292
}
6626966293

66270-
.lg\:font-body {
66271-
font-family: Manrope;
66294+
.lg\:font-sans {
66295+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
66296+
}
66297+
66298+
.lg\:font-serif {
66299+
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
66300+
}
66301+
66302+
.lg\:font-mono {
66303+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
6627266304
}
6627366305

6627466306
.lg\:font-hairline {
@@ -86212,8 +86244,16 @@ video {
8621286244
clear: none;
8621386245
}
8621486246

86215-
.xl\:font-body {
86216-
font-family: Manrope;
86247+
.xl\:font-sans {
86248+
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
86249+
}
86250+
86251+
.xl\:font-serif {
86252+
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
86253+
}
86254+
86255+
.xl\:font-mono {
86256+
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
8621786257
}
8621886258

8621986259
.xl\:font-hairline {

‎src/components/actions/randomizer.jsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { view } from "@risingstack/react-easy-state";
33
importButtonfrom"../common/button";
44
import{appStore}from"../../store";
55
import{generator}from"../../services/generator";
6-
importanimatorfrom"../../services/animator";
76

87
constRandomizer=view(()=>{
98
constchangeBlob=()=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp