Commit b83180a0e457dde0fcf3fdee26131ac111b5dfcd
bash at styles until it works
Dominic Tarr committed on 11/12/2016, 10:55:47 AMParent: 17fd45ce131816965f632b3be6a691f2ef8283ac
Files changed
styles/base.mcss | changed |
styles/feed-event.mcss | changed |
styles/message.mcss | changed |
styles/profile-list.mcss | changed |
styles/split-view.mcss | changed |
styles/base.mcss | ||
---|---|---|
@@ -18,9 +18,9 @@ | ||
18 | 18 … | h1 { |
19 | 19 … | font-size: 200% |
20 | 20 … | margin: 4px 0 |
21 | 21 … | font-weight: normal |
22 | - flex: 1 | |
22 … | +// flex: 1 | |
23 | 23 … | } |
24 | 24 … | |
25 | 25 … | select { |
26 | 26 … | font-size: 80% |
styles/feed-event.mcss | ||
---|---|---|
@@ -1,13 +1,13 @@ | ||
1 | 1 … | FeedEvent { |
2 | 2 … | display: flex |
3 | - flex: 1 | |
3 … | + //flex: 1 | |
4 | 4 … | flex-direction: column |
5 | 5 … | background: white |
6 | 6 … | margin-top: 10px |
7 | 7 … | |
8 | 8 … | div { |
9 | - flex: 1 | |
9 … | +// flex: 1 | |
10 | 10 … | } |
11 | 11 … | |
12 | 12 … | a.full { |
13 | 13 … | display: block; |
@@ -23,9 +23,9 @@ | ||
23 | 23 … | font-size: 100% |
24 | 24 … | display: flex |
25 | 25 … | flex-direction: column |
26 | 26 … | div { |
27 | - flex: 1 | |
27 … | + //flex: 1 | |
28 | 28 … | margin: 0 |
29 | 29 … | } |
30 | 30 … | } |
31 | 31 … |
styles/message.mcss | ||
---|---|---|
@@ -45,14 +45,14 @@ | ||
45 | 45 … | margin: 15px 15px |
46 | 46 … | display: flex |
47 | 47 … | |
48 | 48 … | div.mini { |
49 | - flex: 1 | |
49 … | +// flex: 1 | |
50 | 50 … | } |
51 | 51 … | |
52 | 52 … | div.main { |
53 | 53 … | display: flex |
54 | - flex: 1 | |
54 … | + // flex: 1 | |
55 | 55 … | |
56 | 56 … | a.avatar { |
57 | 57 … | img { |
58 | 58 … | width: 50px |
Built with git-ssb-web