diff options
| -rw-r--r-- | ui/styles/app-bar.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css index 238e248..dcc447a 100644 --- a/ui/styles/app-bar.css +++ b/ui/styles/app-bar.css @@ -16,6 +16,11 @@ flex-basis: 60px; } +.app-bar .lead button { + padding: 0; + border: 0; +} + .app-bar .trail { flex-basis: 60px; line-height: var(--app-bar-height); |
