mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improve anyrun styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user