Fix formatting change for narrow screens that did not work.

- Removed part of CSS change introduced in d4a339802f.
This commit is contained in:
Christian Bastian
2024-04-06 14:32:06 -04:00
parent 1f5c17e2fa
commit 61ac661d54

View File

@@ -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;
}