From 01fce8116f5eeba8bf599c03574b58b4542c1596 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sun, 9 Apr 2023 19:33:28 +0300 Subject: [PATCH 1/2] Fix caption spinner causing a bouncing scrollbar --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index e173dc4b8..33eac7f02 100644 --- a/public/style.css +++ b/public/style.css @@ -234,6 +234,7 @@ code { background-position: center; display: flex; flex-direction: row; + overflow: hidden; } #send_but { From 801f400b31c7765a119e99747e31974e7713870c Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sun, 9 Apr 2023 19:37:32 +0300 Subject: [PATCH 2/2] Less margins in user settings --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index 33eac7f02..6af98ea5c 100644 --- a/public/style.css +++ b/public/style.css @@ -1014,6 +1014,10 @@ input[type=search]:focus::-webkit-search-cancel-button { align-items: center; } +#user-settings-block h4, #user-settings-block h3 { + margin: 10px 0; +} + #avatar-and-name-block { justify-content: space-between; display: flex;