优化添加背景页面手机端工具栏布局

This commit is contained in:
jingrow 2026-01-21 18:43:39 +08:00
parent 879896bd8f
commit b0a213ce4a

View File

@ -2290,13 +2290,14 @@ const removeHistoryItem = (index: number) => {
.page-header h2 {
font-size: 18px;
width: 100%;
width: auto;
flex-shrink: 0;
}
.header-color-shades {
width: 100%;
justify-content: flex-start;
order: 2;
order: 3;
gap: 6px;
}
@ -2312,7 +2313,7 @@ const removeHistoryItem = (index: number) => {
}
.toolbar-actions {
order: 1;
order: 2;
margin-left: auto;
}