From 61ac661d5466cbade1a15720bafe95c0409427f4 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:32:06 -0400 Subject: [PATCH] Fix formatting change for narrow screens that did not work. - Removed part of CSS change introduced in d4a339802f901d5abe828b9222c7e44ac50a5453. --- web/model-manager.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/model-manager.css b/web/model-manager.css index ced1a9c..d2522a0 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -452,13 +452,6 @@ width: 33px; } -.model-manager .model-manager-head { - display: flex; - flex-direction: row-reverse; /* `row` to swap topbar direction */ - justify-content: space-between; - align-items: flex-end; -} - .model-manager .model-manager-head .topbar-left { display: flex; float: left; @@ -467,7 +460,7 @@ .model-manager .model-manager-head .topbar-right { column-gap: 4px; display: flex; - flex-direction: row-reverse; /* `row` to swap topbar direction */ + flex-direction: row-reverse; float: right; }