Commit f096230a58e0b7b3a85a61e839a6088a8fe434c2
clean up styling of main post in thread
Matt McKegg committed on 11/2/2016, 4:53:58 AMParent: ca4da78423a93192d0c1c35511d0be424d003d8c
Files changed
styles/feed-event.mcss | changed |
styles/message.mcss | changed |
styles/feed-event.mcss | ||
---|---|---|
@@ -6,10 +6,8 @@ | ||
6 | 6 … | margin-top: 10px |
7 | 7 … | |
8 | 8 … | div { |
9 | 9 … | flex: 1 |
10 | - margin: 0 | |
11 | - font-size: 120% | |
12 | 10 … | } |
13 | 11 … | |
14 | 12 … | a.full { |
15 | 13 … | display: block; |
styles/message.mcss | ||
---|---|---|
@@ -4,8 +4,9 @@ | ||
4 | 4 … | box-shadow: #dadada 1px 2px 8px |
5 | 5 … | border: 1px solid #f5f5f5 |
6 | 6 … | background: white |
7 | 7 … | position: relative |
8 … | + font-size: 120% | |
8 | 9 … | |
9 | 10 … | :focus { |
10 | 11 … | z-index: 1 |
11 | 12 … | } |
@@ -27,8 +28,9 @@ | ||
27 | 28 … | } |
28 | 29 … | } |
29 | 30 … | |
30 | 31 … | -reply { |
32 … | + font-size: 100% | |
31 | 33 … | header { |
32 | 34 … | div.main { |
33 | 35 … | a.avatar { |
34 | 36 … | img { |
Built with git-ssb-web