Skip to content

Commit 712d16d

Browse files
authored
Merge pull request #40 from microsoft/jamesdevux
UX updates and code formatting applied.
2 parents 87d743d + cf890bd commit 712d16d

File tree

2 files changed

+332
-314
lines changed

2 files changed

+332
-314
lines changed

frontend/src/pages/chat/Chat.module.css

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@
211211
justify-content: center;
212212
align-items: center;
213213
position: absolute;
214-
width: 100px;
214+
width: 180px;
215215
height: 40px;
216-
right: -120px;
216+
right: -200px;
217217
top: 40px;
218218
color: #ffffff;
219219
border-radius: 4px;
@@ -383,24 +383,6 @@ a {
383383
cursor: pointer;
384384
}
385385

386-
.loadingOverlay {
387-
position: absolute;
388-
top: 0;
389-
left: 0;
390-
width: 100%;
391-
height: 100%;
392-
background: rgba(255, 255, 255, 0.459);
393-
display: flex;
394-
justify-content: center;
395-
align-items: center;
396-
z-index: 1000; /* Ensure it is above other content */
397-
}
398-
399-
.spinner {
400-
font-size: 24px;
401-
color: #ccc;
402-
}
403-
404386
@media (max-width: 480px) {
405387
.chatInput {
406388
width: 90%;

0 commit comments

Comments
 (0)