chore(mobile/search): improve actions fit

This commit is contained in:
Elian Doran 2025-10-23 19:15:38 +03:00
parent 18608ecb34
commit fe98ba8c8c
No known key found for this signature in database

View File

@ -89,10 +89,20 @@
font-size: 0.75em;
}
.search-options tr {
.search-options tr,
.action-options tr {
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 {
width: unset;
margin-right: 0.5em;