From 9d14986d150515cf1b63b57d7bd4277388049201 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Dec 2017 21:54:13 +0100 Subject: increase size of cclose x --- client/src/img/arrow-left.png | Bin 0 -> 2183 bytes client/src/lib/components/close.js | 8 ++++---- client/src/lib/views/contact.js | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 client/src/img/arrow-left.png (limited to 'client/src') diff --git a/client/src/img/arrow-left.png b/client/src/img/arrow-left.png new file mode 100644 index 0000000..3ddd478 Binary files /dev/null and b/client/src/img/arrow-left.png differ diff --git a/client/src/lib/components/close.js b/client/src/lib/components/close.js index 14fb308..b1a572c 100644 --- a/client/src/lib/components/close.js +++ b/client/src/lib/components/close.js @@ -27,13 +27,13 @@ const styles = StyleSheet.create({ position: 'fixed', top: 10, right: 10, - width: 40, - height: 40, + width: 110, + height: 110, padding: 5, backgroundColor: 'black' }, closeImage: { - width: 30, - height: 30, + width: 100, + height: 100, }, }) diff --git a/client/src/lib/views/contact.js b/client/src/lib/views/contact.js index 366b5c0..11bc564 100644 --- a/client/src/lib/views/contact.js +++ b/client/src/lib/views/contact.js @@ -100,8 +100,6 @@ export default class Contact extends Component { {this.props.content.body} - - {this.renderComments()} -- cgit v1.2.3-70-g09d2