2024-11-26 15:18:45 +08:00
|
|
|
.AppTopBar {
|
2024-12-27 22:24:46 +08:00
|
|
|
& > .MuiToolbar-root {
|
2024-11-26 15:18:45 +08:00
|
|
|
padding-top: var(--safe-area-inset-top, 0px);
|
2024-12-01 23:28:13 +08:00
|
|
|
gap: 8px;
|
2024-12-27 22:24:46 +08:00
|
|
|
|
|
|
|
& > button:first-child, & > .MuiButtonBase-root:first-child {
|
|
|
|
margin-left: -0.15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > button:last-child, & > .MuiButtonBase-root:last-child {
|
|
|
|
margin-right: -0.15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > .title {
|
|
|
|
margin-top: -0.2ch;
|
|
|
|
}
|
2024-11-26 15:18:45 +08:00
|
|
|
}
|
|
|
|
}
|
2024-12-27 22:24:46 +08:00
|
|
|
|
|
|
|
|