From 19980807f25e318072c462259b94bea50c4bb960 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 9 Dec 2025 12:16:14 +0200 Subject: [PATCH] style(ribbon): fix some alignment issues & decrease button size --- apps/client/src/widgets/ribbon/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/ribbon/style.css b/apps/client/src/widgets/ribbon/style.css index bfe964a2f..07619c89d 100644 --- a/apps/client/src/widgets/ribbon/style.css +++ b/apps/client/src/widgets/ribbon/style.css @@ -33,12 +33,14 @@ max-width: max-content; flex-grow: 10; user-select: none; + display: flex; + align-items: center; + font-size: 0.9em; } .ribbon-tab-title .bx { - font-size: 150%; + font-size: 125%; position: relative; - top: 3px; } .ribbon-tab-title.active {