Skip to content

AcademicCloud Chat AI - Math Improvements by fronbasal

Details

Authorfronbasal

LicenseNo License

Categorychat-ai.academiccloud.de

Created

Updated

Code size637 B

Code checksum46a5f03a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improves Katex rendering. Use with native math rendering extension.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         AcademicCloud Chat AI - Math Improvements
@version      20250126.00.12
@namespace    https://userstyles.world/user/fronbasal
@description  Improves Katex rendering. Use with native math rendering extension.
@author       fronbasal
@license      No License
==/UserStyle== */

@-moz-document domain("chat-ai.academiccloud.de") {
math {
  font-size: 1.75rem;
  line-height: 1.75;
  letter-spacing: 0.125em;
}

*:has(> .katex) {
  margin-bottom: 0.5rem;
  background: #1d1d1d;
  padding: 1rem;
  border-radius: 4px;
}

.w-\[40\%\].mobile\:w-full {
  width: 30%;
}
.mobile\:w-full.w-\[60\%\] {
  width: 70%;
}
}

Reviews

No reviews yet.