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