Scaffold: remove toolbar button hack
This commit is contained in:
parent
c260027c9c
commit
12718930db
1 changed files with 1 additions and 13 deletions
|
@ -6,19 +6,6 @@
|
|||
.MuiToolbar-root {
|
||||
margin-left: var(--safe-area-inset-left);
|
||||
margin-right: var(--safe-area-inset-right);
|
||||
|
||||
>.MuiButtonBase-root {
|
||||
&:first-child {
|
||||
margin-left: -0.5em;
|
||||
margin-right: 24px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-right: -0.5em;
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,5 +27,6 @@
|
|||
.Scaffold {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: contents;
|
||||
background-color: var(--tutu-color-surface);
|
||||
}
|
Loading…
Add table
Reference in a new issue