@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
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
/>
|
|
31
31
|
|
|
32
32
|
<!-- Corner dots -->
|
|
33
|
-
<circle cx="10" cy="10" r="4" class="
|
|
34
|
-
<circle cx="22" cy="10" r="4" class="
|
|
35
|
-
<circle cx="10" cy="22" r="4" class="
|
|
36
|
-
<circle cx="22" cy="22" r="4" class="
|
|
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
|
|
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
|
|