Skip to content

css: Remove adaptive margins for preferences

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

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