Skip to content

fix: [Bug-4717] reverted all 200% zoom changes #1073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 24, 2024
12 changes: 0 additions & 12 deletions code/frontend/src/components/Answer/Answer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,3 @@ sup {
color: WindowText;
}
}

/* Styles for 1280p resolution at 200% zoom */
@media screen and (max-width: 640px) {
.answerContainer, .answerText {
font-size: 0.6rem !important;
}

.answerDisclaimer, .accordionTitle, .citationContainer{
font-size: 0.5rem !important;
}

}
19 changes: 0 additions & 19 deletions code/frontend/src/pages/chat/Chat.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,22 +325,3 @@
color: WindowText;
}
}

/* Styles for 1280p resolution at 200% zoom */
@media screen and (max-width: 640px) {
.clearChatBroom {
left: -23px !important;
}
.citationPanelContent,.chatMessageUserMessage{
font-size: 0.6rem !important;
}
textarea{
font-size: 0.6rem !important;
}
.citationPanelHeader{
font-size: 1rem !important;
}
.citationPanelTitle{
font-size: 0.8rem !important;
}
}
Loading