Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/_variables.scss

Issue 29581555: Noissue - Add option to enable large desktop (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Update Created Oct. 17, 2017, 3:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/scss/_base.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -79,16 +79,18 @@
////////////////////////////////////////////////////////////////////////////////
$phone-breakpoint: 320px !default;
$phablet-breakpoint: 576px !default;
$tablet-breakpoint: 768px !default;
$desktop-breakpoint: 992px !default;
$large-desktop-breakpoint: 1200px !default;
+$enable-large-desktop: true !default;
+
// Container widths
////////////////////////////////////////////////////////////////////////////////
$phone-width: auto !default;
$phablet-width: 540px !default;
$tablet-width: 720px !default;
$desktop-width: 960px !default;
$large-desktop-width: 1140px !default;
« no previous file with comments | « static/scss/_base.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld