From f40033ccc25894d98dcbedf039e4245b7ddb0f41 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 <44125287+H4CK3R-01@users.noreply.github.com> Date: Sat, 10 Jul 2021 16:36:53 +0200 Subject: [PATCH] Fix mobile design blur --- public/css/chat.css | 20 ++++++++++++++++++++ public/css/header.css | 8 ++++---- public/css/index.css | 7 ------- public/index.html | 4 +--- 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/public/css/chat.css b/public/css/chat.css index 981e737..7c8e29b 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -110,4 +110,24 @@ height: 100%; margin-bottom: 10px; } + + .log_message { + font-size: 2em; + } + + .chat_message .username { + font-size: 2em; + } + + .chat_message .messageBody { + font-size: 2em; + } + + #message_input { + font-size: 2em; + } + + #message_send { + font-size: 2em; + } } \ No newline at end of file diff --git a/public/css/header.css b/public/css/header.css index cf2f5d1..e034e2e 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -47,18 +47,18 @@ header { @media only screen and (max-width: 980px) { header { - height: 2.2em; + height: 3em; } .title { - font-size: 1.5em; + font-size: 2em; } .build { - font-size: 0.5em; + font-size: 1em; } .spielanleitung { - font-size: 1em; + font-size: 1.5em; } } diff --git a/public/css/index.css b/public/css/index.css index e63e431..2a6dae7 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -52,11 +52,4 @@ #login button { background-color: #0062ff; color: #ffffff; -} - -@media only screen and (max-width: 980px) { - #login input, #login button { - font-size: 1em; - height: 3em; - } } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 329335e..90bcc6d 100644 --- a/public/index.html +++ b/public/index.html @@ -1,9 +1,7 @@
- +