git ssb

16+

Dominic / patchbay



Commit d9d89ed326a9b97344e1acbc7381a71a23657b73

add message padding so highlight nav looks good

mix irving committed on 12/31/2016, 10:41:52 PM
Parent: 460e6673a4125705de97be7e0db898635b113fbe

Files changed

modules_basic/message-author.mcsschanged
modules_basic/message.mcsschanged
modules_basic/message-author.mcssView
@@ -25,8 +25,10 @@
2525
2626 -name {
2727 position: initial
2828 left: initial
29 + min-width: 6.5rem
30 + max-width: none
2931 }
3032
3133 -timestamp {
3234
modules_basic/message.mcssView
@@ -1,8 +1,6 @@
11 Message {
2- padding-top: 1em
3- padding-bottom: 1em
4- padding-left: 7rem
2 + padding: 1rem .5rem 1rem 7.5rem
53 border-top: solid 1px gainsboro
64 min-height: 5rem
75
86 position: relative
@@ -12,9 +10,9 @@
1210 justify-content: flex-end
1311
1412 header.author {
1513 position: absolute
16- left: 0
14 + left: .5rem
1715 }
1816
1917 section.title {
2018 flex-grow: 1
@@ -58,9 +56,9 @@
5856 }
5957
6058
6159 -mini {
62- padding: .25rem 0
60 + padding: .25rem .5rem
6361 min-height: inherit
6462
6563 header.author {
6664 order: 0

Built with git-ssb-web