Fix formatting change for narrow screens that did not work.
- Removed part of CSS change introduced in d4a339802f.
This commit is contained in:
@@ -452,13 +452,6 @@
|
|||||||
width: 33px;
|
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 {
|
.model-manager .model-manager-head .topbar-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
float: left;
|
float: left;
|
||||||
@@ -467,7 +460,7 @@
|
|||||||
.model-manager .model-manager-head .topbar-right {
|
.model-manager .model-manager-head .topbar-right {
|
||||||
column-gap: 4px;
|
column-gap: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse; /* `row` to swap topbar direction */
|
flex-direction: row-reverse;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user