mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
feat(breadcrumb_row): collapse badges sooner
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user