Commit 43345f5ac86fe49350fb78162606634c3f920de4
increase font-size on messages and compose
Matt McKegg committed on 4/8/2017, 9:56:33 PMParent: fdc31e27bc5cf938a560cff2c56cc39de9352cbf
Files changed
styles/compose.mcss | changed |
styles/message.mcss | changed |
styles/compose.mcss | ||
---|---|---|
@@ -9,8 +9,9 @@ | ||
9 | 9 | border: 1px solid gainsboro |
10 | 10 | background: white |
11 | 11 | |
12 | 12 | textarea { |
13 | + font-size: 120% | |
13 | 14 | background: transparent |
14 | 15 | border: none |
15 | 16 | padding: 10px |
16 | 17 | [disabled] { |
styles/message.mcss | ||
---|---|---|
@@ -4,9 +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 | + font-size: 130% | |
9 | 9 | flex-shrink: 0 |
10 | 10 | |
11 | 11 | (highlight) { |
12 | 12 | background-color: yellow |
@@ -39,14 +39,14 @@ | ||
39 | 39 | } |
40 | 40 | } |
41 | 41 | |
42 | 42 | -reply { |
43 | - font-size: 100% | |
43 | + font-size: 120% | |
44 | 44 | header { |
45 | 45 | div.main { |
46 | 46 | a.avatar { |
47 | 47 | img { |
48 | - width: 30px | |
48 | + width: 35px | |
49 | 49 | } |
50 | 50 | } |
51 | 51 | } |
52 | 52 | } |
Built with git-ssb-web