misc -> anyrun: Update position and border color
This commit is contained in:
parent
454d91ca70
commit
8e7b40abb5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Config(
|
Config(
|
||||||
x: Fraction(0.5),
|
x: Fraction(0.5),
|
||||||
y: Fraction(0.2),
|
y: Fraction(0.3),
|
||||||
width: Absolute(800),
|
width: Absolute(800),
|
||||||
height: Fraction(0),
|
height: Fraction(0),
|
||||||
hide_icons: false,
|
hide_icons: false,
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
box#main {
|
box#main {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #282936;
|
background-color: #282936;
|
||||||
border: 4px solid #282936;
|
border: 2px solid #2bc1df;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry#entry {
|
entry#entry {
|
||||||
|
|
Loading…
Reference in a new issue