From c2a5b70c4ced08a40fb297d272b47117649a3ad1 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 26 Nov 2015 10:59:56 +0100 Subject: [PATCH] client: adjust button height --- public/assets/chat/chat.css | 2 +- public/assets/chat/chat.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index e1f41f2e2..18412aa26 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -336,7 +336,7 @@ line-height: initial; background: #379ad7; color: white; - padding: 0.6em 1.2em; + padding: 0.5em 1.2em; margin: 0.5em 1em 0.5em; cursor: pointer; border: none; diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index 7687b1931..3ad642071 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -333,7 +333,7 @@ line-height: initial; background: hsl(203,67%,53%); color: white; - padding: 0.6em 1.2em; + padding: 0.5em 1.2em; margin: 0.5em 1em 0.5em; cursor: pointer; border: none;