From 5878c6e97db0911066cc5778f0d2d3a76a4785ed Mon Sep 17 00:00:00 2001 From: maheen8q Date: Sun, 15 Mar 2026 02:00:34 +0500 Subject: [PATCH 1/2] Fix: prevent 'Logo by' from wrapping by updating .uwu-visible --- src/styles/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 7bdf4c76590..16991bb4f07 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -744,10 +744,12 @@ ol.mdx-illustration-block { .uwu-visible { display: none; } -.uwu-hidden { - display: flex; +.uwu .uwu-visible,.uwu-hidden { + display: inline-flex !important; + flex-wrap: nowrap; } + .uwu .uwu-visible { display: flex; } From b419626e39588128c73bd31dcf2f719b6e1238ce Mon Sep 17 00:00:00 2001 From: maheen8q Date: Sun, 15 Mar 2026 02:25:06 +0500 Subject: [PATCH 2/2] fix: format index.css with prettier --- src/styles/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 16991bb4f07..a24783cfa5b 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -744,11 +744,12 @@ ol.mdx-illustration-block { .uwu-visible { display: none; } -.uwu .uwu-visible,.uwu-hidden { - display: inline-flex !important; - flex-wrap: nowrap; -} +.uwu .uwu-visible, +.uwu-hidden { + display: inline-flex !important; + flex-wrap: nowrap; +} .uwu .uwu-visible { display: flex;