tutu/src/material/AppTopBar.css

21 lines
361 B
CSS
Raw Normal View History

2024-11-26 15:18:45 +08:00
.AppTopBar {
& > .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;
& > 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
}
}