2024-11-26 15:18:45 +08:00
|
|
|
.AppTopBar {
|
2024-12-27 22:42:20 +08:00
|
|
|
&::before {
|
|
|
|
contain: strict;
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
height: var(--safe-area-inset-top, 0);
|
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
&>.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
|
|
|
|
2024-12-27 22:42:20 +08:00
|
|
|
&>button:first-child,
|
|
|
|
&>.MuiButtonBase-root:first-child {
|
2024-12-27 22:24:46 +08:00
|
|
|
margin-left: -0.15em;
|
|
|
|
}
|
|
|
|
|
2024-12-27 22:42:20 +08:00
|
|
|
&>button:last-child,
|
|
|
|
&>.MuiButtonBase-root:last-child {
|
2024-12-27 22:24:46 +08:00
|
|
|
margin-right: -0.15em;
|
|
|
|
}
|
|
|
|
|
2024-12-27 22:42:20 +08:00
|
|
|
&>.title {
|
2024-12-27 22:24:46 +08:00
|
|
|
margin-top: -0.2ch;
|
|
|
|
}
|
2024-11-26 15:18:45 +08:00
|
|
|
}
|
2024-12-27 22:42:20 +08:00
|
|
|
}
|