Commit f24336f: dark mode not fully respected on iOS #2235

Closed
opened 2026-02-05 03:24:47 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @geins on GitHub (May 3, 2021).

Describe the bug
Even after the commit the buttons are off color in dark mode on mobile iOS

Steps To Reproduce
open Bookstack on iOS mobile, activate dark mode.

Expected behavior
no white borders

Screenshots
before:
iOS before
after (see: Additional context)
iOS after

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): 21.04.3
  • PHP Version: 8.0
  • Hosting Method (Nginx/Apache/Docker): Apache
  • iOS iPad mini 5 and iPhone 11 Pro, iOS 14.4.2, Safari mobile, cleared cache

Additional context
my solution in header:

<style>
html.dark-mode .tri-layout-mobile-tabs {
  background-color: #222;
  border-bottom: 1px solid #222;
}
</style>
Originally created by @geins on GitHub (May 3, 2021). **Describe the bug** Even after the commit the buttons are off color in dark mode on mobile iOS **Steps To Reproduce** open Bookstack on iOS mobile, activate dark mode. **Expected behavior** no white borders **Screenshots** before: ![iOS before](https://i.imgur.com/fna2s97.png) after (see: **Additional context**) ![iOS after](https://i.imgur.com/i08EfgF.png) **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): 21.04.3 - PHP Version: 8.0 - Hosting Method (Nginx/Apache/Docker): Apache - iOS iPad mini 5 and iPhone 11 Pro, iOS 14.4.2, Safari mobile, cleared cache **Additional context** my solution in header: ``` <style> html.dark-mode .tri-layout-mobile-tabs { background-color: #222; border-bottom: 1px solid #222; } </style> ```
OVERLORD added the 🐛 Bug🎨 Design labels 2026-02-05 03:24:47 +03:00
Author
Owner

@ssddanbrown commented on GitHub (May 4, 2021):

Thanks @geins for reporting, Fixed in a3d36237e2 to be part of the next patch release.

@ssddanbrown commented on GitHub (May 4, 2021): Thanks @geins for reporting, Fixed in https://github.com/BookStackApp/BookStack/commit/a3d36237e22338282053e3c9350eb1d1a72028c5 to be part of the next patch release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2235