diff options
author | Alexis Hovorka <[email protected]> | 2024-02-13 23:12:22 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2024-02-13 23:12:22 -0700 |
commit | 8588e9096e5bd2986bd6aa254b706d1331855dbc (patch) | |
tree | 676c9e4e68da56b30d9b606d81c116feed8754a0 /design/toolbar.html | |
parent | 70d3a32ae766dc15fd6c21e382068f44dbaff8b8 (diff) |
[style] Tweak design mockups
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; } |