From ed34474a1badcc3ee23856f39d638c0904570d66 Mon Sep 17 00:00:00 2001 From: Linus Pahl Date: Fri, 25 Nov 2022 15:44:36 +0100 Subject: [PATCH] Smaller styling improvements --- graylog2-web-interface/src/components/login/LoginBox.tsx | 2 +- graylog2-web-interface/src/components/login/LoginChrome.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graylog2-web-interface/src/components/login/LoginBox.tsx b/graylog2-web-interface/src/components/login/LoginBox.tsx index 82e84a0a2d59..7f696db14288 100644 --- a/graylog2-web-interface/src/components/login/LoginBox.tsx +++ b/graylog2-web-interface/src/components/login/LoginBox.tsx @@ -24,7 +24,7 @@ const Wrapper = styled.div(({ theme }) => css` justify-content: center; align-items: center; width: 33%; - padding: 2%; + padding: 30px; `); const Container = styled.div` diff --git a/graylog2-web-interface/src/components/login/LoginChrome.tsx b/graylog2-web-interface/src/components/login/LoginChrome.tsx index e7a3e869b004..bb3118a6f7be 100644 --- a/graylog2-web-interface/src/components/login/LoginChrome.tsx +++ b/graylog2-web-interface/src/components/login/LoginChrome.tsx @@ -42,6 +42,7 @@ const BackgroundText = styled.div` justify-content: center; height: 100%; width: 100%; + padding: 0 30px; `; const BackgroundImage = styled.img` @@ -69,7 +70,6 @@ const TextContainer = styled.div` justify-self: center; align-self: center; height: auto; - width: 50%; `; const WelcomeMessage = styled.strong(({ theme }) => css`