File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 25
25
class =" overflow-auto text-no-wrap px-5 task-log-view__status"
26
26
>
27
27
<TaskStatus :status =" item.status" data-testid =" task-status" />
28
- <span class =" ml-3 hidden-xs-only" >
28
+
29
+ <span class =" ml-3 hidden-xs-only task-log-view__status_part" >
29
30
30
31
Started <span v-if =" user" >by <b >{{ user.name }}</b ></span >
31
32
32
33
at <b >{{ item.start | formatDate }}</b >
34
+ </span >
35
+
36
+ <span class =" ml-3 hidden-sm-and-down task-log-view__status_part" >
33
37
<v-icon
34
- class = " ml-6 " small style =" transform : translateY (-1px )" >mdi-clock-outline</v-icon >
38
+ small style =" transform : translateY (-1px )" >mdi-clock-outline</v-icon >
35
39
{{ [item.start, item.end] | formatMilliseconds }}
36
40
</span >
37
41
</div >
@@ -157,6 +161,12 @@ $task-log-status-tab-height:
157
161
margin-bottom : $task-log-status-offset ;
158
162
}
159
163
164
+ .task-log-view__status_part {
165
+ padding : 6px 10px ;
166
+ border-radius : 6px ;
167
+ background-color : var (--highlighted-card-bg-color );
168
+ }
169
+
160
170
.task-log-view__tabs {
161
171
height : $task-log-tabs-height ;
162
172
}
You can’t perform that action at this time.
0 commit comments