@nixweb/nixloc-ui 0.0.238 → 0.0.239
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div v-if="multiSelected">
|
|
4
4
|
<div class="side-by-side icon-filter" @click="show = true">
|
|
5
5
|
<i class="fa-solid fa-circle-plus "></i>
|
|
6
|
-
<span v-if="currentValueFilter.length == 0"> Todos usuários</span>
|
|
6
|
+
<span class="title-users" v-if="currentValueFilter.length == 0"> Todos usuários</span>
|
|
7
7
|
</div>
|
|
8
8
|
<div class="side-by-side" v-for="user in currentValueFilter">
|
|
9
9
|
<img class="img-current" :src="baseUrl + user.photo" alt="">
|
|
@@ -144,6 +144,10 @@ export default {
|
|
|
144
144
|
font-size: 13px;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
+
.title-users {
|
|
148
|
+
font-size: 14px;
|
|
149
|
+
}
|
|
150
|
+
|
|
147
151
|
.img-card {
|
|
148
152
|
width: 35px;
|
|
149
153
|
height: 35px;
|