Skip to content

Commit 7989689

Browse files
fix: [Bug-4717] reverted all 200% zoom changes (#1073)
1 parent 2efccd1 commit 7989689

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

code/frontend/src/components/Answer/Answer.module.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,3 @@ sup {
198198
color: WindowText;
199199
}
200200
}
201-
202-
/* Styles for 1280p resolution at 200% zoom */
203-
@media screen and (max-width: 640px) {
204-
.answerContainer, .answerText {
205-
font-size: 0.6rem !important;
206-
}
207-
208-
.answerDisclaimer, .accordionTitle, .citationContainer{
209-
font-size: 0.5rem !important;
210-
}
211-
212-
}

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -325,22 +325,3 @@
325325
color: WindowText;
326326
}
327327
}
328-
329-
/* Styles for 1280p resolution at 200% zoom */
330-
@media screen and (max-width: 640px) {
331-
.clearChatBroom {
332-
left: -23px !important;
333-
}
334-
.citationPanelContent,.chatMessageUserMessage{
335-
font-size: 0.6rem !important;
336-
}
337-
textarea{
338-
font-size: 0.6rem !important;
339-
}
340-
.citationPanelHeader{
341-
font-size: 1rem !important;
342-
}
343-
.citationPanelTitle{
344-
font-size: 0.8rem !important;
345-
}
346-
}

0 commit comments

Comments
 (0)