git ssb

16+

Dominic / patchbay



Commit 32f3b3b65f755773019450067162f65fffd00e6f

tweaks styles for max and mini style messages

mix irving committed on 12/30/2016, 9:55:59 PM
Parent: 038a737d7b268452a2d1ca1cd1e3ade9b5e966ff

Files changed

modules_basic/about.mcsschanged
modules_basic/message-author.mcsschanged
modules_basic/message.mcsschanged
modules_basic/timestamp.mcsschanged
modules_basic/about.mcssView
@@ -5,9 +5,9 @@
55 section {
66 header {
77 a {
88 -target {
9- color: green
9 +
1010 }
1111 -name {
1212
1313 }
modules_basic/message-author.mcssView
@@ -1,8 +1,22 @@
11 MessageAuthor {
22 display: flex
33 flex-direction: column
44
5 + section {
6 + -image {
7 + margin-bottom: .3rem
8 + }
9 +
10 + -name {
11 + a { color: black }
12 + }
13 +
14 + -timestamp {
15 +
16 + }
17 + }
18 +
519 -mini {
620 flex-direction: row
721
822 section {
modules_basic/message.mcssView
@@ -1,30 +1,55 @@
11 Message {
22 padding-top: 1em
33 padding-bottom: 1em
4 + padding-left: 6rem
45 border-top: solid 1px gainsboro
6 + position: relative
57
68 -mini {
79 padding-top: 0.25rem
810 padding-bottom: 0.25rem
911
1012 section.content {
1113 clear: none
1214 }
15 +
16 + display: flex
17 + flex-direction: row
18 + position: inherit
19 +
20 + header.author {
21 + position: inherit
22 + order: 0
23 + }
24 +
25 + section.content {
26 + order: 1
27 + flex-grow: 1
28 + }
29 +
30 + section.meta {
31 + order: 2
32 + }
1333 }
1434
1535 header.author {
16- float: left
36 + position: absolute
37 + margin-left: -6rem
1738 display: flex
1839 flex-direction: column
1940 }
2041
2142 section.title {
2243 float: left
44 + font-size: .9rem
2345 }
2446
2547 section.meta {
2648 float: right
49 + a {
50 + color: gray
51 + }
2752 }
2853
2954 section.content {
3055 clear: both
modules_basic/timestamp.mcssView
@@ -1,5 +1,6 @@
11 Timestamp {
22 a {
3-
3 + font-size: .8rem
4 + color: gray
45 }
56 }

Built with git-ssb-web