Reverse bases embed width in the new update

The new update has changed bases embed’s width to take up the fullscreen, which looks awkward on phone due to the lack of margins. Is there a way to revert this change on the phone version? Make the base take up the same width as the text.

previous version, bases looks normal with enough margins on both sides.

Bases feels cramped on the mobile version in new update, taking up the full width. Feels like the left border of the base was cut off.

This CSS snippet reverted it back for me. But it might depend on the theme you are using:

.is-phone {
	--bases-embed-width: 100%;
	--bases-embed-transform: none
}

Thanks, looks perfect

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.