Prevent modes from being vertically centered when row_count changes

This commit is contained in:
Piotr Osiewicz
2023-08-04 13:54:50 +02:00
parent 792f29e288
commit fcefb37ca0
2 changed files with 24 additions and 15 deletions
+3 -1
View File
@@ -44,7 +44,7 @@ export default function search(): any {
base: {
...text(theme.highest, "mono", "on"),
background: background(theme.highest, "on"),
corner_radius: 2,
border: border(theme.highest, "on"),
padding: {
@@ -130,6 +130,8 @@ export default function search(): any {
padding: {
left: 12,
right: 12,
top: 3,
bottom: 3,
},
},
include_exclude_inputs: {