mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
[WO-629] Configure responsive breakpoints and start chrome app in desktop mode
This commit is contained in:
parent
a65435a771
commit
650aa83958
@ -11,8 +11,8 @@ chrome.app.runtime.onLaunched.addListener(function() {
|
||||
// open chrome app in new window
|
||||
chrome.app.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 1024,
|
||||
'height': 768
|
||||
'width': 1280,
|
||||
'height': 800
|
||||
}
|
||||
});
|
||||
});
|
||||
|
@ -43,10 +43,10 @@ $color-touch-active: rgba(0, 0, 0, 0.1);
|
||||
// Breakpoints
|
||||
// -------------------------------------------
|
||||
|
||||
$screen-sm-max: 840px;
|
||||
$screen-md-min: 841px;
|
||||
$screen-md-max: 1280px;
|
||||
$screen-lg-min: 1281px;
|
||||
$screen-sm-max: 699px;
|
||||
$screen-md-min: 700px;
|
||||
$screen-md-max: 1099px;
|
||||
$screen-lg-min: 1100px;
|
||||
|
||||
// Layout
|
||||
// -------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user