From a6553d8cf669fa5bfc88403c70a88f8bd404fa72 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 18 Apr 2023 23:48:13 +0300 Subject: [PATCH] Minor margin changes --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 89eb1e2fa..70d3791d5 100644 --- a/public/style.css +++ b/public/style.css @@ -1136,7 +1136,7 @@ input[type=search]:focus::-webkit-search-cancel-button { display: flex; flex: 0 0 100%; flex-wrap: wrap; - margin-bottom: 10px; + margin-bottom: 4px; } #description_div { @@ -2306,7 +2306,7 @@ h5 { #rm_group_chats_block { display: none; - height: 100%; + height: calc(100% - 45px); flex-direction: column; align-items: flex-start; padding: 0 5px;