Commit d9d89ed326a9b97344e1acbc7381a71a23657b73
add message padding so highlight nav looks good
mix irving committed on 12/31/2016, 10:41:52 PMParent: 460e6673a4125705de97be7e0db898635b113fbe
Files changed
modules_basic/message-author.mcss | changed |
modules_basic/message.mcss | changed |
modules_basic/message-author.mcss | ||
---|---|---|
@@ -25,8 +25,10 @@ | ||
25 | 25 … | |
26 | 26 … | -name { |
27 | 27 … | position: initial |
28 | 28 … | left: initial |
29 … | + min-width: 6.5rem | |
30 … | + max-width: none | |
29 | 31 … | } |
30 | 32 … | |
31 | 33 … | -timestamp { |
32 | 34 … |
modules_basic/message.mcss | ||
---|---|---|
@@ -1,8 +1,6 @@ | ||
1 | 1 … | Message { |
2 | - padding-top: 1em | |
3 | - padding-bottom: 1em | |
4 | - padding-left: 7rem | |
2 … | + padding: 1rem .5rem 1rem 7.5rem | |
5 | 3 … | border-top: solid 1px gainsboro |
6 | 4 … | min-height: 5rem |
7 | 5 … | |
8 | 6 … | position: relative |
@@ -12,9 +10,9 @@ | ||
12 | 10 … | justify-content: flex-end |
13 | 11 … | |
14 | 12 … | header.author { |
15 | 13 … | position: absolute |
16 | - left: 0 | |
14 … | + left: .5rem | |
17 | 15 … | } |
18 | 16 … | |
19 | 17 … | section.title { |
20 | 18 … | flex-grow: 1 |
@@ -58,9 +56,9 @@ | ||
58 | 56 … | } |
59 | 57 … | |
60 | 58 … | |
61 | 59 … | -mini { |
62 | - padding: .25rem 0 | |
60 … | + padding: .25rem .5rem | |
63 | 61 … | min-height: inherit |
64 | 62 … | |
65 | 63 … | header.author { |
66 | 64 … | order: 0 |
Built with git-ssb-web