@asd20/ui 3.2.1004 → 3.2.1005

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1004",
8
+ "version": "3.2.1005",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -30,10 +30,10 @@
30
30
  />
31
31
 
32
32
  <!-- Corner dots -->
33
- <circle cx="10" cy="10" r="4" class="fill" />
34
- <circle cx="22" cy="10" r="4" class="fill" />
35
- <circle cx="10" cy="22" r="4" class="fill" />
36
- <circle cx="22" cy="22" r="4" class="fill" />
33
+ <circle cx="10" cy="10" r="4" class="line" stroke="currentColor" stroke-width="1" />
34
+ <circle cx="22" cy="10" r="4" class="line" stroke="currentColor" stroke-width="1" />
35
+ <circle cx="10" cy="22" r="4" class="line" stroke="currentColor" stroke-width="1" />
36
+ <circle cx="22" cy="22" r="4" class="line" stroke="currentColor" stroke-width="1" />
37
37
  </g>
38
38
  </g>
39
39
  </template>
@@ -452,7 +452,7 @@ export default {
452
452
  display: flex;
453
453
  align-items: center;
454
454
  justify-content: flex-start;
455
- margin-top: space(1);
455
+ margin: space(1) 0 0 space(1);
456
456
  .feed-title {
457
457
  margin-left: space(0.5);
458
458
  }
@@ -526,7 +526,7 @@ export default {
526
526
  position: absolute;
527
527
  top: space(1);
528
528
  }
529
- .feed-title {
529
+ .feed-title-wrapper {
530
530
  margin-left: 0;
531
531
  }
532
532