Skip to content

Commit

Permalink
update width breakpoint semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 2, 2024
1 parent 24b0aa2 commit d0e5222
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/features/panorama.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { buildStyle, postSelector } from '../utils/interface.js';
import { pageModifications } from '../utils/mutations.js';
import { getPreferences } from '../utils/preferences.js';

const navigationWrapperBasis = 240;
const navigationWrapperMargin = 20;
const mainContentWrapperMinWidth = 902;
const widenDashMinWidth = navigationWrapperBasis + navigationWrapperMargin + mainContentWrapperMinWidth;
const widenDashMinWidth = 1162;

const sidebarMaxWidth = 320;
const mainRightPadding = 20;
Expand Down

0 comments on commit d0e5222

Please sign in to comment.