mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-13 15:10:05 +00:00
fix: polish splash and export settings
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
--logo-surface: #f4f4f5;
|
||||
--card-gloss-start: rgba(255, 255, 255, 0.62);
|
||||
--card-gloss-end: rgba(255, 255, 255, 0);
|
||||
--shadow: 0 30px 80px rgba(0, 0, 0, 0.18), 0 2px 10px rgba(0, 0, 0, 0.06);
|
||||
--shadow: none;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -48,14 +48,14 @@
|
||||
}
|
||||
|
||||
.splash-shell {
|
||||
width: calc(100% - 76px);
|
||||
height: calc(100% - 72px);
|
||||
min-width: 640px;
|
||||
min-height: 360px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--card-border);
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background:
|
||||
linear-gradient(180deg, var(--card-gloss-start) 0%, var(--card-gloss-end) 48%),
|
||||
var(--card-bg);
|
||||
@@ -350,7 +350,7 @@
|
||||
setVar("--logo-surface", "#2b2b2b");
|
||||
setVar("--card-gloss-start", "rgba(255, 255, 255, 0.035)");
|
||||
setVar("--card-gloss-end", "rgba(255, 255, 255, 0)");
|
||||
setVar("--shadow", "0 30px 80px rgba(0, 0, 0, 0.42), 0 2px 10px rgba(0, 0, 0, 0.24)");
|
||||
setVar("--shadow", "none");
|
||||
} else {
|
||||
setVar("--card-bg", "rgba(255, 255, 255, 0.96)");
|
||||
setVar("--card-bg-solid", "#ffffff");
|
||||
@@ -362,7 +362,7 @@
|
||||
setVar("--logo-surface", "#f4f4f5");
|
||||
setVar("--card-gloss-start", "rgba(255, 255, 255, 0.62)");
|
||||
setVar("--card-gloss-end", "rgba(255, 255, 255, 0)");
|
||||
setVar("--shadow", "0 30px 80px rgba(0, 0, 0, 0.18), 0 2px 10px rgba(0, 0, 0, 0.06)");
|
||||
setVar("--shadow", "none");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user