mirror of
https://github.com/zadam/trilium.git
synced 2026-02-22 05:34:27 +01:00
feat(collections): improve properties dropdown on mobile
This commit is contained in:
parent
5a3c7355c1
commit
48773636ca
@ -11,6 +11,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile .geo-view > .collection-properties {
|
||||||
|
z-index: 2500;
|
||||||
|
}
|
||||||
|
|
||||||
.geo-map-container {
|
.geo-map-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@ -83,6 +83,8 @@ function ViewOptions({ note, viewType }: { note: FNote, viewType: ViewTypeOption
|
|||||||
<Dropdown
|
<Dropdown
|
||||||
buttonClassName="bx bx-cog icon-action"
|
buttonClassName="bx bx-cog icon-action"
|
||||||
hideToggleArrow
|
hideToggleArrow
|
||||||
|
dropdownContainerClassName="mobile-bottom-menu"
|
||||||
|
mobileBackdrop
|
||||||
>
|
>
|
||||||
{properties.map(property => (
|
{properties.map(property => (
|
||||||
<ViewProperty key={property.label} note={note} property={property} />
|
<ViewProperty key={property.label} note={note} property={property} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user