mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
2b93afe8a7
commit
1c3f272dd6
2
const.js
2
const.js
@ -462,10 +462,10 @@ var icon = {
|
||||
vendor: "bi bi-box-arrow-up-right",
|
||||
configs: "bi bi-gear", config: "bi bi-gear", conf: "bi bi-gear", logs: "bi bi-calendar4-week",
|
||||
tag: "bi bi-tags", save: "bi bi-floppy", trash: "bi bi-trash",
|
||||
top: "bi bi-globe", main: "bi bi-house-door",
|
||||
|
||||
notifications: "bi bi-chat-right-text",
|
||||
play: "bi bi-play-circle", app: "bi bi-box-arrow-down-left",
|
||||
main: "bi bi-box-arrow-up-right",
|
||||
}
|
||||
var svg = {
|
||||
GROUP: "group", PID: "pid", GRID: "grid",
|
||||
|
@ -266,7 +266,7 @@ div.toast.float div.duration { color:var(--disable-fg-color); float:right; }
|
||||
div.toast.float div.content { color:var(--notice-bg-color); white-space:pre-line; text-align:center; padding:var(--input-padding); margin-bottom:var(--input-margin); min-height:28px; }
|
||||
div.toast.float div.duration { font-size:var(--status-font-size); }
|
||||
div.toast.float div.title { font-size:var(--status-font-size); }
|
||||
div.toast.float.warn div.content { white-space:pre; text-align:left; display:block; overflow:auto; }
|
||||
div.toast.float.warn div.content { white-space:pre-wrap; text-align:left; display:block; overflow:auto; }
|
||||
div.toast.float div.progress { margin-left:0px; height:5px; }
|
||||
div.toast.float div.progress div.current { background-color:var(--notice-bg-color); height:3px; }
|
||||
div.toast.float div.action:not(.hide) { display:flex; flex-direction:row-reverse; gap:var(--button-margin); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user