Fixed error while loading file

This commit is contained in:
OlgunR
2025-12-09 08:57:39 +01:00
parent 562ceb9c3f
commit 4a7676765c
4 changed files with 136 additions and 27 deletions

View File

@@ -76,6 +76,15 @@ h1 {
color: rgba(226, 232, 240, 0.8);
}
.error-banner {
margin-top: 8px;
padding: 10px 12px;
border-radius: 8px;
background: rgba(239, 68, 68, 0.12);
border: 1px solid rgba(239, 68, 68, 0.3);
color: #fecdd3;
}
.document-shell {
position: relative;
margin-top: 12px;