From 877f7fa0b07f1816cebb7c96a22c575e18b66548 Mon Sep 17 00:00:00 2001 From: sitaras Date: Mon, 26 Feb 2024 02:52:37 +0200 Subject: [PATCH] style: minor fixes --- src/views/DiffChecker.module.scss | 5 ++++- src/views/QRGenerator.module.scss | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/DiffChecker.module.scss b/src/views/DiffChecker.module.scss index 47258f8..1205af6 100644 --- a/src/views/DiffChecker.module.scss +++ b/src/views/DiffChecker.module.scss @@ -22,8 +22,11 @@ & > div > textarea { position: absolute; - max-height: 93%; + max-height: 90%; max-width: 95%; + @include desktop-up { + max-height: 93%; + } } } diff --git a/src/views/QRGenerator.module.scss b/src/views/QRGenerator.module.scss index 014511b..3c98a16 100644 --- a/src/views/QRGenerator.module.scss +++ b/src/views/QRGenerator.module.scss @@ -17,8 +17,11 @@ & > div > textarea { position: absolute; - max-height: 95%; + max-height: 90%; max-width: 95%; + @include desktop-up { + max-height: 97%; + } } }