From a61ddedc0bd55d90119d6a95d8f374895718dd7b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 12 Dec 2025 23:06:47 +0200 Subject: [PATCH] refactor(status_bar): remove old breadcrumb styles --- apps/client/src/widgets/layout/Breadcrumb.css | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/apps/client/src/widgets/layout/Breadcrumb.css b/apps/client/src/widgets/layout/Breadcrumb.css index ef28d42ee..683d7af77 100644 --- a/apps/client/src/widgets/layout/Breadcrumb.css +++ b/apps/client/src/widgets/layout/Breadcrumb.css @@ -2,49 +2,6 @@ position: relative; min-height: 30px; align-items: center; - container-type: inline-size; - - @container (max-width: 700px) { - .breadcrumb-badges { - flex-shrink: 0; - - >* { - flex-shrink: 0; - width: 18px; - } - - .dropdown { - button { - flex-shrink: 0; - } - } - - .breadcrumb-badge { - flex-shrink: 0; - padding: 0 2px; - - >* { - text-overflow: clip; - } - - .text { - display: none; - } - } - } - } - - @container (max-width: 500px) { - .breadcrumb { - .btn.icon-action { - width: 16px; - } - } - - .icon-action { - margin: 0; - } - } .breadcrumb { display: flex; @@ -54,7 +11,6 @@ gap: 0.25em; flex-wrap: nowrap; overflow: hidden; - max-width: 85%; > span, > span > span {