Scaffold: remove bottom dock padding
This commit is contained in:
parent
15974af792
commit
fd1c6fae99
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: var(--tutu-zidx-nav, auto);
|
z-index: var(--tutu-zidx-nav, auto);
|
||||||
padding-bottom: var(--safe-area-inset-bottom, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Scaffold {
|
.Scaffold {
|
||||||
|
|
|
@ -98,7 +98,7 @@ const TootVisibilityPickerDialog: Component<{
|
||||||
style={{
|
style={{
|
||||||
"border-top": "1px solid #ddd",
|
"border-top": "1px solid #ddd",
|
||||||
background: "var(--tutu-color-surface)",
|
background: "var(--tutu-color-surface)",
|
||||||
padding: "8px 16px",
|
padding: "8px 16px calc(8px + var(--safe-area-inset-bottom, 0px))",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
"text-align": "end",
|
"text-align": "end",
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue