- remove 1px border of app window as on Windows I can not make it working as expected
- remove icon on top left corner to get a more balance look - change default bar color to a uni-color to get a more balance look
This commit is contained in:
parent
517b8f9566
commit
2f74c8dfb4
|
@ -46,9 +46,9 @@ const store = new Store({
|
|||
store.set("advance.breakpoint.switch", false);
|
||||
store.set("advance.breakpoint.onText", "Error");
|
||||
store.set("advance.breakpoint.afterLines", 5);
|
||||
store.set("advance.barColor.head", "#fafafa");
|
||||
store.set("advance.barColor.middle", "#fafafa");
|
||||
store.set("advance.barColor.tail", "#26a69a");
|
||||
store.set("advance.barColor.head", "#ffba3a");
|
||||
store.set("advance.barColor.middle", "#ffba3a");
|
||||
store.set("advance.barColor.tail", "#ffba3a");
|
||||
},
|
||||
"1.0.4": (store) => {
|
||||
store.set("general.modemSignal", false);
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
--bar-color-tail: #fafafa;
|
||||
}
|
||||
|
||||
@media (-webkit-device-pixel-ratio: 1) {
|
||||
/* @media (-webkit-device-pixel-ratio: 1) {
|
||||
:root {
|
||||
--body-border-widht: 1px;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
|
@ -178,6 +178,7 @@ input {
|
|||
margin-left: 6px;
|
||||
margin-top: 2px;
|
||||
color: #26a69a;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#menu-area {
|
||||
|
|
Loading…
Reference in New Issue