Skip to content

Font size in chat window #805

Description

@Dilbertus

Your idea

Hallo, vielen Dank für diese tolle Erweiterung! Ich habe jedoch ein Problem mit der Lesbarkeit: Die Schrift im KI-Chatfenster ist für mich viel zu klein. Da das Fenster isoliert geladen wird, funktionieren die normalen Tastatur-Shortcuts für den Zoom (wie Strg +) dort leider nicht. Könnten Sie in einer zukünftigen Version eine Option in den Add-on-Einstellungen einbauen, mit der man die Schriftgröße des Chat-Inhalts dauerhaft (z.B. in Pixeln) anheben kann? Das wäre eine enorme Erleichterung für die Barrierefreiheit! Vielen Dank für Ihre tolle Arbeit!

Hello, thank you for this great extension! However, I have an issue with readability: The font size in the AI chat window is much too small for me. Since the window is loaded as an isolated element, the normal keyboard shortcuts for zooming (like Ctrl +) do not work there. Could you please add an option in the add-on settings in a future release to permanently increase the font size of the chat content (e.g., in pixels)? This would be a massive improvement for accessibility! Thank you for your amazing work!

Value

Readabilty even for people with older eyes.

Additional information

Did ask AI for any solution, we found none - only ideas as complex CSS, e.g.

@-moz-document url-prefix("moz-extension://") {
body, p, span, div, pre {
font-size: 16px !important;
line-height: 1.4 !important;
}
}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions