Commit 5d522e772823f245757c075ccf808703132fa77d
Better new flag
Alan Shaw committed on 9/21/2017, 8:43:30 PMParent: 3d066cf8a7445f30f1c19065098c5b87acb82a80
Files changed
styles/dark/message.mcss | changed |
styles/dark/message.mcss | ||
---|---|---|
@@ -34,9 +34,9 @@ | ||
34 | 34 | |
35 | 35 | -mini { |
36 | 36 | header { |
37 | 37 | font-size: 100% |
38 | - margin-bottom: 15px | |
38 | + | |
39 | 39 | div.main { |
40 | 40 | a.avatar { |
41 | 41 | img { |
42 | 42 | width: 40px |
@@ -129,19 +129,17 @@ | ||
129 | 129 | background-repeat: no-repeat |
130 | 130 | background-position: center |
131 | 131 | display: inline-block |
132 | 132 | vertical-align: middle; |
133 | - margin-top: -3px; | |
134 | 133 | |
135 | 134 | -new { |
136 | - background-image: svg(new) | |
135 | + width: auto | |
136 | + height: auto | |
137 | + :before { | |
138 | + content: '✸ new' | |
139 | + font-size: 75% | |
140 | + } | |
137 | 141 | } |
138 | - | |
139 | - @svg new { | |
140 | - width: 12px | |
141 | - height: 12px | |
142 | - content: "<circle cx='6' stroke='none' fill='#efef00' cy='6' r='5' />" | |
143 | - } | |
144 | 142 | } |
145 | 143 | |
146 | 144 | em { |
147 | 145 | display: inline-block |
Built with git-ssb-web