[ Feat] Add AppBar buttons pos customize options

1. [+] 允许用户自定义应用栏上操作类按钮的位置
This commit is contained in:
Minoricew
2025-06-14 18:44:34 +08:00
parent 290cbfed53
commit bd2f2e4154
5 changed files with 75 additions and 6 deletions

View File

@@ -58,6 +58,10 @@
flex-grow: 1;
}
.aura-config-page-app-bar-spacer.space-none {
flex-grow: 0;
}
.aura-config-page-app-bar-hr-vertical {
position: relative;
margin-left: 8px;
@@ -66,3 +70,7 @@
height: 12px;
transition: background 0.5s;
}
.aura-config-page-app-bar-hr-vertical.hidden {
display: none;
}