Skip to content

_preferences.scss: Remove adaptive margins

Christopher Davis requested to merge wip/cdavis/remove-adaptive-css-margins into main

These adaptive margins interfere with measuring the default sizes, as the margins change the size. This causes weird things like content being inaccessible or content animating as soon as you open a PreferencesPage.

For now, we should drop the adaptive margins. In the future we can implement this in the layout code.

Merge request reports