adata-ui 0.3.6 → 0.3.9

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.
@@ -49,8 +49,8 @@
49
49
  {{ item.name }}
50
50
  </a>
51
51
  </div>
52
- <div v-show="hasSearchField" class="mobile-search">
53
- <div @click="$emit('search')" class="search-input">
52
+ <div v-show="hasSearchField || hasFavourites" class="mobile-search">
53
+ <div v-show="hasSearchField" @click="$emit('search')" class="search-input">
54
54
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
55
55
  <path d="M14 13.9995L10.5967 10.596" stroke="#2C3E50" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
56
56
  <circle cx="7" cy="7" r="5" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round"/>
@@ -1124,6 +1124,7 @@ export default {
1124
1124
  @media (max-width: 1025px) {
1125
1125
  display: flex;
1126
1126
  align-items: center;
1127
+ justify-content: flex-end;
1127
1128
  gap: 8px;
1128
1129
  width: 100%;
1129
1130
  }
@@ -1141,6 +1142,10 @@ export default {
1141
1142
  line-height: 20px;
1142
1143
  cursor: pointer;
1143
1144
  }
1145
+ a {
1146
+ height: 100%;
1147
+ max-height: 100%;
1148
+ }
1144
1149
  .favorite-btn {
1145
1150
  background: rgba(189, 199, 206, 0.2);
1146
1151
  display: flex;