Add: config for controlling debug overlay visibility of tauri

This commit is contained in:
DaZuo0122
2026-02-13 22:31:22 +08:00
parent 875bc54c4f
commit e5e123cc84
9 changed files with 148 additions and 26 deletions

View File

@@ -53,3 +53,23 @@ dd {
.error {
color: #fecaca;
}
.hint {
margin: 0 0 8px;
font-size: 12px;
opacity: 0.8;
}
.error-banner {
position: absolute;
top: 8px;
left: 8px;
max-width: 320px;
margin: 0;
padding: 8px 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
background: rgba(127, 29, 29, 0.75);
border-radius: 8px;
color: #fee2e2;
font-size: 12px;
}