Skip to content

Consider device dark mode setting#6993

Closed
Gared wants to merge 1 commit intodevelopfrom
consider_dark_mode
Closed

Consider device dark mode setting#6993
Gared wants to merge 1 commit intodevelopfrom
consider_dark_mode

Conversation

@Gared
Copy link
Copy Markdown
Member

@Gared Gared commented May 17, 2025

This will consider the dark mode setting of the device to switch automatically to the dark-mode theme of etherpad


domsToUpdate.forEach((el) => { el.removeClass('full-width-editor'); });

domsToUpdate.forEach((el) => { el.addClass(newClasses.join(' ')); });
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we combine these two calls?

@github-actions github-actions Bot added the Stale No recent activity label Jul 28, 2025
@Gared Gared closed this Aug 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Stale No recent activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants