Skip to content

Commit 50791af

Browse files
committed
Added disable function for sidebar buttons and added responsive design definitions.
1 parent f37103a commit 50791af

File tree

15 files changed

+311
-500
lines changed

15 files changed

+311
-500
lines changed

app/chrome_app/html/editor.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
limitations under the License. -->
1717
<head>
1818
<meta charset="utf-8">
19+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
20+
1921
<title>Coding with Chrome</title>
2022
<link rel="stylesheet" href="../css/styles.css">
2123

app/web_app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
limitations under the License. -->
1717
<head>
1818
<meta charset="utf-8">
19+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
20+
1921
<title>Coding with Chrome</title>
2022
<link rel="stylesheet" href="../css/styles.css">
2123

doc/LAYOUT.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Coding with Chrome - Layout
2+
============================
3+
4+
### Use Material Design
5+
https://material.io/guidelines/
6+
7+
### Use Material Design Icons
8+
https://material.io/icons/
9+
10+
### Supported screen sizes
11+
The list gives an overview for the general supported screen sizes and their
12+
priorities:
13+
* 1366x768
14+
* 1920x1080
15+
* 1280x1024
16+
* 1280x800
17+
* 1024x768
18+
19+
The size 800x600 is partially supported, but we are not recommend to use such
20+
low resolution for Coding with Chrome.

0 commit comments

Comments
 (0)