diff options
Diffstat (limited to 'design/toolbar.html')
-rw-r--r-- | design/toolbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/toolbar.html b/design/toolbar.html index 34270f6..40995b4 100644 --- a/design/toolbar.html +++ b/design/toolbar.html @@ -94,7 +94,7 @@ } @media (hover:hover) and (min-width:481px) { - body { padding: 0 80px 16px; } + body { padding: 8px 80px 16px; } #toolbar { top: 16px; left: 50%; transform: translate(-50%,0); width: 100%; max-width: calc(7in + 16px); pointer-events: none; } #toolbar > * { pointer-events: auto; } .toolbar-fab { height: 48px; width: 48px; } |