We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cba2805 + 1ab0034 commit 2edf7b6Copy full SHA for 2edf7b6
app/assets/stylesheets/comments.scss
@@ -22,12 +22,15 @@
22
}
23
24
.comment .comment-meta {
25
- font-size: 0.9em;
26
- color: #666;
27
background-color: rgba(0, 0, 0, 0.05);
28
- padding: 0.5rem 0.75rem;
29
- margin-bottom: 0.5rem;
+ color: #666;
30
display: flex;
+ flex-wrap: wrap;
+ font-size: 0.9em;
+ gap: 0.5em;
31
+ justify-content: space-between;
32
+ margin-bottom: 0.5rem;
33
+ padding: 0.5rem 0.75rem;
34
35
.comment--reference {
36
position: relative;
@@ -42,12 +45,14 @@
42
45
43
46
44
47
.comment--links {
- flex-grow: 1;
48
- justify-content: right;
49
50
a {
51
margin: 0 0.25rem;
52
+
53
+ &:first-child {
54
+ margin-left: 0;
55
+ }
56
57
58
0 commit comments