askbot-dragon 0.7.10 → 0.7.11
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="media-body-loadings">
|
|
3
|
-
<svg viewBox="0 0 120 120" width="
|
|
3
|
+
<svg viewBox="0 0 120 120" width="24px" height="24px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<g id="circle" class="g-circles g-circles--v1">
|
|
5
5
|
<circle id="12" transform="translate(35, 16.698730) rotate(-30) translate(-35, -16.698730) " cx="35" cy="16.6987298" r="10"></circle>
|
|
6
6
|
<circle id="11" transform="translate(16.698730, 35) rotate(-60) translate(-16.698730, -35) " cx="16.6987298" cy="35" r="10"></circle>
|
|
@@ -46,7 +46,7 @@ export default {
|
|
|
46
46
|
word-wrap: break-word;
|
|
47
47
|
word-break: break-all;
|
|
48
48
|
overflow: hidden;
|
|
49
|
-
padding:
|
|
49
|
+
padding: 6px 0;
|
|
50
50
|
height: auto;
|
|
51
51
|
border-bottom: 1px solid #EEEEEE;
|
|
52
52
|
color: #A9B3C6;
|
|
@@ -55,8 +55,7 @@ export default {
|
|
|
55
55
|
}
|
|
56
56
|
.options-list{
|
|
57
57
|
padding-top: 4px;
|
|
58
|
-
|
|
59
|
-
/*padding-right: 10px;*/
|
|
58
|
+
min-width: 120px;
|
|
60
59
|
.options-item{
|
|
61
60
|
|
|
62
61
|
height: 25px;
|