git ssb

10+

Matt McKegg / patchwork



Commit 5d522e772823f245757c075ccf808703132fa77d

Better new flag

Alan Shaw committed on 9/21/2017, 8:43:30 PM
Parent: 3d066cf8a7445f30f1c19065098c5b87acb82a80

Files changed

styles/dark/message.mcsschanged
styles/dark/message.mcssView
@@ -34,9 +34,9 @@
3434
3535 -mini {
3636 header {
3737 font-size: 100%
38- margin-bottom: 15px
38+
3939 div.main {
4040 a.avatar {
4141 img {
4242 width: 40px
@@ -129,19 +129,17 @@
129129 background-repeat: no-repeat
130130 background-position: center
131131 display: inline-block
132132 vertical-align: middle;
133- margin-top: -3px;
134133
135134 -new {
136- background-image: svg(new)
135+ width: auto
136+ height: auto
137+ :before {
138+ content: '✸ new'
139+ font-size: 75%
140+ }
137141 }
138-
139- @svg new {
140- width: 12px
141- height: 12px
142- content: "<circle cx='6' stroke='none' fill='#efef00' cy='6' r='5' />"
143- }
144142 }
145143
146144 em {
147145 display: inline-block

Built with git-ssb-web