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