Skip to content

Commit 001243e

Browse files
committed
chore: add bluebirding app
1 parent b1578ac commit 001243e

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

docusaurus/src/components/Showcase.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ type Data = {
1717

1818
const data: Data[] = [
1919
{
20-
color: '#6200EE',
21-
name: 'Paper Example App',
22-
image: '/react-native-paper-dates/showcase/paper.png',
20+
color: '#2979FF',
21+
name: 'Bluebirding',
22+
image: '/react-native-paper-dates/showcase/bluebirding.png',
2323
android:
24-
'https://play.google.com/store/apps/details?id=com.callstack.reactnativepaperexample',
25-
ios: 'https://apps.apple.com/app/react-native-paper/id1548934513',
26-
github: 'https://github.com/callstack/react-native-paper/tree/main/example',
24+
'https://play.google.com/store/apps/details?id=com.bitzllc.bluebird',
25+
ios: 'https://apps.apple.com/us/app/bluebirding/id1553837668',
2726
},
2827
];
2928

docusaurus/src/css/custom.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
@media (min-width: 420px) {
5252
.showcase-image-container {
53-
height: 528px;
53+
height: 608px;
5454
}
5555

5656
.showcase-image-container:hover .showcase-info,
@@ -62,14 +62,14 @@
6262

6363
.showcase-image {
6464
display: block;
65-
max-height: 480px;
65+
max-height: 560px;
6666
width: auto;
6767
}
6868

6969
@media (min-width: 420px) {
7070
.showcase-image {
71-
height: 480px;
72-
width: 270px;
71+
height: 560px;
72+
width: 258px;
7373
}
7474
}
7575

@@ -84,8 +84,7 @@
8484
font-size: 16px;
8585
margin-top: 0;
8686
margin-bottom: 12px;
87-
88-
width: 246px;
87+
/* width: 228px; */
8988
overflow: hidden;
9089
white-space: nowrap;
9190
text-overflow: ellipsis;
1.02 MB
Loading
-1.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)