fix: readable Brutalist font, override OWA purple selection colors, add unified header toggle

This commit is contained in:
Joel Brock
2026-04-23 10:03:08 -07:00
parent 41f39fd539
commit 30437df288
6 changed files with 124 additions and 4 deletions

View File

@@ -79,6 +79,10 @@
<label for="readingPaneMaxWidth">Reading pane max-width</label>
<div class="or-switch"><input type="checkbox" id="readingPaneMaxWidth" data-setting="readingPaneMaxWidth"><span class="slider"></span></div>
</div>
<div class="or-toggle-row">
<label for="unifiedHeader">Unified header (collapse all bars)</label>
<div class="or-switch"><input type="checkbox" id="unifiedHeader" data-setting="unifiedHeader"><span class="slider"></span></div>
</div>
</div>
</div>

View File

@@ -20,6 +20,7 @@
narrowDateColumn: true,
compressComposeToolbar: true,
readingPaneMaxWidth: true,
unifiedHeader: false,
hideCopilot: true,
hideSuggestedReplies: true,
hidePromoBanners: true,