git ssb

10+

Matt McKegg / patchwork



Commit dde0f66d805ad433984e8d28ac8554e739f47ec7

made message max-width 800px instead of 700px

Matt McKegg committed on 7/11/2018, 6:03:49 AM
Parent: bcf57d32283dc6dab8d3a4ed2ef027a7425349fc

Files changed

styles/dark/compose.mcsschanged
styles/dark/feed-event.mcsschanged
styles/dark/not-following-anyone.mcsschanged
styles/dark/page-heading.mcsschanged
styles/dark/profile-header.mcsschanged
styles/dark/scroller.mcsschanged
styles/dark/sheet.mcsschanged
styles/dark/thread.mcsschanged
styles/light/compose.mcsschanged
styles/light/feed-event.mcsschanged
styles/light/not-following-anyone.mcsschanged
styles/light/page-heading.mcsschanged
styles/light/profile-header.mcsschanged
styles/light/scroller.mcsschanged
styles/light/sheet.mcsschanged
styles/light/thread.mcsschanged
styles/dark/compose.mcssView
@@ -1,9 +1,8 @@
11 Compose {
22 display: flex
33 flex-direction: column
44 flex-shrink: 0
5- max-width: 700px
65 width: 100%
76
87 margin: 20px auto;
98 box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1)
styles/dark/feed-event.mcssView
@@ -1,9 +1,8 @@
11 FeedEvent {
22 display: flex
33 flex-direction: column
44 background: transparent
5- max-width: 700px
65 width: 100%
76 margin: 25px auto
87
98 -group {
styles/dark/not-following-anyone.mcssView
@@ -1,8 +1,8 @@
11 NotFollowingAnyoneWarning {
22 section {
33 padding: 20px 20px 20px 20px
4- width: 700px
4 + max-width: 800px
55
66 $distanceWarning
77 }
88 }
styles/dark/page-heading.mcssView
@@ -1,7 +1,7 @@
11 PageHeading {
22 display: flex
3- max-width: 700px;
3 + max-width: 800px;
44 margin: 10px auto;
55
66 h1 {
77 flex: 1
styles/dark/profile-header.mcssView
@@ -1,8 +1,7 @@
11 ProfileHeader {
22 display: flex;
33 width: 100%;
4- max-width: 700px;
54 margin: 20px auto;
65
76 div.image {
87 width: 200px;
styles/dark/scroller.mcssView
@@ -9,9 +9,9 @@
99
1010 div.wrapper {
1111 flex: 1
1212 width: 100%
13- max-width: 740px
13 + max-width: 840px
1414 margin-left: auto
1515 margin-right: auto
1616 padding: 0 20px
1717 }
styles/dark/sheet.mcssView
@@ -1,8 +1,8 @@
11 Sheet {
22 position: fixed;
33 max-height: 80vh;
4- max-width: 700px;
4 + max-width: 800px;
55 margin: auto;
66 top: 38px;
77 left: 0;
88 right: 0;
styles/dark/thread.mcssView
@@ -1,7 +1,7 @@
11 Thread {
22 flex: 1
3- max-width: 700px
3 + max-width: 800px
44 width: 100%
55 margin: 10px auto
66
77 div.messages {
styles/light/compose.mcssView
@@ -1,9 +1,8 @@
11 Compose {
22 display: flex
33 flex-direction: column
44 flex-shrink: 0
5- max-width: 700px
65 width: 100%
76
87 margin: 20px auto;
98 border: 1px solid gainsboro
styles/light/feed-event.mcssView
@@ -2,9 +2,8 @@
22 display: flex
33 flex-direction: column
44 background: white
55 box-shadow: 0 2px 4px rgba(0,0,0,0.1)
6- max-width: 700px
76 width: 100%
87 margin: 25px auto
98
109 -group {
styles/light/not-following-anyone.mcssView
@@ -1,8 +1,8 @@
11 NotFollowingAnyoneWarning {
22 section {
33 padding: 20px 20px 20px 20px
4- width: 700px
4 + max-width: 800px
55
66 $distanceWarning
77 }
88 }
styles/light/page-heading.mcssView
@@ -1,7 +1,7 @@
11 PageHeading {
22 display: flex
3- max-width: 700px;
3 + max-width: 800px;
44 margin: 10px auto;
55
66 h1 {
77 flex: 1
styles/light/profile-header.mcssView
@@ -1,8 +1,7 @@
11 ProfileHeader {
22 display: flex;
33 width: 100%;
4- max-width: 700px;
54 margin: 20px auto;
65
76 div.image {
87 width: 200px;
styles/light/scroller.mcssView
@@ -9,9 +9,9 @@
99
1010 div.wrapper {
1111 flex: 1
1212 width: 100%
13- max-width: 700px
13 + max-width: 800px
1414 margin-left: auto
1515 margin-right: auto
1616 }
1717 }
styles/light/sheet.mcssView
@@ -1,8 +1,8 @@
11 Sheet {
22 position: fixed;
33 max-height: 80vh;
4- max-width: 700px;
4 + max-width: 800px;
55 margin: auto;
66 top: 38px;
77 left: 0;
88 right: 0;
styles/light/thread.mcssView
@@ -1,7 +1,7 @@
11 Thread {
22 flex: 1
3- max-width: 700px
3 + max-width: 800px
44 width: 100%
55 margin: 10px auto
66
77 div.messages {

Built with git-ssb-web