mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:39:00 +01:00
chore(mobile/search): improve actions fit
This commit is contained in:
parent
18608ecb34
commit
fe98ba8c8c
@ -89,10 +89,20 @@
|
|||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-options tr {
|
.search-options tr,
|
||||||
|
.action-options tr {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-options tr > td > div {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-options input {
|
||||||
|
max-width: 75vw;
|
||||||
|
}
|
||||||
|
|
||||||
.search-setting-table .title-column {
|
.search-setting-table .title-column {
|
||||||
width: unset;
|
width: unset;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user