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.
1 parent eefb054 commit 5b0ccdaCopy full SHA for 5b0ccda
1 file changed
app/src/components/ReactionCard.vue
@@ -111,6 +111,8 @@ export default {
111
@change='$emit("clickedSelect", $event)'
112
)
113
label(:for='"select_"+reaction.reaction_id') Select reaction
114
+ .is-mined(v-if='reaction.data.provenance.isMined')
115
+ .is-mined-badge Mined
116
.reaction-table(
117
v-html='reactionTable'
118
v-if='reactionTable'
@@ -166,6 +168,16 @@ export default {
166
168
.reaction-table
167
169
color: black
170
overflow-x: wrap
171
+ .is-mined
172
+ display: flex
173
+ flex-direction: row-reverse
174
+ .is-mined-badge
175
+ text-align: center
176
+ border-radius: 5px
177
+ background-color: #0d6efd
178
+ color: #fff
179
+ font-size: 0.8rem
180
+ width: 60px
181
.info
182
display: grid
183
grid-template-columns: repeat(2, 50%)
0 commit comments