chore(ribbon): improve paddings slightly

This commit is contained in:
Elian Doran 2025-12-09 07:58:59 +02:00
parent 6fac947d9c
commit 7377e4e34d
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ export default class DesktopLayout {
.css("height", "30px")
.css("min-height", "30px")
.css("align-items", "center")
.css("padding", "10px")
.cssBlock(".breadcrumb-row > * { margin: 5px; }")
.child(<Breadcrumb />)
.child(<SpacerWidget baseSize={0} growthFactor={1} />)

View File

@ -4,8 +4,8 @@
.component.breadcrumb {
contain: none;
margin: 0 10px;
display: flex;
margin: 0;
align-items: center;
font-size: 0.9em;
gap: 0.25em;