feat: improve anyrun styling

This commit is contained in:
2023-12-17 00:07:57 +01:00
parent fcd347aba5
commit f082d6eb65

View File

@@ -126,6 +126,7 @@
];
animation = [
"specialWorkspace,1,4,default,fade"
"fade,1,1,default"
];
decoration = {
rounding = 20;
@@ -161,7 +162,6 @@
shell
];
y.fraction = 0.2;
showResultsImmediately = true;
closeOnClick = true;
};
extraCss =
@@ -177,15 +177,22 @@
background: transparent;
}
entry#entry,
list#main {
box#main {
background: rgba(48, 52, 70, 0.4);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.29);
border-radius: 24px;
}
entry#entry {
border: none;
box-shadow: none;
padding: 8px 24px;
}
entry#entry,
list#main {
border-radius: 24px;
background: transparent;
}
row#match {
@@ -198,15 +205,6 @@
padding: 16px;
}
entry#entry {
padding: 8px 24px;
margin-bottom: 16px;
}
list#main {
padding: 8px;
}
list#plugin {
background: transparent;
}