mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
feat(breadcrumb_row): improve button fit on constrained width
This commit is contained in:
parent
bd81db4117
commit
49f008c46f
@ -7,6 +7,12 @@
|
||||
container-type: inline-size;
|
||||
|
||||
@container (max-width: 500px) {
|
||||
.breadcrumb {
|
||||
.btn.icon-action {
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb-badges {
|
||||
flex-shrink: 0;
|
||||
|
||||
@ -34,6 +40,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-action {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user