优化添加背景页面手机端工具栏布局
This commit is contained in:
parent
879896bd8f
commit
b0a213ce4a
@ -2290,13 +2290,14 @@ const removeHistoryItem = (index: number) => {
|
|||||||
|
|
||||||
.page-header h2 {
|
.page-header h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: 100%;
|
width: auto;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-color-shades {
|
.header-color-shades {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
order: 2;
|
order: 3;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2312,7 +2313,7 @@ const removeHistoryItem = (index: number) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-actions {
|
.toolbar-actions {
|
||||||
order: 1;
|
order: 2;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user