From f73b0b6b702eb8e39b98a7d66fcd0697359521e2 Mon Sep 17 00:00:00 2001 From: Hepatica <75219332+danilt2000@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:25:12 +0100 Subject: [PATCH] Update home.css --- luckydiamond/src/assets/css/PagesStyles/home.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 0e94100..ce7d850 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -377,4 +377,10 @@ } } -/* /Media */ \ No newline at end of file +@media screen and (min-height: 910px) { + .chat { + height: 88vh !important; + } +} + +/* /Media */