git ssb

16+

Dominic / patchbay



Commit 34a9a046aafdc75d2175d111e348bca2c5364fb7

add styling to mini messages

mix irving committed on 12/31/2016, 9:53:10 PM
Parent: 20ca678297eeb06a01e494ce64b4cca29323879d

Files changed

modules_basic/message-author.mcsschanged
modules_basic/message.mcsschanged
modules_basic/message-author.mcssView
@@ -20,13 +20,17 @@
2020 -mini {
2121 flex-direction: row
2222
2323 section {
24 + margin-right: .5rem
25 +
2426 -name {
25- position: absolute
26- left: inherit
27 + position: initial
28 + left: initial
2729 }
2830
29- margin-right: .5rem;
31 + -timestamp {
32 +
33 + }
3034 }
3135 }
3236 }
modules_basic/message.mcssView
@@ -58,22 +58,20 @@
5858 }
5959
6060
6161 -mini {
62- padding-top: .25rem
63- padding-bottom: .25rem
62 + padding: .25rem 0
6463 min-height: inherit
6564
66- section.content {
67- clear: none
68- }
69-
7065 header.author {
7166 order: 0
67 + position: initial
68 + left: initial
7269 }
7370
7471 section.content {
7572 order: 1
73 + flex-basis: initial
7674 flex-grow: 1
7775 }
7876
7977 section.meta {

Built with git-ssb-web