From 8b2c97841379612b3e412bb63b5d11ff181fe75d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 1 Jun 2025 16:15:00 +0300 Subject: [PATCH] style(next)/floating buttons container: fix an alignment issue --- apps/client/src/stylesheets/theme-next/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index a77715136..5b11839e5 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1402,6 +1402,7 @@ div.floating-buttons .show-floating-buttons-button:active { div.floating-buttons-children .close-floating-buttons-button::before, div.floating-buttons .show-floating-buttons-button::before { display: block; + line-height: 1; } /* "Show buttons" button */