UI: keep local shell updates

This commit is contained in:
AidarKC
2026-08-22 18:34:40 +04:00
parent 781157299f
commit c425fa41aa
4 changed files with 339 additions and 4 deletions
+14
View File
@@ -3324,6 +3324,10 @@ textarea.input {
z-index: 24;
}
.boot-error-menu-shell {
z-index: 1000000;
}
.modal-backdrop {
position: absolute;
inset: 0;
@@ -3341,6 +3345,16 @@ textarea.input {
box-shadow: var(--shadow);
}
.boot-error-menu-card {
gap: 10px;
}
.boot-error-menu-message {
white-space: pre-wrap;
overflow-wrap: anywhere;
line-height: 1.4;
}
.network-board {
position: relative;
height: 290px;