Commit dde0f66d805ad433984e8d28ac8554e739f47ec7
made message max-width 800px instead of 700px
Matt McKegg committed on 7/11/2018, 6:03:49 AMParent: bcf57d32283dc6dab8d3a4ed2ef027a7425349fc
Files changed
styles/dark/compose.mcss | changed |
styles/dark/feed-event.mcss | changed |
styles/dark/not-following-anyone.mcss | changed |
styles/dark/page-heading.mcss | changed |
styles/dark/profile-header.mcss | changed |
styles/dark/scroller.mcss | changed |
styles/dark/sheet.mcss | changed |
styles/dark/thread.mcss | changed |
styles/light/compose.mcss | changed |
styles/light/feed-event.mcss | changed |
styles/light/not-following-anyone.mcss | changed |
styles/light/page-heading.mcss | changed |
styles/light/profile-header.mcss | changed |
styles/light/scroller.mcss | changed |
styles/light/sheet.mcss | changed |
styles/light/thread.mcss | changed |
styles/dark/compose.mcss | ||
---|---|---|
@@ -1,9 +1,8 @@ | ||
1 | 1 … | Compose { |
2 | 2 … | display: flex |
3 | 3 … | flex-direction: column |
4 | 4 … | flex-shrink: 0 |
5 | - max-width: 700px | |
6 | 5 … | width: 100% |
7 | 6 … | |
8 | 7 … | margin: 20px auto; |
9 | 8 … | box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1) |
styles/dark/feed-event.mcss | ||
---|---|---|
@@ -1,9 +1,8 @@ | ||
1 | 1 … | FeedEvent { |
2 | 2 … | display: flex |
3 | 3 … | flex-direction: column |
4 | 4 … | background: transparent |
5 | - max-width: 700px | |
6 | 5 … | width: 100% |
7 | 6 … | margin: 25px auto |
8 | 7 … | |
9 | 8 … | -group { |
styles/dark/not-following-anyone.mcss | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | NotFollowingAnyoneWarning { |
2 | 2 … | section { |
3 | 3 … | padding: 20px 20px 20px 20px |
4 | - width: 700px | |
4 … | + max-width: 800px | |
5 | 5 … | |
6 | 6 … | $distanceWarning |
7 | 7 … | } |
8 | 8 … | } |
styles/dark/page-heading.mcss | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | PageHeading { |
2 | 2 … | display: flex |
3 | - max-width: 700px; | |
3 … | + max-width: 800px; | |
4 | 4 … | margin: 10px auto; |
5 | 5 … | |
6 | 6 … | h1 { |
7 | 7 … | flex: 1 |
styles/dark/profile-header.mcss | ||
---|---|---|
@@ -1,8 +1,7 @@ | ||
1 | 1 … | ProfileHeader { |
2 | 2 … | display: flex; |
3 | 3 … | width: 100%; |
4 | - max-width: 700px; | |
5 | 4 … | margin: 20px auto; |
6 | 5 … | |
7 | 6 … | div.image { |
8 | 7 … | width: 200px; |
styles/dark/scroller.mcss | ||
---|---|---|
@@ -9,9 +9,9 @@ | ||
9 | 9 … | |
10 | 10 … | div.wrapper { |
11 | 11 … | flex: 1 |
12 | 12 … | width: 100% |
13 | - max-width: 740px | |
13 … | + max-width: 840px | |
14 | 14 … | margin-left: auto |
15 | 15 … | margin-right: auto |
16 | 16 … | padding: 0 20px |
17 | 17 … | } |
styles/dark/sheet.mcss | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | Sheet { |
2 | 2 … | position: fixed; |
3 | 3 … | max-height: 80vh; |
4 | - max-width: 700px; | |
4 … | + max-width: 800px; | |
5 | 5 … | margin: auto; |
6 | 6 … | top: 38px; |
7 | 7 … | left: 0; |
8 | 8 … | right: 0; |
styles/dark/thread.mcss | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | Thread { |
2 | 2 … | flex: 1 |
3 | - max-width: 700px | |
3 … | + max-width: 800px | |
4 | 4 … | width: 100% |
5 | 5 … | margin: 10px auto |
6 | 6 … | |
7 | 7 … | div.messages { |
styles/light/compose.mcss | ||
---|---|---|
@@ -1,9 +1,8 @@ | ||
1 | 1 … | Compose { |
2 | 2 … | display: flex |
3 | 3 … | flex-direction: column |
4 | 4 … | flex-shrink: 0 |
5 | - max-width: 700px | |
6 | 5 … | width: 100% |
7 | 6 … | |
8 | 7 … | margin: 20px auto; |
9 | 8 … | border: 1px solid gainsboro |
styles/light/feed-event.mcss | ||
---|---|---|
@@ -2,9 +2,8 @@ | ||
2 | 2 … | display: flex |
3 | 3 … | flex-direction: column |
4 | 4 … | background: white |
5 | 5 … | box-shadow: 0 2px 4px rgba(0,0,0,0.1) |
6 | - max-width: 700px | |
7 | 6 … | width: 100% |
8 | 7 … | margin: 25px auto |
9 | 8 … | |
10 | 9 … | -group { |
styles/light/not-following-anyone.mcss | ||
---|---|---|
@@ -1,8 +1,8 @@ | ||
1 | 1 … | NotFollowingAnyoneWarning { |
2 | 2 … | section { |
3 | 3 … | padding: 20px 20px 20px 20px |
4 | - width: 700px | |
4 … | + max-width: 800px | |
5 | 5 … | |
6 | 6 … | $distanceWarning |
7 | 7 … | } |
8 | 8 … | } |
styles/light/page-heading.mcss | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | PageHeading { |
2 | 2 … | display: flex |
3 | - max-width: 700px; | |
3 … | + max-width: 800px; | |
4 | 4 … | margin: 10px auto; |
5 | 5 … | |
6 | 6 … | h1 { |
7 | 7 … | flex: 1 |
styles/light/profile-header.mcss | ||
---|---|---|
@@ -1,8 +1,7 @@ | ||
1 | 1 … | ProfileHeader { |
2 | 2 … | display: flex; |
3 | 3 … | width: 100%; |
4 | - max-width: 700px; | |
5 | 4 … | margin: 20px auto; |
6 | 5 … | |
7 | 6 … | div.image { |
8 | 7 … | width: 200px; |
styles/light/scroller.mcss | ||
---|---|---|
@@ -9,9 +9,9 @@ | ||
9 | 9 … | |
10 | 10 … | div.wrapper { |
11 | 11 … | flex: 1 |
12 | 12 … | width: 100% |
13 | - max-width: 700px | |
13 … | + max-width: 800px | |
14 | 14 … | margin-left: auto |
15 | 15 … | margin-right: auto |
16 | 16 … | } |
17 | 17 … | } |
Built with git-ssb-web